@charset "UTF-8";
/* @override
	https://resa-naveva-dev.celya.fr/css/client.css?*
	https://resa-naveva.celya.fr/css/client.css?*
/*

    Auteur : PG. LS-Résa
    Version : 1.2
    Date : juillet 2020
    Copyright : © LS-Résa – Tous droits réservés
*/
@import "normalize.css";
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Source+Sans+Pro&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.template {
  display: none;
}

#first-2-steps-container, div[id^=etape] {
  display: none;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeueLTStd-Bd.woff2") format("woff2"), url("../fonts/HelveticaNeueLTStd-Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaLT-Light.woff2") format("woff2"), url("../fonts/HelveticaLT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaLT-LightOblique.woff2") format("woff2"), url("../fonts/HelveticaLT-LightOblique.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
/* -------------------------------------------- */
/* 	 	        	CONTENT	 	  			    */
/* -------------------------------------------- */
html {
  font-size: 100%;
  color: #000;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 400;
}

body {
  background-color: #9bb3ce;
  background-color: #fff;
  line-height: 1.4;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*@include bp(768) {
  	padding-top: 180px;
  }*/
}

#resa,
#etape2,
#etape3,
#conclusion {
  position: relative;
  padding: 0.625rem;
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (min-width: 500px) {
  #resa,
  #etape2,
  #etape3,
  #conclusion {
    padding: 1.25rem 1.25rem 3rem;
  }
}
@media only screen and (min-width: 768px) {
  #resa,
  #etape2,
  #etape3,
  #conclusion {
    padding: 2.5rem 1.875rem 8rem;
  }
}

div[id^=etape] {
  position: relative;
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica", Arial, sans-serif;
}

/* ---------------------------- */
/* 	 	 	 ETAPE 1		    */
/* ---------------------------- */
#first-2-steps-container {
  min-height: 320px;
}

#info_voyage {
  display: block !important;
}

#etape1-1 form, #etape1-2 {
  padding: 1rem;
  max-width: 500px;
  margin: 0 auto;
}

/* 	ETAPE 1-1
/* ---------------------------- */
#select_voyage {
  margin-top: 2rem;
}

#select_nb_passagers {
  display: none;
}

#etape1-1 form {
  box-sizing: border-box;
  margin-bottom: 0.5rem;
  max-width: 380px;
}
@media only screen and (min-width: 768px) {
  #etape1-1 form {
    max-width: 60%;
    float: left;
  }
}
#etape1-1 #select_voyage {
  margin: 0;
}
#etape1-1 #select_voyage .dropdown-style:first-child {
  margin-top: 0;
}
#etape1-1 #select_voyage select {
  min-width: 260px;
}
#etape1-1 #select_voyage .reset-croisiere {
  padding: 0 1rem;
  height: 30px;
  background: linear-gradient(270deg, #003d7c 0%, #00132e 66%);
  color: #fff;
  border-radius: 1px;
  line-height: 25px;
  border: none;
}
#etape1-1 #select_voyage .reset-croisiere:hover, #etape1-1 #select_voyage .reset-croisiere:focus {
  background: linear-gradient(270deg, #00132e 33%, #003d7c 100%);
}

/* 	ETAPE 1-2
/* ---------------------------- */
#etape1-2 {
  width: calc(100% - 2rem);
  max-width: calc(380px - 2rem);
  padding: 1rem;
  margin: 1rem auto;
  border: 1px solid #dcdcdc;
  border-radius: 1px;
  background: #f3f8fe;
}
@media only screen and (min-width: 768px) {
  #etape1-2 {
    position: relative;
    min-width: 40%;
    float: left;
    margin: 1rem 0 0 2rem;
  }
  #etape1-2::after {
    content: "";
    width: 120px;
    height: 120px;
    position: absolute;
    top: -30px;
    right: -100px;
  }
}
#etape1-2 .choose-date {
  position: relative;
  margin: 0;
  padding: 0.5rem;
}
#etape1-2 .choose-date label {
  display: block;
}
#etape1-2 .choose-date .ui-datepicker-trigger {
  width: 27px;
  height: 27px;
  position: relative;
  top: 5px;
}
#etape1-2 .choose-date .choix-date {
  padding-right: 25px;
}
#etape1-2 .choose-date .date-ok {
  margin-right: 1rem;
  background: transparent url("../img/checkmark-2.svg") no-repeat right center;
  background-size: 20px;
}

/* ------------------------------------------------------- */
/* TOP BAR */
/* (fil d'ariane, panier, espace-pro, etc.) */
/* ------------------------------------------------------- */
.top_meta_infos {
  padding: 1.2rem 0.8rem 0.8rem;
  color: #000;
  background: #fff;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  /*  @include bp(768) {
       background: #fff;
  	position: fixed;
       top: 0;
       left: 0;
       right: 0;
       box-shadow: 0 1px 5px rgba(68, 68, 68, 0.27);
       z-index: 10;
    }*/
}

.top_menu_bar {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.top_menu_bar #deconnecte_agence {
  text-decoration: none;
}
.top_menu_bar #efface_session {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  border-radius: 1px;
  text-decoration: none;
  line-height: 1.8;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .top_menu_bar #efface_session {
    line-height: normal;
  }
}
.top_menu_bar #efface_session:hover {
  background-color: #9bb3ce;
  color: #fff;
}
.top_menu_bar #efface_session::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 20px;
  background: url("../img/delete.svg") no-repeat left center;
  background-size: 15px;
  margin: 0px 5px 0 0;
  position: relative;
  top: 2px;
}
.top_menu_bar #efface_session:hover::before {
  filter: invert(93%) sepia(0%) saturate(0%) hue-rotate(246deg) brightness(106%) contrast(108%);
}

#fildariane {
  display: none;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: center;
  margin: 1rem 0 0.5rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #fildariane {
    display: flex;
  }
}
#fildariane::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 8px;
  background: #9bb3ce;
  position: absolute;
  top: 21px;
  left: 0;
  z-index: 0;
}
#fildariane span {
  cursor: pointer;
  margin: 0;
  text-align: center;
  color: white;
  z-index: 1;
}
#fildariane span.active {
  opacity: 1;
}
#fildariane span.active em {
  background: #00132e;
}
#fildariane span.active label {
  opacity: 1;
}
#fildariane span.encours {
  opacity: 1;
}
#fildariane span.encours em {
  background: #ef9e11;
}
#fildariane span.encours label {
  padding-bottom: 0.15rem;
  opacity: 1;
}
#fildariane span em {
  background: #9bb3ce;
  border: 4px solid #fff;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 42px;
  border-radius: 48px;
  margin: 0 auto;
  text-align: center;
  font-style: normal;
}
#fildariane span label {
  margin: 0 auto;
  color: #000;
  opacity: 0.5;
}

#espace-pro {
  position: relative;
  top: 10px;
  background: #9bb3ce;
  color: white;
  text-decoration: none;
  padding: 0.3rem 0.5rem;
  border-radius: 1px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #espace-pro {
    display: block;
    max-width: 120px;
    text-align: left;
    background: none;
    color: #000;
    text-decoration: underline;
    padding: 0;
  }
}

/* -------- SELECTEUR DE LANGUE ------ */
#select_language {
  max-width: 100%;
}
#select_language select {
  height: 25px;
  background-size: 12px;
  background-position-x: 90%;
  max-width: 60px;
  padding: 0.2rem 30px 0.2rem 0.2rem;
  vertical-align: middle;
  margin-left: 1rem;
}

#bouton_panier_ouverture {
  display: inline-block;
  height: 45px;
  line-height: 50px;
  padding: 0 1rem 0 3rem;
  background: #003d7c url("../img/panier-white.svg") no-repeat 1rem center;
  width: 90%;
  color: #fff;
  max-width: 300px;
  margin: 0.8rem auto 0.2rem;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  #bouton_panier_ouverture {
    width: 250px;
    border-radius: 1px;
    position: absolute;
    bottom: -69px;
    right: 0;
    /*-webkit-box-shadow: 0 2px 3px rgba(3, 20, 26, 0.39);
    box-shadow: 0 2px 3px rgba(3, 20, 26, 0.39);*/
    z-index: 99;
  }
  #bouton_panier_ouverture:hover {
    height: 53px;
    bottom: -77px;
    line-height: 60px;
  }
}

/* ------------------------------------------- */
/*     Zone de contenu du panier               */
/* ------------------------------------------- */
#contenu_panier {
  margin: 0.85rem 0 1rem;
  background: #f3f8fe;
  padding: 1rem;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9;
}
#contenu_panier #panier-illustration {
  max-width: 900px;
  margin: 0 auto;
}
#contenu_panier #panier-illustration span {
  display: inline-block;
  padding: 1.2rem 1rem 0rem 3rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  background: url("../img/panier-dark.svg") no-repeat 0 center;
  background-size: 35px;
}

#panier {
  max-width: 900px;
  margin: 0 auto;
}
#panier .panier-title {
  font-size: 16px;
  margin: 1rem 0 0;
}
#panier .panier-liste_resas {
  padding-left: 2rem;
}
#panier .panier-ligne_resa {
  padding: 0.5rem 0 1rem;
  margin-bottom: 0.5rem;
}
#panier .panier-ligne_resa .panier-date_voyage,
#panier .panier-ligne_resa .panier-heure_depart {
  display: none;
}
#panier .panier-ligne_resa.open {
  margin-bottom: 1rem;
}
#panier .panier-ligne_resa.open .panier-date_voyage,
#panier .panier-ligne_resa.open .panier-heure_depart {
  display: none;
}
#panier .panier-ligne_resa span:first-child {
  text-transform: capitalize;
}
#panier .panier-ligne_resa span {
  margin-right: 0.5rem;
}
#panier .panier-ligne_resa .panier-passages {
  text-transform: capitalize;
}
#panier .panier-ligne_resa .panier-prix_voyage {
  display: block !important;
  color: #000;
  font-size: 0.875rem;
  border-left: 2px solid #000;
  padding-left: 1rem;
  margin-top: 0.3rem;
}
#panier .modifier_lignes {
  display: block;
  margin-top: 0.5rem;
}
@media only screen and (min-width: 768px) {
  #panier .modifier_lignes {
    float: right;
    margin-left: 1rem;
    margin-top: -1.4rem;
  }
}
#panier .modifier_lignes a {
  margin-right: 0.5rem;
  text-decoration: none;
}
#panier .modifier_lignes a:hover {
  text-decoration: underline;
}
#panier .modifier_lignes a.panier-modifier_ligne {
  padding-left: 25px;
  background: url("../img/change.svg") no-repeat left center;
}
#panier .modifier_lignes a.panier-effacer_ligne {
  padding-left: 20px;
  background: url("../img/trash-resa.svg") no-repeat left center;
}
#panier #btn_detail_panier,
#panier #btn_fermer_panier {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  height: 30px;
  color: #000;
  background-color: #9bb3ce;
}
#panier #btn_detail_panier:hover,
#panier #btn_fermer_panier:hover {
  background-color: #9bb3ce;
  color: #000;
}

#zone_btn_panier {
  clear: left;
  margin-top: 2.5rem;
}

.btn_zone_boutons {
  height: 55px;
  display: inline-block;
  text-decoration: none;
  padding: 0.5rem 2rem 0.5rem 4.5rem;
  color: white;
  line-height: 1.15;
  background-color: #ef9e11;
  max-width: 400px;
  font-size: 1.15rem;
  display: block;
  font-weight: 300;
  margin-bottom: 0.5rem;
  border-radius: 1px;
}
.btn_zone_boutons#bouton_annuler_voyage {
  background: #ef9e11 url("../img/cancel-resa-white.svg") no-repeat 15px center;
  background-size: 38px;
}
.btn_zone_boutons#bouton_annuler_voyage:hover {
  background-color: rgb(192.0866141732, 126.7125984252, 12.9133858268);
}
.btn_zone_boutons#bouton_ajouter_voyage {
  background: #ef9e11 url("../img/add-resa-2-white.svg") no-repeat 15px center;
  background-size: 38px;
}
.btn_zone_boutons#bouton_ajouter_voyage:hover {
  background-color: rgb(192.0866141732, 126.7125984252, 12.9133858268);
}
.btn_zone_boutons#bouton_enregistrer_voyage {
  background: #003d7c url("../img/save-resa-white.svg") no-repeat 15px center;
}
.btn_zone_boutons#bouton_enregistrer_voyage:hover {
  background-color: rgb(0, 35.9112903226, 73);
}
.btn_zone_boutons#bouton_terminer_resa {
  padding-left: 5rem;
  background: #003d7c url("../img/end-resa-white.svg") no-repeat 15px center;
  background-size: 45px;
}
.btn_zone_boutons#bouton_terminer_resa:hover {
  background-color: rgb(0, 40.9290322581, 83.2);
}
.btn_zone_boutons#bouton_terminer_resa span:last-child {
  display: block;
  text-transform: lowercase;
}
.btn_zone_boutons:hover {
  color: white;
  background: #404040;
}
@media only screen and (min-width: 500px) {
  .btn_zone_boutons {
    max-width: 300px;
    float: left;
    margin-right: 1rem;
  }
}

/* ------------------------------------------- */
/*         Connexion à l'espce-pro             */
/* ------------------------------------------- */
.agence #espace-pro {
  display: none;
}

#reset {
  cursor: pointer;
}

#identification_agence {
  background: #fff;
  text-align: center;
  padding-top: 10rem;
  margin: 0;
  z-index: 9999;
  height: 100vh;
}
#identification_agence .reduc-input {
  margin-top: 1rem;
}
#identification_agence .reduc-input input {
  margin: 10px 5px;
}
#identification_agence .reduc-input::before {
  content: "ESPACE PRO";
  display: block;
  color: #000;
  font-size: 2.5rem;
  position: absolute;
  top: 7rem;
  width: 100%;
  text-align: center;
}

/* -------------------------------------------- */
/* 	 	 		Styles par défaut 				*/
/*  	 pour des éléments HTML communs 	    */
/* -------------------------------------------- */
.hidden {
  visibility: hidden;
}

.clearfix {
  overflow: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

a, a:link, a:active, a:visited {
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
  outline: 0;
}

a {
  color: #000;
  text-decoration: underline;
  border-radius: 1px;
}
a:hover {
  color: rgb(0, 23.3669354839, 47.5);
}

input::-moz-focus-inner {
  border: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

:disabled {
  opacity: 0.5;
}

hr {
  display: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h3, h4 {
  font-size: 1.6rem;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  h3, h4 {
    font-size: 1.75rem;
  }
}

.infos-zone, .infos-zone-2, .infos-cie, #reservation {
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  border-left: 4px solid rgb(76.5, 76.5, 76.5);
  padding: 0.5rem 2rem;
  margin: 1rem 0;
  border-radius: 1px;
}

textarea, select, input, button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.312rem 0.625rem;
  height: 40px;
  border: 1px solid #dcdcdc;
  color: #000;
  display: inline-block;
  vertical-align: top;
  border-radius: 1px;
}

input[type=submit],
button {
  background: linear-gradient(270deg, #003d7c 0%, #00132e 66%);
  border: none;
  color: #fff;
}
input[type=submit]:hover,
button:hover {
  background: linear-gradient(270deg, #00132e 33%, #003d7c 100%);
  color: #fff;
}

input[type=reset] {
  background-color: #f5f5f5;
}

select, .select-type {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #f3f8fe url("../img/select-arrows-1.svg") no-repeat 95% center;
  background-size: 18px;
  padding-right: 60px;
  max-width: 350px;
  text-align: left;
  border: 1px solid #dcdcdc;
  border-radius: 1px;
}
select:hover, .select-type:hover {
  background-color: rgb(219.5, 219.5, 219.5);
}
select#nbr-passagers, .select-type#nbr-passagers {
  background-position-x: 78%;
  padding-right: 50px;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

select::-ms-expand {
  display: none; /* hide the default arrow in ie10 and ie11 */
}

/* ---- Btn radio et checkbox ----- */
input[type=radio], input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
  border: 2px solid rgb(76.5, 76.5, 76.5);
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}

input[type=radio] {
  border-radius: 100%;
  border-width: 3px;
  background: #f5f5f5;
}
input[type=radio]:checked {
  -webkit-box-shadow: inset 0 0 0 4px #fff;
  box-shadow: inset 0 0 0 4px #fff;
  background-color: #003d7c;
}

input[type=checkbox] {
  -webkit-box-shadow: 1px 1px 3px rgba(68, 68, 68, 0.25);
  box-shadow: 1px 1px 3px rgba(68, 68, 68, 0.25);
}
input[type=checkbox]:checked::after {
  content: "";
  width: 20px;
  height: 17px;
  display: block;
  position: absolute;
  bottom: 2px;
  left: 1px;
  background: #f5f5f5 url("../img/checkmark-blue.svg") no-repeat left top;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

/* ====== Styles de l'accordéon ====== */
.accordion {
  position: relative;
  cursor: pointer;
  background: #ef9e11;
  color: #00132e;
  padding: 0.8rem 3rem 0.8rem 1rem;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 1rem 8px;
  font-family: "Helvetica", Arial, sans-serif;
  margin: 0.8rem 0;
  font-size: 15px;
  border-radius: 1px;
}
@media only screen and (min-width: 768px) {
  .accordion {
    padding-right: 8rem;
    padding-left: 4rem;
  }
}
.accordion:hover {
  background-color: rgb(120.7718120805, 152.9865771812, 189.2281879195);
}
.accordion#montrer_dates {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .accordion#montrer_dates {
    background-image: url("../img/datepicker.svg");
  }
}
@media only screen and (min-width: 768px) {
  .accordion#montrer_horaires {
    background-image: url("../img/time.svg");
  }
}
@media only screen and (min-width: 768px) {
  .accordion#montrer_passagers {
    background-image: url("../img/family.svg");
    background-size: 38px 30px;
  }
}
.accordion span {
  display: inline-block;
}
.accordion p {
  margin: 0;
}
.accordion p .votre-croisiere {
  display: inline-block;
  max-width: 650px;
}
.accordion p .votre-croisiere span .date-choisie {
  background: #fff;
  border-radius: 4px;
  padding: 0 0.5rem;
  color: #00132e;
}
.accordion p .votre-horaire span {
  background: #fff;
  border-radius: 4px;
  padding: 0 0.5rem;
  color: #00132e;
}
.accordion p .toggle-accordion {
  position: absolute;
  top: 8px;
  right: 1rem;
}
.accordion p .modifier {
  display: none;
  margin-right: 10px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .accordion p .modifier {
    display: inline-block;
    position: relative;
    top: 3px;
  }
}
.accordion p .plus {
  display: inline-block;
  background: white;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 1.5rem;
  color: #000;
  text-align: center;
  float: right;
  border-radius: 4px;
}
.accordion p .plus:hover {
  background-color: #003d7c;
  color: white;
}

/* ---- Alert BOX ----- */
.alert-box {
  display: none;
}

#message_attente_serveur,
#message_session_uuid {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 1px;
  background: rgba(6, 27, 68, 0.2);
  z-index: 999;
}
#message_attente_serveur p,
#message_session_uuid p {
  width: 95vw;
  max-width: 700px;
  height: 80vh;
  max-height: 400px;
  margin: 20% auto;
  transform: translateY(-20%);
  text-align: center;
  padding: 4.5rem 4rem;
  color: white;
  text-transform: uppercase;
  font-size: 1.6rem;
  background-image: url("../img/logos/logo-nva-modal-220.svg"), linear-gradient(0deg, #00132e 0%, #003d7c 100%);
  background-repeat: no-repeat;
  background-position: center 75%, center;
  box-shadow: 0 3px 20px rgba(5, 18, 46, 0.44);
}
#message_attente_serveur p.patientez_uuid,
#message_session_uuid p.patientez_uuid {
  padding-top: 2rem;
  font-size: 1.1rem;
  background-position: center 50%, center;
}
#message_attente_serveur p.patientez_uuid #message_session_uuid_reload,
#message_session_uuid p.patientez_uuid #message_session_uuid_reload {
  background-color: white;
  padding: 0.2rem 0.5rem;
  color: #000;
  margin-top: 4rem;
}
#message_attente_serveur p.patientez_uuid #message_session_uuid_reload:hover,
#message_session_uuid p.patientez_uuid #message_session_uuid_reload:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
#message_attente_serveur p img,
#message_session_uuid p img {
  display: none;
}

/* ---- CSS loader de la fenêtre modale d'attente ---- */
.cs-loader {
  position: absolute;
  top: 140px;
  left: 0px;
  right: 0;
  width: 100%;
  height: 100%;
}

.cs-loader-inner {
  /* transform: translateY(-50%);
   top: 50%;*/
  /*	left: 50%;
  	transform: translateX(-50%);*/
  width: calc(100% - 200px);
  width: 100%;
  margin: 0 auto;
  color: #FFF;
  padding: 0 100px;
  text-align: center;
}

.cs-loader-inner label {
  font-size: 20px;
  opacity: 0;
  display: inline-block;
}

@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0px);
  }
  66% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}
@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
}
.cs-loader-inner label:nth-child(6) {
  -webkit-animation: lol 3s infinite ease-in-out;
  animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
  -webkit-animation: lol 3s 100ms infinite ease-in-out;
  animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
  -webkit-animation: lol 3s 200ms infinite ease-in-out;
  animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
  -webkit-animation: lol 3s 300ms infinite ease-in-out;
  animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
  -webkit-animation: lol 3s 400ms infinite ease-in-out;
  animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
  -webkit-animation: lol 3s 500ms infinite ease-in-out;
  animation: lol 3s 500ms infinite ease-in-out;
}

/* ---- Loader du message "Reprendre la réservation" ---- */
.loader {
  width: 60px;
  height: 60px;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/* ------- Style des tooltips -------- */
.ui-tooltip {
  padding: 1rem;
  box-shadow: 0px 2px 15px rgba(40, 40, 40, 0.44);
  background: #fff;
  z-index: 999;
}

/* ------- Fenêtres modales surgissantes -------- */
.ui-dialog {
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto;
  padding: 0.5rem;
  border-radius: 1px;
  width: 90% !important;
  color: #f5f5f5;
  max-width: 780px;
  background-image: linear-gradient(270deg, #003d7c 0%, #00132e 66%);
  box-shadow: 0 3px 20px rgba(5, 18, 46, 0.44);
}
@media only screen and (min-width: 768px) {
  .ui-dialog {
    padding: 1rem 1.8rem;
  }
}
.ui-dialog h3, .ui-dialog h4, .ui-dialog .ttip-libelle-pass {
  color: #ef9e11;
  margin-top: 0;
  font-size: 1.2rem;
}
.ui-dialog .ttip-description-pass {
  border-left: 5px solid #ef9e11;
  color: #ef9e11;
  padding-left: 1.5rem;
  margin-bottom: 1.2rem;
  font-size: 1rem;
}
.ui-dialog .ui-dialog-content {
  padding: 0.5rem;
  font-size: 1rem;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.5rem 3rem 0.5rem 0.8rem;
  font-size: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.ui-dialog .ui-button {
  width: 25px;
  height: 25px;
  padding: 0;
  background: transparent url("../img/close-tick.svg") no-repeat center;
  transition: all 0.1s ease-in-out 0s;
  border: none;
}
.ui-dialog .ui-button:hover {
  transform: rotate(-25deg);
}
.ui-dialog .ui-dialog-buttonpane .ui-button {
  width: 8rem;
  background: #fff;
  color: #000;
  border-radius: 1px;
  height: 40px;
}
.ui-dialog .ui-dialog-buttonpane .ui-button:hover {
  background: #f5f5f5;
  transform: none;
  box-shadow: 1px 3px 6px rgba(5, 18, 46, 0.56);
}
.ui-dialog .ui-dialog-buttonpane .ui-button:active {
  box-shadow: 1px 1px 0px rgba(5, 18, 46, 0.56);
  position: relative;
  top: 1px;
}

/* ---- Tableau à l'intérieur de la fenêtre modale
présentant les Infos complémentaires sur la croisière ---- */
.ui-dialog {
  border-radius: 1px;
  z-index: 999;
}
.ui-dialog .ttip-libelle-pass {
  margin: 0.5rem 0;
  color: #fff;
}
.ui-dialog .ttip-infos-cie {
  display: none !important;
  font-size: 0.875rem;
  margin-top: 1rem;
  padding: 1rem;
  background: #f5f5f5;
  color: #000;
}
.ui-dialog table, .ui-dialog thead, .ui-dialog tbody, .ui-dialog tr, .ui-dialog th, .ui-dialog td {
  display: block;
  text-align: left;
  min-width: 100%;
  margin: 0;
}
.ui-dialog tr.troncon-header,
.ui-dialog tr[id^=template_troncon_line_boat_] td {
  display: none;
}
.ui-dialog th, .ui-dialog td {
  margin: -1px 0 -1px 0;
}
.ui-dialog .ttip-date-depart {
  margin-top: 20px;
}
.ui-dialog .troncon {
  margin-bottom: 20px;
}
.ui-dialog td {
  padding: 10px 10px 10px 120px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ui-dialog td {
    padding: 4px 30px 4px 180px;
  }
}
.ui-dialog td:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
  padding-left: 0.5rem;
  line-height: 1;
  color: fff;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .ui-dialog td:before {
    width: 150px;
  }
}
.ui-dialog td.ttip-boat-img .boat-big {
  max-width: 100%;
  max-height: 150px;
}
.ui-dialog td:first-child::before {
  content: "Bateau : ";
}
.ui-dialog td:nth-child(2)::before {
  content: "Date de départ : ";
}
.ui-dialog td:nth-child(3)::before {
  content: "Heure de départ : ";
}
.ui-dialog td:nth-child(4)::before {
  content: "Date d'arrivée : ";
}
.ui-dialog td:nth-child(5)::before {
  content: "Heure d'arrivée : ";
}
.ui-dialog td:nth-child(6)::before {
  content: "Votre croisière : ";
}

.ttip-troncon tbody:nth-child(4) tr {
  display: none;
}

/* ---- Styles des messages d'alertes ------ */
div[class^=msg_niv_] {
  margin: 1rem 0;
  padding: 0.5rem;
}

/* -------------------------------------------- */
/* 	 		Styles pour les datepickers  		*/
/*	 		 … c'est la prise de tête :-)  	    */
/* -------------------------------------------- */
.ui-datepicker {
  display: none;
  width: 20rem;
  padding: 0.8rem 0.8rem 5rem;
  border-radius: 1px;
  background: #ef9e11 url(../img/logos/logo-nva-120.svg) no-repeat;
  background-position: center 95%;
  box-shadow: 0 5px 15px rgba(5, 18, 46, 0.52);
  border: none;
}
.reservations_agence .ui-datepicker {
  width: 23rem;
}

.reservations_agence .ui-datepicker .ui-datepicker-header,
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  background: none;
  border: none;
}
.reservations_agence .ui-datepicker .ui-datepicker-header .ui-datepicker-title,
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  height: 2rem;
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  background: none;
}
.reservations_agence .ui-datepicker .ui-datepicker-header .ui-datepicker-title select,
.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
  font-size: 14px;
  height: 25px;
  padding: 2px 5px;
  border: 1px solid #333333;
  border-radius: 1px;
  line-height: 20px;
  background-size: 10px;
  margin: 0.2rem;
  width: 40%;
}

/*.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}*/
.reservations_agence .ui-datepicker-week-col,
.ui-datepicker-week-col {
  background: none;
  display: none;
  color: #fff;
}
@media only screen and (min-width: 500px) {
  .reservations_agence .ui-datepicker-week-col,
  .ui-datepicker-week-col {
    display: table-cell;
    text-align: left;
  }
}

.reservations_agence .ui-datepicker .ui-datepicker-prev,
.reservations_agence .ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 4px;
  width: 2em;
  height: 2em;
  border-radius: 1px;
}

.reservations_agence .ui-datepicker .ui-datepicker-prev-hover,
.reservations_agence .ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 4px;
}

.reservations_agence .ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
  background: url("../img/prev.svg") no-repeat center;
  background-size: 12px;
}

.reservations_agence .ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next {
  right: 2px;
  background: url("../img/next.svg") no-repeat center;
  background-size: 12px;
}

.reservations_agence .ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  background-color: rgb(0, 35.9112903226, 73);
  border: none;
}

.reservations_agence .ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  background-color: rgb(0, 35.9112903226, 73);
  border: none;
}

.reservations_agence .ui-datepicker .ui-datepicker-prev span,
.reservations_agence .ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -10px;
  background: red;
}

.reservations_agence .ui-datepicker table,
.ui-datepicker table {
  width: 100%;
  font-size: 15px;
  border-collapse: collapse;
  margin: 0.8rem 0 0.4em;
  background: none;
  border: none;
}

.reservations_agence .ui-datepicker th,
.ui-datepicker th {
  padding: 2px;
  text-align: center;
  font-weight: bold;
  border: 0;
  background: none;
  min-width: 40px;
}
@media only screen and (min-width: 500px) {
  .reservations_agence .ui-datepicker th,
  .ui-datepicker th {
    min-width: 35px;
  }
}

.reservations_agence .ui-datepicker td,
.ui-datepicker td {
  padding: 1px;
  background: none;
}

.reservations_agence .ui-datepicker td span,
.reservations_agence .ui-datepicker td a,
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.3em 0.5em;
  text-align: center;
  text-decoration: none;
  background: none;
  font-size: 15px;
}

.reservations_agence .ui-datepicker td.ui-datepicker-today span,
.reservations_agence .ui-datepicker td.ui-datepicker-today a,
.ui-datepicker td.ui-datepicker-today span,
.ui-datepicker td.ui-datepicker-today a {
  font-weight: bold;
  text-decoration: underline;
  background: none;
}

.reservations_agence .ui-datepicker td.ui-state-disabled span,
.reservations_agence .ui-datepicker td.ui-state-disabled a,
.ui-datepicker td.ui-state-disabled span,
.ui-datepicker td.ui-state-disabled a {
  opacity: 0.5;
}

.reservations_agence .ui-datepicker td a.ui-state-default,
.ui-datepicker td a.ui-state-default {
  color: black;
  border: 1px solid transparent;
}
.reservations_agence .ui-datepicker td a.ui-state-default:hover,
.ui-datepicker td a.ui-state-default:hover {
  border: 1px solid #333;
  background-color: rgba(255, 255, 255, 0.95);
}

/* ---------------------------- */
/* 	 	 	ÉTAPE 1-3		    */
/* ---------------------------- */
/* ---- Code promotionnel ---- */
#promotion, .reduc-input {
  margin-top: 0;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
}
#promotion #libelle_tarif_pref, .reduc-input #libelle_tarif_pref {
  min-height: 40px;
  line-height: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-right: 20px;
}
#promotion #libelle_tarif_pref span, .reduc-input #libelle_tarif_pref span {
  margin-right: 0.25rem;
}
#promotion #libelle_tarif_pref .code-promo, .reduc-input #libelle_tarif_pref .code-promo {
  width: 30px;
  height: 30px;
  background: url("../img/discount-light.svg") no-repeat left center;
  background-size: contain;
}
#promotion #libelle_tarif_pref .carte-cadeau, .reduc-input #libelle_tarif_pref .carte-cadeau {
  position: relative;
  top: -4px;
  width: 30px;
  height: 30px;
  background: url("../img/carte-cadeau.svg") no-repeat left center;
  background-size: contain;
}
@media only screen and (min-width: 342px) {
  #promotion #libelle_tarif_pref, .reduc-input #libelle_tarif_pref {
    line-height: 40px;
  }
}
#promotion #promo-code, #promotion #code_tarif_pref, .reduc-input #promo-code, .reduc-input #code_tarif_pref {
  width: 180px;
  margin-right: 20px;
}

.display-travel {
  width: 100%;
  margin: 2rem auto;
  background: #f3f8fe;
  background-size: cover;
  border: 1px solid #dcdcdc;
  border-radius: 1px;
}
.display-travel::before {
  display: block;
  padding: 0.5rem 2rem;
  text-align: center;
  margin: 0 auto 1rem;
  font-size: 1.2rem;
  background-color: #003d7c;
  color: white;
}
.display-travel.aller-simple::before {
  content: "Choisissez votre horaire";
  display: none;
}
.display-travel.aller::before {
  content: "Choisissez votre ALLER";
}
.display-travel.retour::before {
  content: "Choisissez votre RETOUR";
}
.display-travel .travel {
  text-align: center;
  line-height: 1.6;
  margin: 1.5rem auto 0;
}
.display-travel .travel .travel-date {
  font-weight: 40000;
}
.display-travel .travel a {
  display: inline-block;
  width: 30px;
  height: 25px;
  text-indent: -9999em;
  opacity: 0.8;
}
.display-travel .travel a:hover {
  opacity: 1;
}
.display-travel .travel .prev-trip {
  background: url("../img/previous-date.svg") no-repeat left top;
  background-size: 25px;
}
.display-travel .travel .next-trip {
  background: url("../img/next-date.svg") no-repeat right top;
  background-size: 25px;
}
.display-travel .traveltype-label {
  text-align: center;
  font-weight: 300;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-top: 1rem;
}
@media only screen and (min-width: 600px) {
  .display-travel .traveltype-label {
    font-size: 1.6rem;
  }
}
.display-travel .display-schedule {
  list-style-type: none;
  padding: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin: 0 auto;
}
.display-travel .display-schedule .passage {
  display: flex !important;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: center;
  position: relative;
  border: 1px solid #dcdcdc;
  border-radius: 1px;
  padding: 12px;
  width: 100%;
  min-height: 150px;
  margin: 0.5rem;
  background: #fff;
  font-family: "Helvetica", Arial, sans-serif;
  transition: all 0.2s ease-in-out 0s;
  /* A NOTER : la zone cliquable qui valide le choix de l'horaire
  ne se limite pas uniquement au "p.selection" (btn radio).
  C'est toute la "div.horaire_cible" qui est cliquable
  (fait en JS dans le engine) */
}
@media only screen and (min-width: 700px) {
  .display-travel .display-schedule .passage {
    padding: 1.25rem;
  }
}
.display-travel .display-schedule .passage:hover {
  transform: scale(1.01);
  box-shadow: 0 5px 10px rgba(5, 18, 46, 0.49);
}
.display-travel .display-schedule .passage.complet .nb_places {
  font-family: courrier, monospace;
  color: #003d7c;
  display: block;
  background: #fff;
  border-radius: 1px;
  position: absolute;
  width: 240px;
  text-align: center;
  font-size: 1.1rem;
  border: 3px solid #003d7c;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  top: 50%;
  left: 25%;
  transform: translateX(-50%) rotate(-25deg);
  opacity: 0.9;
}
.display-travel .display-schedule .passage.complet .nb_places::before {
  content: "Réservation fermée";
}
.display-travel .display-schedule .passage.complet .selection {
  visibility: hidden;
}
.display-travel .display-schedule .passage .horaire_cible {
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 700px) {
  .display-travel .display-schedule .passage .horaire_cible {
    width: 50%;
    border-right: 5px solid #003d7c;
    padding-right: 3rem;
  }
}
.display-travel .display-schedule .passage .horaire_cible .gare-depart {
  font-weight: 500;
  font-size: 1.05rem;
}
.display-travel .display-schedule .passage .more-infos {
  position: relative;
  margin: 1.5rem 0 0;
  font-size: 0.812rem;
  text-align: center;
  text-decoration: underline;
}
@media only screen and (min-width: 700px) {
  .display-travel .display-schedule .passage .more-infos {
    width: 40%;
    margin-top: 0;
  }
}
.display-travel .display-schedule .passage .more-infos:hover {
  color: rgb(0, 35.9112903226, 73);
}
.display-travel .display-schedule .passage .more-infos .plus_d_info {
  font-size: 1rem;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 0.875rem;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 1rem;
  left: 0px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 0.5rem;
}
@media only screen and (min-width: 718px) {
  .display-travel .display-schedule .passage .more-infos .plus_d_info {
    bottom: 2rem;
  }
}
.display-travel .display-schedule .passage .more-infos .ttip-boat-img {
  display: block;
}
.display-travel .display-schedule .passage .more-infos .ttip-boat-img .boat-big {
  max-width: 100%;
  border: 1px solid #00132e;
}
.display-travel .display-schedule .passage .libelle-passage {
  font-weight: 400;
  margin: 0;
  font-size: 0.85rem;
  font-family: "Helvetica", Arial, sans-serif;
}
.display-travel .display-schedule .passage .places-dispo {
  font-size: 0.815rem;
  color: #003d7c;
  font-weight: 600;
}
.display-travel .display-schedule .passage .horaires {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
}
.display-travel .display-schedule .passage .horaires .label_depart {
  margin-right: 5px;
}
.display-travel .display-schedule .passage .horaires .label-depart-precision::after {
  content: " :";
}
.display-travel .display-schedule .passage .horaires .heure-depart {
  background: #ef9e11;
  border-radius: 1px;
  color: white;
  display: block;
  font-size: 1.2rem;
  padding: 0.25rem 0.5rem;
  margin-top: 0.5rem;
  text-align: center;
}
.display-travel .display-schedule .passage .tarifs {
  margin-top: 0px;
  font-size: 14px;
}
.display-travel .display-schedule .passage .selection {
  box-sizing: border-box;
  display: block;
  text-align: center;
  margin: -0.5rem 0 0 0;
}
.display-travel .display-schedule .passage.selected_hour {
  border: 3px solid #70bc1c;
}
.display-travel .display-schedule .passage.selected_hour .selection {
  background: url("../img/selected-hour.svg") no-repeat 50% bottom;
  background-size: 50px;
}
.display-travel .display-schedule .passage.selected_hour .selection input, .display-travel .display-schedule .passage.selected_hour .selection label {
  visibility: hidden;
}
.display-travel .showAll {
  display: none !important;
}
.display-travel .date-navigation {
  display: flex;
  justify-content: space-between;
}
.display-travel .date-navigation a {
  margin: 0 1rem;
  text-decoration: none;
  background: #fff;
  padding: 0.2rem 0.8rem;
  border: 1px solid #aaa;
  font-size: 0.75rem;
  border-radius: 1px;
}
.display-travel .date-navigation a:last-child {
  border-radius: 1px;
}
.display-travel .date-navigation a:hover {
  background-color: #003d7c;
  color: #fff;
}
.display-travel .date-navigation a span {
  display: none;
}

/* ----------------------------------------------------------------------- */
/* 	ÉTAPE 1.4 : composition de l'équipe et choix des prestations 		   */
/* ----------------------------------------------------------------------- */
.BONCADEAU #choix_presta {
  display: none;
}

/* ---- Carte de réduction ---- */
#gestion_cartes_abo #libelle_carte_reduc {
  display: inline-block;
  min-height: 40px;
  padding: 0 10px 0 60px;
  margin: 0;
  background: url("../img/discount-card.svg") no-repeat left center;
  background-size: 50px;
  vertical-align: top;
}
@media only screen and (min-width: 342px) {
  #gestion_cartes_abo #libelle_carte_reduc {
    line-height: 40px;
  }
}
#gestion_cartes_abo .reduc-input {
  margin-top: -0.5rem;
}
#gestion_cartes_abo .reduc-input input {
  width: 100%;
  margin: 0.3rem 0;
}
@media only screen and (min-width: 450px) {
  #gestion_cartes_abo .reduc-input input {
    width: auto;
  }
}

#compose-cmd {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding-top: 10px;
}
#compose-cmd .help {
  display: none;
  max-width: 250px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  min-height: 40px;
  line-height: 40px;
  padding-left: 45px;
  background: url("../img/help-red.svg") no-repeat left center;
  background-size: 32px;
  font-weight: bold;
  margin: 1.5rem 0 1rem;
}
#compose-cmd .help:hover {
  cursor: help;
  background: url("../img/help.svg") no-repeat left center;
  background-size: 32px;
  color: #003d7c;
}

.rate-btn-zone {
  padding: 0;
  margin: 1rem auto;
  width: 100%;
  max-width: 350px;
}
@media only screen and (min-width: 700px) {
  .rate-btn-zone {
    margin: 0;
    max-width: 50%;
  }
}
.rate-btn-zone legend {
  display: none;
}
.rate-btn-zone .compose-btn {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 60px;
  background-color: #003d7c;
  color: white;
  border: none;
  padding: 0.5rem 1rem 0.5rem 5rem;
  text-align: left;
}
.rate-btn-zone .compose-btn:hover {
  background-color: rgb(0, 35.9112903226, 73);
}
.rate-btn-zone .compose-btn::after {
  content: "";
  display: block;
  width: 25px;
  height: 35px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4.5%;
  background: url("../img/select-arrows-white.svg") no-repeat center;
}
.rate-btn-zone .compose-btn#compose-equipe {
  background-image: url("../img/user-1-white.svg"), linear-gradient(270deg, #003d7c 0%, #00132e 66%);
  background-repeat: no-repeat, no-repeat;
  background-position: 1rem center, left top;
}
.rate-btn-zone div[id^=prestation_P_] {
  width: 100%;
  position: relative;
}
.rate-btn-zone div[id^=prestation_P_] .change_qty {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 20px;
  text-align: center;
  font-size: 1.3rem;
  border: 1px solid #bbb;
}
@media only screen and (min-width: 700px) {
  .rate-btn-zone div[id^=prestation_P_] .change_qty {
    width: 30px;
    height: 30px;
  }
}
.rate-btn-zone div[id^=prestation_P_] .less {
  right: calc(75px + 0.5rem);
  background: rgb(103.6577181208, 139.9798657718, 180.8422818792);
  border-right: 0;
  border-radius: 0;
}
.rate-btn-zone div[id^=prestation_P_] .less:hover {
  background: #9bb3ce;
}
.rate-btn-zone div[id^=prestation_P_] .less:disabled {
  background: #9bb3ce;
  cursor: not-allowed;
}
.rate-btn-zone div[id^=prestation_P_] .more {
  right: 0.5rem;
  background: #003d7c;
  border-left: 0;
  border-radius: 0;
}
@media only screen and (min-width: 700px) {
  .rate-btn-zone div[id^=prestation_P_] .more {
    right: 1.1rem;
  }
}
.rate-btn-zone div[id^=prestation_P_] .more:hover {
  background: #003d7c;
  color: white;
}
.rate-btn-zone div[id^=prestation_P_] .more:disabled {
  cursor: not-allowed;
}
.rate-btn-zone div[id^=prestation_P_] .infos-picto {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #003d7c;
  position: absolute;
  top: 25px;
  right: 140px;
}
@media only screen and (min-width: 768px) {
  .rate-btn-zone div[id^=prestation_P_] .infos-picto {
    display: block;
    right: 130px;
  }
}
.rate-btn-zone div[id^=prestation_P_] .infos-picto::after {
  display: inline-block;
  width: 30px;
  content: "i";
  font-family: Georgia, serif;
  color: #fff;
  font-style: italic;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}
.rate-btn-zone .add-rate {
  width: 100%;
  height: auto;
  min-height: 75px;
  text-align: left;
  font-size: 0.85rem;
  background: none;
  padding: 1rem;
  color: #000;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  margin-top: -1px;
}
@media only screen and (min-width: 700px) {
  .rate-btn-zone .add-rate {
    padding: 0.4rem 1rem;
  }
}
.rate-btn-zone .add-rate .libelle_prestation {
  font-weight: 500;
  font-size: 1rem;
  display: inline-block;
  max-width: calc(100% - 115px);
}
.rate-btn-zone .add-rate .price {
  display: block;
  width: 75px;
  background: #fff;
  text-align: center;
  padding: 0.2rem 0.5rem;
  font-size: 1rem;
  border: 1px solid #c2c2c2;
  margin-top: 5px;
}
.rate-btn-zone .add-rate .price:after {
  content: " €";
}
.rate-btn-zone .add-rate .cpt_presta {
  box-sizing: border-box;
  text-align: center;
  width: 35px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(40px + 0.5rem);
  background: #fff;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 0;
  font-size: 1.1rem;
}
@media only screen and (min-width: 700px) {
  .rate-btn-zone .add-rate .cpt_presta {
    height: 30px;
    line-height: 30px;
    right: calc(30px + 1.1rem);
  }
}

.BONCADEAU .infos-voyageurs {
  max-width: 100%;
  float: none;
}
.BONCADEAU .infos-voyageurs textarea {
  width: 100%;
  min-height: 80px;
}

.live-recap {
  width: 100%;
  margin: 0 auto 1rem;
  max-width: 350px;
  background: #f3f8fe;
  border: 1px solid rgb(219.5, 219.5, 219.5);
  font-size: 0.875rem;
}
@media only screen and (min-width: 700px) {
  .live-recap {
    margin: 0 0 2rem;
    max-width: 40%;
  }
}
.live-recap h4 {
  background: url("../img/logos/logo-nva-120.svg") no-repeat center 1.5rem;
  margin: 0;
  text-align: center;
  padding: 7rem 2rem 1rem;
  font-size: 1.15rem;
  color: #003d7c;
}
.live-recap .recap-body {
  position: relative;
  min-height: 300px;
  padding: 2rem 1.5rem 8rem;
}
.live-recap .recap-body ul > li {
  position: relative;
  padding: 0 25px 0 15px;
  margin-bottom: 0.5rem;
}
.live-recap .recap-body ul > li:before {
  content: "– ";
  position: absolute;
  left: 0;
}
.live-recap .recap-body ul > li .remove1 {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -9999rem;
  background: url("../img/less.svg") no-repeat center;
  background-size: 16px;
}
.live-recap .recap-body ul > li .remove1:hover {
  background: url("../img/less-blue.svg") no-repeat center;
  background-size: 16px;
}
.live-recap .resume {
  position: absolute;
  bottom: 75px;
  left: 0;
  width: 100%;
  margin: 2rem 0 2rem;
  padding: 0 2rem 0 0;
  text-align: right;
  font-size: 1.4rem;
  margin: 0;
}
.live-recap .resume #montant_total {
  color: #d7392c;
  font-weight: 500;
}
.live-recap .resume #montant_total::after {
  content: " €";
}
.live-recap .resume #bouton_terminer_equipe {
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                           supported by Chrome and Opera */
  display: block !important;
  background-color: #003d7c;
  background-image: url("../img/basket-white.svg"), linear-gradient(270deg, #00132e 33%, #003d7c 100%);
  background-repeat: no-repeat, no-repeat;
  background-size: 25px auto, auto auto;
  background-position: 12px center, left top;
  text-decoration: none;
  font-family: "Helvetica", Arial, sans-serif;
  color: white;
  font-size: 1rem;
  padding: 0.4rem 1rem;
  width: calc(100% - 4rem);
  text-align: center;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1px;
  font-weight: 300;
}
.live-recap .resume #bouton_terminer_equipe:hover {
  background-image: url("../img/basket-white.svg"), linear-gradient(0deg, #003d7c 0%, #00132e 100%);
}
.live-recap .resume #bouton_terminer_equipe:active, .live-recap .resume #bouton_terminer_equipe:focus {
  cursor: pointer;
}

.infos-zone-2 {
  margin-top: 2rem;
}
.infos-zone-2 h4 {
  display: none;
}

.infos-voyageurs {
  box-sizing: border-box;
  max-width: 260px;
  padding: 1rem;
  background-color: #f3f8fe;
  border: 1px solid rgb(148.8461538462, 193.0769230769, 246.1538461538);
  float: left;
  margin: 1rem 1rem 0 0;
}
.infos-voyageurs .remove-person {
  min-height: 40px;
  padding-left: 55px;
  margin: 0.5rem 0 1rem;
  background: url("../img/user-1.svg") no-repeat 5px center;
}
.infos-voyageurs .remove-person .trash {
  display: block;
  width: 80px;
  font-size: 0.812rem;
  background: url("../img/trash-2.svg") no-repeat right center;
  background-size: 12px;
}
.infos-voyageurs .remove-person .trash:hover {
  color: rgb(0, 35.9112903226, 73);
}
.infos-voyageurs div[id^=infos_P] {
  margin: 0.6rem 0;
}
.infos-voyageurs div[id^=infos_P]:nth-child(5) {
  margin: 1.2rem 0;
}
.infos-voyageurs select {
  background-color: #fff;
}
.infos-voyageurs input[type=text] {
  min-width: 225px;
}
.infos-voyageurs div[id^=infos_P_] {
  position: relative;
}
.infos-voyageurs div[id^=infos_P_] .ui-datepicker-trigger {
  width: 26px;
  position: absolute;
  top: 8px;
  right: 12px;
}
.infos-voyageurs input[id^=date_de_naissance_],
.infos-voyageurs input[id^=date_delivrance_document_],
.infos-voyageurs input[id^=date_validite_document_] {
  padding-right: 45px;
}

/* ----- Mode AGENCE ------ */
#ligne_id_contact {
  display: none;
}

.agence #ligne_id_contact {
  display: table-row;
}

.agence #ligne_envoi_postal,
.agence #ligne_email,
.agence #ligne_adresse,
.agence #ligne_ville,
.agence #phone-group {
  display: none;
}

/* --------------------------- */
/*          Etape 1.5          */
/* --------------------------- */
#infos-paiement h4 {
  text-align: left;
  margin-top: 4rem;
}
#infos-paiement #info_contact {
  margin-bottom: 2rem;
}
#infos-paiement #name-group label::after,
#infos-paiement #surname-group label::after,
#infos-paiement #email-icon label::after,
#infos-paiement #mobile-group label::after,
#infos-paiement #ligne_conserve_donnees td label::after,
#infos-paiement .required label::after {
  content: " *";
  font-weight: 700;
  font-size: 1.2rem;
  color: #d7392c;
}
#infos-paiement #conserve_donnees {
  margin-top: 1rem;
  padding: 1rem 0 0.6rem;
  display: block;
  max-width: 400px;
}
#infos-paiement #conserve_donnees::after {
  content: " *";
  font-weight: 700;
  font-size: 1.2rem;
  color: #d7392c;
}
#infos-paiement .oui, #infos-paiement .non {
  display: inline-block;
  margin-left: 0.5rem;
}
#infos-paiement .oui {
  margin-right: 2rem;
}
#infos-paiement .alert-form-msg {
  color: #d7392c;
}
#infos-paiement td label {
  display: block;
  margin: 0.5rem 0 0.2rem;
  padding-left: 0.2rem;
  line-height: 1.2;
}
@media only screen and (min-width: 500px) {
  #infos-paiement td label {
    margin: 0;
    display: inline-block;
    width: 130px;
    vertical-align: middle;
  }
}
#infos-paiement td input[type=text],
#infos-paiement td input[type=email],
#infos-paiement td input[type=tel],
#infos-paiement td textarea,
#infos-paiement td select {
  width: 100%;
  max-width: 300px;
}
@media only screen and (min-width: 500px) {
  #infos-paiement td input[type=text],
  #infos-paiement td input[type=email],
  #infos-paiement td input[type=tel],
  #infos-paiement td textarea,
  #infos-paiement td select {
    max-width: 270px;
    vertical-align: middle;
    display: inline-block;
  }
}
#infos-paiement td textarea {
  height: 100px;
  vertical-align: top;
}
#infos-paiement td #civilite {
  width: 100px;
  padding-right: 20px;
  background-position: 85% center;
  margin-left: 134px;
}
#infos-paiement td #nom {
  text-transform: uppercase;
}
#infos-paiement td select, #infos-paiement td input {
  margin-bottom: 0.5rem;
}
#infos-paiement td #phone-group, #infos-paiement td #address-group2 {
  display: none;
}
#infos-paiement td#pins-observation {
  /* on masque le champ observation qui n'est pas utilisé */
  display: none;
}
#infos-paiement td .alert-form-msg.open {
  background: #fff url("../img/error-color.svg") no-repeat left center;
  max-width: 600px;
  min-height: 50px;
  background-size: 40px;
  padding: 0.5rem 0.5rem 0.5rem 4rem;
}
#infos-paiement td #payt-infos-validation {
  color: white;
}

/* ---------------------------- */
/* 	 	 	 ETAPE 2 		    */
/* ---------------------------- */
#etape2 {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
}
#etape2 h4 {
  width: 100%;
  text-align: center;
  margin: 1.5rem 0 1rem;
}
#etape2 #reservation {
  border: none;
  width: 100%;
  margin: 0.5rem 0 2rem;
  text-align: center;
}

#recap-container,
#conclusion #recap_resa {
  background: #fff;
  border: 1px solid #bbb;
  max-width: 400px;
  margin: 0 auto 2rem;
  -webkit-box-shadow: 0 2px 3px rgba(68, 68, 68, 0.3);
  box-shadow: 0 2px 3px rgba(68, 68, 68, 0.3);
  padding-bottom: 2rem;
  font-size: 0.875rem;
  border-radius: 1px;
}
@media only screen and (min-width: 768px) {
  #recap-container,
  #conclusion #recap_resa {
    width: 50%;
    max-width: 360px;
    margin: 0;
  }
}
#recap-container #dab,
#conclusion #recap_resa #dab {
  width: 100%;
  height: 100px;
  background: url("../img/logos/logo-nva-100.svg") no-repeat center;
  background-size: contain;
  margin: 2rem auto 1rem;
}
#recap-container .code-barre,
#conclusion #recap_resa .code-barre {
  width: 70px;
  float: right;
  margin: 0 1rem 0;
  display: none;
}
#recap-container #cmd,
#conclusion #recap_resa #cmd {
  text-align: center;
  font-weight: 500;
}
#recap-container #cmd #votre-cmd,
#conclusion #recap_resa #cmd #votre-cmd {
  font-size: 1.2rem;
  display: block;
  text-transform: uppercase;
}
#recap-container #recap .passage-description,
#conclusion #recap_resa #recap .passage-description {
  padding: 0 1rem;
  font-size: 0.75rem;
  color: #003d7c;
}
#recap-container #recap .final-recap,
#conclusion #recap_resa #recap .final-recap {
  padding: 1rem 0rem;
  text-align: center;
}
#recap-container #recap .final-recap .itineraire,
#conclusion #recap_resa #recap .final-recap .itineraire {
  padding: 0 1.5rem;
  text-align: center;
  font-weight: 600;
  margin-top: 0;
}
#recap-container #recap .final-recap .itineraire::before, #recap-container #recap .final-recap .itineraire::after,
#conclusion #recap_resa #recap .final-recap .itineraire::before,
#conclusion #recap_resa #recap .final-recap .itineraire::after {
  content: " – ";
}
#recap-container #recap .final-recap .details-itineraire,
#conclusion #recap_resa #recap .final-recap .details-itineraire {
  margin-bottom: 0;
  padding: 0 1rem;
}
#recap-container #recap .details-troncons,
#conclusion #recap_resa #recap .details-troncons {
  padding: 0 1rem;
}
#recap-container #recap .liste_prestas,
#conclusion #recap_resa #recap .liste_prestas {
  background: rgb(240.5704697987, 244.033557047, 247.9295302013);
  padding: 1rem 1.5rem;
  margin: 1rem 0 1rem 0;
}
#recap-container #recap .titre-prestations,
#conclusion #recap_resa #recap .titre-prestations {
  margin-top: 0;
  text-align: center;
  font-weight: 500;
}
#recap-container #recap .lignes-prestations li,
#conclusion #recap_resa #recap .lignes-prestations li {
  position: relative;
  text-align: left;
  margin-bottom: 0.25rem;
  max-width: calc(100% - 80px);
  padding-left: 20px;
}
#recap-container #recap .lignes-prestations li::before,
#conclusion #recap_resa #recap .lignes-prestations li::before {
  content: "– ";
  position: absolute;
  left: 0px;
}
#recap-container #recap .lignes-prestations li .prix,
#conclusion #recap_resa #recap .lignes-prestations li .prix {
  display: inline-block;
  width: 60px;
  position: absolute;
  right: -80px;
  text-align: right;
}
#recap-container #recap #total-cmd,
#conclusion #recap_resa #recap #total-cmd {
  padding: 0.5rem 1.5rem;
  margin: 1.5rem 0 0;
  text-align: right;
  font-size: 1.3rem;
}
#recap-container #recap #total-cmd.total-block,
#conclusion #recap_resa #recap #total-cmd.total-block {
  font-size: 1rem;
}
#recap-container #recap #total-cmd.total-block .restant,
#conclusion #recap_resa #recap #total-cmd.total-block .restant {
  font-size: 1.2rem;
}
#recap-container #recap #total-cmd #final-total,
#conclusion #recap_resa #recap #total-cmd #final-total {
  color: #d7392c;
  font-weight: 600;
  letter-spacing: -0.05rem;
}

#agreement {
  font-size: 0.875rem;
  max-width: 400px;
  margin: 0 auto;
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  #agreement {
    width: 40%;
    margin: 0;
  }
}
#agreement #zone_a_valider p {
  position: relative;
  padding-left: 2.5rem;
  margin: 0 0 2rem;
}
#agreement #zone_a_valider p input {
  position: absolute;
  left: 0;
  top: 0;
}
#agreement #purchase {
  height: 45px;
  border-radius: 1px;
  color: white;
  padding: 0 1.5rem 0 60px;
  background-image: url("../img/credit-card.svg"), linear-gradient(270deg, #003d7c 0%, #00132e 66%);
  background-repeat: no-repeat, no-repeat;
  background-position: 20px center, left top;
  background-size: 25px auto, auto auto;
  margin: 1.4rem 0 0;
  font-size: 1rem;
}
#agreement #purchase:hover {
  background-image: url("../img/credit-card.svg"), linear-gradient(270deg, #00132e 33%, #003d7c 100%);
}
#agreement .link-btn {
  text-decoration: none;
  height: 30px;
  line-height: 30px;
  border-radius: 1px;
  color: #fff;
  padding: 0 1rem;
  text-align: center;
  width: 220px;
  display: block;
  margin: 1rem 0;
}
#agreement .link-btn#annulation_resa {
  background: #003d7c;
}
#agreement .link-btn#annulation_resa:hover, #agreement .link-btn#annulation_resa:focus {
  background: rgb(0, 35.9112903226, 73);
}
#agreement .link-btn#modification_resa {
  background: #ef9e11;
}
#agreement .link-btn#modification_resa:hover, #agreement .link-btn#modification_resa:focus {
  background: rgb(192.0866141732, 126.7125984252, 12.9133858268);
}
#agreement #secure {
  background: url("../img/security.svg") no-repeat 3.1rem center;
  padding-left: 1rem;
  width: 235px;
  text-align: center;
  margin: 0.2rem 0 0;
}

/* ------------------------------------------------ */
/* 	 	 	 	  Tout après #etape2 				    */
/*		(#etape3, #conclusion, paiement, etc.)	       */
/* ------------------------------------------------ */
#conclusion {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: center;
}
#conclusion h4 {
  display: block;
  width: 100% !important;
}
#conclusion .payt-result-box {
  width: 100%;
  padding: 7rem 1rem 2rem;
  margin: 0 auto 2rem auto;
  border-radius: 1px;
  text-align: center;
  max-width: 350px;
}
@media only screen and (min-width: 768px) {
  #conclusion .payt-result-box {
    margin: 0;
  }
}
#conclusion .payt-result-box .cause {
  font-weight: 500;
}
#conclusion #payt-succeed {
  background: #C5CEEA url("../img/payt-ok-1.svg") no-repeat center 3rem;
  border: 1px solid #dcdcdc;
}
#conclusion #payt-succeed a.consequence {
  display: block;
  padding: 4rem 1rem 0.5rem;
  margin: 1rem auto;
  max-width: 400px;
  text-align: center;
  background: rgba(255, 255, 255, 0.3) url("../img/pdf.svg") no-repeat center 10px;
  border: 1px solid #333;
  text-decoration: none;
  border-radius: 1px;
}
#conclusion #payt-succeed a.consequence:hover {
  background-color: rgb(255, 255, 255);
}
#conclusion #payt-succeed #back-to-resa {
  display: block;
  text-align: center;
}
#conclusion #payt-failed {
  color: white;
  background: #F34545 url("../img/error.svg") no-repeat center 2rem;
  border: 3px solid #C41D1D;
}
#conclusion #payt-failed #back-to-resa {
  display: block;
  height: 50px;
  line-height: 50px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  background-color: #FB9C9C;
  border: 1px solid #282828;
  text-decoration: none;
}
#conclusion #payt-failed #back-to-resa:hover {
  background-color: #FFDBDB;
}
#conclusion #payt-wait {
  background: #FF955B url("../img/waiting.svg") no-repeat center 2rem;
  border: 3px solid #F2732D;
}
#conclusion #payt-wait img {
  opacity: 0.5;
}
#conclusion #payt-wait #back-to-resa {
  display: block;
  height: 50px;
  line-height: 50px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  background-color: #FFCBAF;
  border: 1px solid #282828;
  text-decoration: none;
}
#conclusion #payt-wait #back-to-resa:hover {
  background-color: #F8DACA;
}

#recap-pdf {
  position: relative;
  font-family: "Open Sans", sans-serif;
  background: #fff;
  color: #000 !important;
  padding: 0 0 28mm 0;
  padding: 0;
  margin: 0;
}
#recap-pdf .logo-cie {
  margin-top: 0;
  height: 100px;
  background: url("../img/logos/logo-nva-pdf@2x.png") no-repeat left top;
  background-size: contain;
  color: transparent;
  font-size: 0;
}
#recap-pdf .address-block {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
#recap-pdf .block-confirmation {
  margin: 2rem auto;
  text-align: center;
  font-weight: 600;
  border: 1px solid #aaa;
  padding: 0.5rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  letter-spacing: -0.01rem;
}
#recap-pdf h1:not(.logo-cie) {
  font-size: 1.3rem;
  margin: 2rem 0 1rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -0.01rem;
}
#recap-pdf #recap {
  position: relative;
  margin: 1.8rem auto 3rem;
  border: 1px solid #aaa;
  border-left: 0.4rem solid #003d7c;
  padding: 1.5rem 2rem;
  page-break-inside: avoid;
  page-break-after: auto;
}
#recap-pdf #recap .code-barre {
  width: 70px;
  float: right;
}
#recap-pdf #recap #cmd {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-size: 17px;
  font-weight: 600;
}
#recap-pdf #recap #cmd #votre-cmd {
  display: inline;
}
#recap-pdf #recap #cmd #num-resa {
  display: inline;
  font-weight: 500;
}
#recap-pdf #recap .final-recap .passage {
  position: relative;
}
#recap-pdf #recap .final-recap .passage .itineraire {
  display: inline-block;
  font-weight: 500;
  background: #003d7c;
  padding: 0.25rem 1rem;
  font-size: 0.975rem;
  color: #fff;
  border-radius: 6px;
  text-transform: capitalize;
  margin-bottom: 1rem 0 0;
}
#recap-pdf #recap .final-recap .passage .details-itineraire {
  display: inline-block;
  margin-left: 10px;
}
#recap-pdf #recap .final-recap .passage .passage-description {
  font-style: italic;
  color: #003d7c;
  font-size: 14px;
  line-height: normal;
  margin-top: 0;
}
#recap-pdf #recap .final-recap .passage .lignes-prestations li .prix {
  margin-left: 2rem;
}
#recap-pdf #recap #total-cmd {
  clear: left;
  text-align: right;
  padding-top: 0rem;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
}
#recap-pdf #recap #total-cmd #final-total {
  color: #d7392c;
}
#recap-pdf .billets h2 {
  margin: 1rem 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  letter-spacing: -0.01rem;
}
#recap-pdf .billet {
  position: relative;
  border: 1px solid #aaa;
  min-height: 150px;
  padding: 1rem 1.5rem;
  border-left: 0.4rem solid #003d7c;
}
#recap-pdf .billet .libelle_passage, #recap-pdf .billet .libelle_presta, #recap-pdf .billet .prix {
  display: inline-block;
  font-size: 0.85rem;
  text-transform: capitalize;
  font-weight: 500;
  margin: 0.5rem 0;
  -bottom: 1rem;
}
#recap-pdf .billet .ticket-barcode {
  width: 165px;
  position: absolute;
  top: 0.8rem;
  right: 2rem;
}
#recap-pdf .billet .liste_troncons {
  margin-top: 0.5rem;
}
#recap-pdf .billet .liste_troncons .troncon {
  padding-right: 1rem;
  border-right: 1px solid #333;
  margin-right: 1rem;
  float: left;
}
#recap-pdf .billet .liste_troncons .troncon:last-child {
  border: none;
}
#recap-pdf .additional-infos {
  font-family: "Open Sans", sans-serif;
  margin: 0 0 1.4rem 0;
  font-size: 1.4rem;
}
#recap-pdf .resa_textes0 {
  position: relative;
  page-break-inside: avoid;
}
#recap-pdf .resa_textes0 .message {
  display: none;
}
#recap-pdf .resa_textes0 .meteo {
  max-width: 49%;
  padding-right: 1rem;
  float: left;
}
#recap-pdf .resa_textes0 .meteo a {
  text-decoration: none;
}
#recap-pdf .resa_textes0 .meteo p:first-child {
  margin-top: 0;
}
#recap-pdf .resa_textes0 img {
  display: block;
  max-width: 49%;
  float: right;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin: 0 0 0 1rem;
}
#recap-pdf .page-billets {
  page-break-before: always;
  page-break-inside: avoid;
  clear: both;
}
#recap-pdf .billets-title {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
}
#recap-pdf .billets-title + p {
  margin-top: 0;
  font-size: 0.85rem;
  font-weight: 500;
  color: #d7392c;
}
#recap-pdf .all-billets {
  position: relative;
  margin-top: 10px;
  margin-bottom: 0;
}
#recap-pdf .all-billets .one-billet {
  margin: 1rem 30px 1rem 0;
  float: left;
}
#recap-pdf .all-billets > .one-billet:nth-child(3n+3) {
  margin-right: 0;
}
#recap-pdf .num-billet {
  font-size: 12px;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
#recap-pdf .num-billet {
  font-size: 12px;
  margin-bottom: 2px;
}
#recap-pdf .billet {
  position: relative;
  border: 1px solid darkgray;
  padding: 0;
  width: 255px;
  margin: 0;
  border-radius: 4px;
}
#recap-pdf .billet .billet-header {
  border-radius: 5px 5px 0 0;
  position: relative;
}
#recap-pdf .billet .billet-header span {
  display: block;
}
#recap-pdf .billet .billet-header .identite {
  text-align: center;
  font-weight: 600;
  font-size: 0.85rem;
}
#recap-pdf .billet .billet-header .numresa-billet {
  text-align: center;
  color: #00132e;
  font-size: 12px;
}
#recap-pdf .billet .billet-header .numresa-billet span {
  display: inline-block;
  font-weight: bold;
}
#recap-pdf .billet .billet-header .lib-presta {
  font-weight: 600;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  padding: 0.75rem 0.5rem 1.5rem 1rem;
  border-radius: 0;
  background-color: #ef9e11;
  color: #00132e;
}
#recap-pdf .billet .billet-header .prix-billet {
  display: block;
  width: 74px;
  background: white;
  border-radius: 26px;
  margin: -13px auto 0.5rem;
  text-align: center;
  font-size: 0.85rem;
  padding: 0.2rem 0.25rem;
  color: #00132e;
}
#recap-pdf .billet .barcode {
  margin: 0.5rem 0 0;
}
#recap-pdf .billet .barcode img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
#recap-pdf .billet .barcode .numbillet {
  text-align: center;
  font-size: 11px;
}
#recap-pdf .billet .liste_troncons {
  clear: left;
  margin: 0 0 1rem;
}
#recap-pdf .billet .liste_troncons .troncon {
  float: none;
  border: none;
  margin: 0 auto;
  padding: 0.5rem 1rem 0.5rem;
  font-size: 11px;
  line-height: 1.2;
}
#recap-pdf .billet .liste_troncons .troncon-heure-depart {
  margin-bottom: 0rem;
}
#recap-pdf .bc-pdf {
  clear: both;
  font-size: 14px;
}
#recap-pdf .bc-pdf .greetings {
  font-size: 130%;
}
#recap-pdf .bc-pdf h4 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
#recap-pdf .bc-pdf .msg_beneficiaire {
  padding: 0.8rem;
  border-radius: 12px;
  background: #f3f8fe;
  font-style: italic;
  margin: 1rem 0;
}
#recap-pdf .bc-pdf .nva-boncadeau {
  position: relative;
  width: 550px;
  height: 493px;
  margin: 1rem auto 1.5rem;
  background: url("../img/boncadeau/naveva_bc.png") no-repeat center;
  background-size: contain;
}
#recap-pdf .bc-pdf .infos-nva-bc {
  padding-top: 280px;
}
#recap-pdf .bc-pdf .infos-nva-bc .nva-num-bc {
  text-align: center;
  font-weight: 700;
  font-size: 1.3rem;
}
#recap-pdf .bc-pdf .infos-nva-bc .nva-libelle-bc {
  width: 410px;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #c1ccdf;
  border-bottom: 1px solid #c1ccdf;
  padding: 0.4rem 0;
  font-size: 15px;
}
#recap-pdf .bc-pdf .infos-nva-bc .nva-nom-beneficiaire {
  text-align: center;
  font-weight: 600;
  font-size: 120%;
}
#recap-pdf .bc-pdf .bc-secret {
  text-align: center;
}
#recap-pdf .bc-pdf .bc-secret span {
  font-weight: 500;
  font-size: 16px;
}
#recap-pdf .bc-pdf .bc-secret .bc {
  display: inline-block;
  margin: 0;
  margin-left: 15px;
  background: #003d7c;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 12px;
  font-size: 20px;
}

html {
  background: none;
}

#quick-resa {
  background: none;
  height: 300px;
  padding: 1.5rem 1rem;
}
#quick-resa * {
  box-sizing: border-box;
}
#quick-resa .qr-container {
  background: none;
  margin: 0 auto;
  padding: 1rem 0 0;
  max-width: 1150px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: center;
  font-family: "Helvetica", Arial, sans-serif;
}
#quick-resa #select_voyage {
  display: flex-item;
  padding: 1rem;
  width: 350px;
  margin: 0;
}
#quick-resa #select_voyage .dropdown-style.wide {
  width: 100%;
  margin: 0.6rem auto;
}
#quick-resa #select_voyage .dropdown-style.wide:first-child {
  margin-top: 0;
  margin-bottom: 14px;
}
#quick-resa #select_voyage .dropdown-style.wide select {
  display: block;
  margin: 0 auto;
  background-color: white;
  height: 45px;
  border: 1px solid #dcdcdc;
}
#quick-resa #select_voyage .dropdown-style:first-child {
  margin-top: 0;
}
#quick-resa #select_voyage .dropdown-style:first-child select {
  padding-left: 45px;
  background-image: url(../img/depart.svg), url("../img/select-arrows-1.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: 14px center, 95% center;
  background-size: 20px auto, 15px auto;
}
#quick-resa #select_voyage .dropdown-style:nth-child(2) select {
  padding-left: 45px;
  background-image: url(../img/arrivee.svg), url("../img/select-arrows-1.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: 14px center, 95% center;
  background-size: 20px auto, 15px auto;
}
#quick-resa #select_voyage .reset-croisiere {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 0.2rem;
  text-align: center;
  display: block;
  color: #000;
  background: none;
  border: none;
  height: auto;
  font-size: 0.9rem;
}
#quick-resa #select_voyage .reset-croisiere:hover {
  text-decoration: underline;
}
#quick-resa form {
  padding: 1rem;
  margin: 0;
  width: 350px;
}
#quick-resa .date-wrapper {
  position: relative;
  display: block;
  background: white url(../img/datepicker.svg) no-repeat 95% center;
  background-size: 25px;
  margin: 0 auto 5px;
  max-width: 350px;
  border: 1px solid #dcdcdc;
  height: 45px;
}
#quick-resa .date-wrapper #date_passage {
  font-size: 1rem;
  max-width: 110px;
}
#quick-resa .date-wrapper .ui-datepicker-trigger {
  width: 100%;
  height: 45px;
  opacity: 0;
  background: #282828;
  position: absolute;
  top: 0px;
  right: 0;
  margin: 0;
}
#quick-resa #rechercher {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 350px;
  height: 45px;
  margin: 14px auto;
  border: 1px solid rgb(0, 35.9112903226, 73);
  background-color: #003d7c;
  text-align: center;
}
#quick-resa #rechercher[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
}
#quick-resa #rechercher:hover {
  background-color: rgb(0, 55.9822580645, 113.8);
}
#quick-resa .ui-datepicker {
  background-image: none;
  padding-bottom: 1rem;
}

/*# sourceMappingURL=client.css.map */
