.button, .Button {
  text-align: center;
  border-radius: 2px;
  padding: 14px 20px;
  line-height: 1;
  border: 1px solid transparent;
  color: #fff;
  float: none !important;
  font-size: 14px;
  font-weight: 700;
  font-family: Source Sans Pro, sans-serif;
  cursor: pointer;
  display: inline-block
}

.button[type=submit], .Button[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.button[disabled], .Button[disabled] {
  cursor: unset
}

@media only screen and (max-width: 767px) {
  .button, .Button {
    width: 100%
  }
}

.button:hover:enabled, .Button:hover:enabled {
  text-decoration: none
}

.button--small, .Button--small {
  padding: 10.5px 15px;
  font-size: 12px
}

.button--xsmall, .Button--xsmall {
  padding: 4.5px 10px;
  font-size: 12px
}

.button--primary, .Button--primary {
  background-color: #bd1343;
  transition: all .1s ease-out;
  color: #fff
}

.button--primary:hover:enabled, .Button--primary:hover:enabled {
  color: #fff;
  transition: all .2s ease-out;
  background-color: #a5113a
}

.button--secondary, .Button--secondary {
  background-color: #8a8a8a;
  transition: all .1s ease-out;
  color: #fff
}

.button--secondary:hover:enabled, .Button--secondary:hover:enabled {
  transition: all .2s ease-out;
  background-color: #666;
  color: #fff
}

.button--white, .Button--white {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  color: #666;
  transition: all .1s ease-out
}

.button--white:hover:enabled, .Button--white:hover:enabled {
  transition: all .2s ease-out;
  color: #666;
  border-color: #8a8a8a
}

.button--transparent, .Button--transparent {
  background-color: transparent;
  border: 1px solid #d3d3d3;
  color: #666;
  transition: all .1s ease-out
}

.button--transparent:hover:enabled, .Button--transparent:hover:enabled {
  transition: all .2s ease-out;
  border-color: #8a8a8a
}

.button--dark, .Button--dark {
  background-color: #1d1d1d;
  transition: all .1s ease-out
}

.button--dark:hover:enabled, .Button--dark:hover:enabled {
  transition: all .2s ease-out;
  background-color: #000
}

.button--light, .Button--light {
  background-color: #eee;
  border: 1px solid #d3d3d3;
  color: #666;
  transition: all .1s ease-out
}

.button--light:hover:enabled, .Button--light:hover:enabled {
  transition: all .2s ease-out;
  background-color: #d3d3d3;
  border-color: #afafaf
}

.button--disabled, .Button--disabled {
  background-color: #eee;
  color: #d3d3d3;
  cursor: unset
}

.button--link, .Button--link {
  color: #666;
  text-decoration: underline;
  border-color: transparent;
  font-weight: 700
}

.button--link:hover:enabled, .Button--link:hover:enabled {
  text-decoration: none;
  color: #1d1d1d
}

.button--append, .Button--append {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px
}

.button--dropdown, .Button--dropdown {
  padding-right: 42px;
  position: relative
}

.button--dropdown .icon, .Button--dropdown .icon {
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px
}

.button--dropdown .isSelected, .Button--dropdown .isSelected, .expanded .button--dropdown:not(.button--dropdownSubLevel), .expanded .Button--dropdown:not(.button--dropdownSubLevel), .expanded_sublevel .button--dropdown, .expanded_sublevel .Button--dropdown {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  color: #666;
  transition: all .1s ease-out
}

.button--dropdown .isSelected:hover, .Button--dropdown .isSelected:hover, .expanded .button--dropdown:not(.button--dropdownSubLevel):hover, .expanded .Button--dropdown:not(.button--dropdownSubLevel):hover, .expanded_sublevel .button--dropdown:hover, .expanded_sublevel .Button--dropdown:hover {
  transition: all .2s ease-out;
  color: #414141;
  border-color: #8a8a8a;
  background-color: #fff
}

.button--dropdown .isSelected .icon, .Button--dropdown .isSelected .icon, .expanded .button--dropdown:not(.button--dropdownSubLevel) .icon, .expanded .Button--dropdown:not(.button--dropdownSubLevel) .icon, .expanded_sublevel .button--dropdown .icon, .expanded_sublevel .Button--dropdown .icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}

.button--noPadding, .Button--noPadding {
  padding: 0
}

.button--noDecoration, .Button--noDecoration {
  text-decoration: none
}

@media only screen and (max-width: 767px) {
  .button--autoWidthMobile, .Button--autoWidthMobile {
    width: auto
  }
}

.page-col-right > section {
  padding: 0 15px
}

#page_menu_list section.menu-fav, .hidden {
  display: none
}

.section-title {
  line-height: 20px;
  text-align: left;
  color: #000;
  font-size: 24px;
  font-family: Georgia, Times New Roman, Times, serif;
  margin: 20px 0 0 20px
}

.section-title em {
  color: #bd1343;
  display: block
}

#modal-relaunch .relaunch-title {
  text-align: center;
  font-size: 22px;
  margin-top: 10px
}

#modal-relaunch-success .modal-inner, #modal-relaunch .modal-inner {
  left: 50%;
  margin-left: -175px;
  max-height: 500px;
  width: 330px;
  padding: 9px 10px 10px
}

#modal-relaunch em {
  font-size: 1.3em;
  line-height: 1em
}

#modal-relaunch a.btn, #modal-relaunch input, #modal-relaunch textarea {
  width: 100%;
  float: none
}

#modal-relaunch textarea {
  margin-top: 10px;
  margin-bottom: 10px
}

#modal-relaunch #relaunchEmailForm .email-inputs input {
  margin-bottom: 5px;
  margin-top: 5px
}

#modal-relaunch div#view-email {
  color: #1d1d1d;
  float: left;
  text-decoration: underline;
  display: none
}

#modal-relaunch-success .modal-content {
  font-size: 18px;
  padding: 26px
}

#voucher-block {
  background-color: #1d1d1d;
  height: 196px;
  margin: 50px auto 0;
  width: 100%
}

#voucher-block .voucher-text {
  float: left;
  height: 100%;
  line-height: 28px;
  text-align: justify;
  width: 50%
}

#voucher-block .voucher-text1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center
}

#voucher-block .voucher-text2 {
  color: #bd1343;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px
}

#voucher-block .voucher-text3 {
  color: #bd1343;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center
}

#voucher-block .voucher-image {
  width: 50%;
  float: left
}

#voucher-block .voucher-text .voucher-text-block {
  padding-top: 30px;
  margin: 10px 40px
}

.unsubscribe-box {
  border: 1px solid #e6e6e6;
  height: 32%;
  margin: 5% auto 0;
  padding: 25px;
  width: 85%
}

.unsubscribe-box p {
  text-align: center
}

.unsubscribe-box form {
  padding-top: 5%;
  margin: auto
}

.unsubscribe-box form .btn.pink {
  width: auto;
  margin: auto
}

.common-dl {
  width: 36%
}

.basicRow .common-dl {
  width: 30.6%;
  padding-right: 0
}

#giftcards .common-dl {
  width: 30.6%
}

#giftcards .basicRow .common-dl {
  width: 31.6%
}

#giftcards .basicRow .price {
  padding-right: 15%
}

#vouchers .greyTable .headerRow dl {
  padding-right: 15px
}

.greyTable dd {
  margin-left: 0
}

#vouchers-giftcards .greyTable .headerRow {
  padding: 5px 0;
  display: table
}

#vouchers-giftcards .greyTable .headerRow dl {
  display: table-cell;
  vertical-align: middle;
  line-height: 18px
}

#vouchers-giftcards h5 {
  color: #2c2c2c
}

#vouchers-giftcards #giftcards .giftcardActivate h5 {
  padding: 20px 0 5px;
  color: #bd1343
}

#vouchers-giftcards #giftcard-form input#giftcard-form-activate {
  margin: 10px 10px 10px 0;
  width: 32%
}

#vouchers-giftcards input.btn.pink {
  font-size: 1.14em;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: 700;
  width: 18%;
  display: inline-block;
  border-radius: 2px
}

#vouchers-giftcards span.giftcardDetails {
  display: block
}

.red-border {
  border: 1px solid #bd1343
}

.section-title-col-right {
  color: #000;
  font-size: 24px;
  text-transform: uppercase
}

.section-pink-title, .section-title-col-right em {
  color: #bd1343;
  display: block
}

.section-pink-title {
  font-style: italic;
  font-size: 20px;
  font-family: Georgia, Times New Roman, Times, serif
}

.forms-section paragraph:first-child h4.title {
  border: 0
}

#feedback .form-container .input-full label {
  width: 100%
}

#feedback .form-container .input-full input, #feedback .form-container .input-full select, #feedback .form-container .input-full textarea {
  width: 100%;
  height: 150px;
  margin: 10px 0
}

#feedback .form-container {
  height: auto;
  line-height: normal
}

#feedback input.btn {
  width: 150px;
  float: right
}

#partner-container-email-box .form-container .input-full label {
  width: 100%
}

#partner-container-email-box .form-container .input-full input, #partner-container-email-box .form-container .input-full select, #partner-container-email-box .form-container .input-full textarea {
  width: 100%;
  height: 150px;
  margin: 10px 0
}

#partner-container-email-box .form-container {
  height: auto;
  line-height: normal
}

#partner-container-email-box input.btn {
  width: 150px;
  float: right
}

#partner-container-email-box {
  padding-top: 10px
}

#partner-container-email-box input[type=number]::-webkit-inner-spin-button, #partner-container-email-box input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0
}

#partner-container-email-box .form-container textarea {
  margin-bottom: 10px
}

#formalities iframe {
  height: 600px;
  width: 100%
}

#modal-share-fb .modal-inner {
  width: 625px;
  margin-left: -310px
}

#modal-share-fb.semantic-content header {
  margin: 0
}

#modal-share-fb.semantic-content .modal-content {
  padding: 0
}

#modal-share-fb.semantic-content .modal-content #share_facebook {
  padding-bottom: 25px
}

#modal-share-fb .head {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  height: 125px;
  width: 100%
}

#modal-share-fb .head img {
  float: left;
  font-size: 18px;
  position: absolute;
  top: 15px;
  left: 15px;
  line-height: 20px
}

#modal-share-fb .head p.top_pop_up {
  font-family: Georgia, Times New Roman, Times, serif;
  float: left;
  font-size: 18px;
  position: absolute;
  top: 35px;
  left: 150px;
  line-height: 20px;
  text-align: left
}

#modal-share-fb .head p.top_pop_up .rose {
  color: #bd1343
}

#modal-share-fb .facebook_loading {
  position: relative;
  width: 100%;
  height: 48px;
  text-align: center;
  margin-top: 30px
}

#modal-share-fb .facebook_loading img {
  width: 48px;
  height: 48px
}

#modal-share-fb #facebookPartOne {
  display: none;
  margin: 15px auto;
  width: 565px
}

#modal-share-fb #facebookPartOne .menu_share_fb {
  display: block;
  width: 100%;
  height: 35px
}

#modal-share-fb #facebookPartOne #facebook_lists {
  border: 1px solid #e6e6e6;
  float: right;
  width: 30%
}

#modal-share-fb #facebookPartOne .choose_category {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  text-align: left;
  float: left;
  width: 60%
}

#modal-share-fb form {
  position: relative;
  min-height: 285px;
  display: inline-block
}

#modal-share-fb #facebookPartOne #facebook_friends {
  border: 1px solid #e6e6e6;
  height: 235px;
  overflow: auto;
  margin-top: 14px;
  padding: 0 11px;
  width: 541px;
  display: inline-block
}

#modal-share-fb #facebookPartOne #facebook_friends .cell_friend {
  float: left;
  font-size: 12px;
  height: 50px;
  line-height: 18px;
  margin: 9px 2px 21px;
  width: 170px
}

#modal-share-fb #facebookPartOne #facebook_friends .cell_friend .left_content {
  float: left;
  display: inline-block;
  width: 50px;
  margin-right: 14px
}

#modal-share-fb #facebookPartOne #facebook_friends .cell_friend .right_content {
  display: inline-block;
  float: left;
  width: 106px
}

#modal-share-fb #facebookPartOne #facebook_friends .cell_friend h4 {
  display: inline-block;
  height: 30px;
  line-height: 14px;
  width: 100%;
  text-align: left
}

#modal-share-fb #facebookPartOne #facebook_friends .cell_friend img {
  margin-right: 14px
}

#modal-share-fb #facebookPartOne #facebook_friends .cell_friend input {
  float: left;
  margin: -1px 5px 0 1px;
  vertical-align: middle
}

#modal-share-fb #facebookPartOne #facebook_friends .cell_friend label {
  float: left;
  color: #666;
  font-size: 11px;
  margin: -3px 0 0 3px
}

#modal-share-fb #facebookPartOne .facebookPartOneSubmit {
  cursor: pointer;
  bottom: -27px;
  position: absolute;
  right: 0;
  font-size: 12px
}

#modal-share-fb #facebookPartOne .facebookPartOneSubmit.disabled span {
  cursor: default;
  color: #e6e6e6;
  background: #a7a7a7
}

figure.icon-social-network {
  width: 55px;
  height: 55px;
  text-align: center
}

#page-container {
  background: #fff;
  color: #000
}

#page-container .page-no-col {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

label.form-birthdate-label, label.form-nbChild-label, label.form-passport-country-label, label.form-passport-expiry-date-label, label.form-passport-number-label, label.form-password-label, label.form-passwordconfirm-label, label.form-profession-label {
  line-height: 17px
}

label.form-knowus-label {
  line-height: 10px
}

form#identity-form #picto_one_click {
  float: left;
  padding-right: 20px;
  width: 20px
}

form#identity-form #one_click_payment {
  margin-left: 40px
}

form#identity-form #one_click_payment a {
  padding-left: 5px;
  text-decoration: underline
}

form#identity-form #oneClickContainer {
  padding-top: 10px;
  display: inline-block;
  height: 100%
}

form#identity-form #picto_one_click i {
  color: #2c2c2c
}

form#perso-form #information-warning {
  display: inline-block;
  height: 100%;
  line-height: 17px;
  padding: 10px
}

section.section-passenger {
  margin-bottom: 20px
}

section.section-passenger div.passenger-title {
  margin-bottom: 20px;
  width: 100%
}

section.section-passenger div.passenger-title > span {
  color: #bd1343
}

section.section-passenger div.passenger-title > a {
  float: right
}

section.section-add-passenger a.add-new-passenger, section.section-passenger div.passenger-title > a {
  text-decoration: underline
}

section.section-add-passenger {
  border-top: 1px dashed #e6e6e6;
  border-bottom: 1px dashed #e6e6e6;
  margin-bottom: 20px;
  padding: 10px 0
}

form#favorite_culture_form input.btn, form#frequency-form input.btn, form#identity-form input.btn, form#moreDetails-form input.btn, form#notif-exclusive-form input.btn, form#notification-form input.btn, form#passenger-form input.btn, form#perso-form input.btn, form#subscription-form input.btn {
  width: 115px
}

form#moreDetails-form input[type=submit] {
  margin-top: 10px
}

#passenger-form label {
  cursor: default
}

#page-container .quotation {
  background: url("../images/quotation-shadow.png") no-repeat scroll 0 100% #f8f8f8;
  color: #a7a7a7;
  font-size: 24px;
  font-style: italic;
  line-height: 27px;
  padding: 30px 0;
  text-align: center;
  font-family: Georgia, Times New Roman, Times, serif
}

#page-container .quotation div {
  position: relative;
  padding: 0 20px
}

#page-container .quotation .quote.left {
  left: -5px;
  position: relative;
  width: 30px
}

#page-container .quotation .quote {
  height: 30px;
  position: absolute;
  width: 30px
}

#page-container .quotation .quote.right {
  position: relative;
  right: -5px
}

#mobile-apps .title {
  border: 0
}

#mobile-apps .download h1 {
  color: #bd1343;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 25px;
  padding-top: 50px
}

#mobile-apps .download h1 span {
  text-transform: uppercase;
  line-height: 25px
}

#mobile-apps .stores li {
  background-color: #e6e6e6;
  height: 40px;
  margin-bottom: 10px;
  padding: 15px
}

#mobile-apps .store-name {
  text-transform: uppercase;
  width: 50%;
  float: left
}

#mobile-apps .store-logo {
  width: 50%;
  float: right
}

#mobile-apps .store-name span {
  display: block
}

#mobile-apps a {
  color: #666
}

#mobile-apps #smartphone, #mobile-apps #tablet {
  font-size: 16px;
  display: inline-block;
  font-family: Source Sans Pro, sans-serif;
  padding-top: 30px;
  color: #666;
  width: 100%
}

#mobile-apps #tablet .text {
  float: left;
  width: 40%
}

#mobile-apps #tablet .image {
  float: right;
  width: 60%
}

#mobile-apps #smartphone .image {
  float: left;
  width: 60%
}

#mobile-apps #smartphone .text {
  float: right;
  width: 40%
}

#mobile-apps #tablet .features li {
  list-style: disc outside none;
  margin-left: 15px
}

#mobile-apps #tablet .image img {
  float: right
}

#mobile-apps #smartphone .image img {
  float: left
}

#mobile-apps .store-logo img {
  float: right
}

#content-survey:first-child > .title {
  border: medium none
}

#content-survey {
  width: 100%
}

#content-survey .errorMessage {
  padding-top: 10px
}

#content-survey .text-content {
  color: #2c2c2c
}

#content-survey .survey_fsit_title {
  display: inline-block;
  margin-top: 30px;
  width: 100%
}

#survey-form .survey_fsit_recap {
  margin-top: 15px;
  padding: 20px 15px 20px 0;
  font-size: 18px;
  border-bottom: 1px dashed #666;
  border-top: 1px dashed #666
}

#content-survey .survey-terms {
  margin: 20px 0;
  display: table
}

#content-survey .survey-terms .icon-info {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  color: #666;
  width: 30px
}

#content-survey .survey-terms p {
  display: table-cell;
  font-size: 12px;
  color: #666;
  font-style: italic;
  font-weight: 600;
  line-height: 15px
}

#content-survey .survey-terms p a {
  text-decoration: underline;
  color: #666
}

#survey-form .fsit_set_many {
  float: left;
  width: 100%
}

#survey-form .fsit_set_many .mark-label {
  line-height: 28px;
  display: none;
  font-family: Georgia, Times New Roman, Times, serif;
  float: left;
  width: 35%;
  padding: 15px 0;
  text-align: left;
  font-style: italic;
  color: red
}

#survey-form .border-top-and-bottom {
  border-bottom: 1px solid #e6e6e6
}

#survey-form .border-top, #survey-form .border-top-and-bottom {
  border-top: 1px solid #e6e6e6;
  margin-top: 20px
}

#survey-form .border-bottom {
  border-bottom: 1px solid #e6e6e6
}

#survey-form .padding-bottom {
  padding-bottom: 20px
}

#survey-form span.recap-destination-info {
  margin-right: 7px;
  color: #666;
  font-style: italic;
  font-family: Georgia, Times, serif
}

#survey-form span.recap-sale-name {
  margin-left: 7px;
  font-family: Source Sans Pro, Times, serif
}

#survey-form label.error.fsit_set.error {
  color: red
}

#survey-form .fsit_set_many .mark-label.superiour-mark-label {
  color: #46a546
}

#survey-form .survey_fsit_set {
  float: right;
  width: 100%
}

#survey-form .fsit_set_many .survey_question label, #survey-form .survey_fsit_sub_title {
  float: left;
  font-weight: 700;
  padding: 15px 0;
  width: 100%;
  color: #2c2c2c
}

#survey-form .fsit_set_simple .survey_question label {
  float: left;
  font-weight: 700;
  padding: 15px 0;
  width: 65%;
  color: #2c2c2c
}

#survey-form .survey_mark label {
  float: left;
  padding: 15px 0;
  width: 30%;
  color: #2c2c2c
}

#survey-form .survey_mark_nps label {
  float: left;
  font-weight: 700;
  width: 100%;
  color: #2c2c2c;
  padding: 15px 0
}

#survey-form .survey_survey label {
  float: left;
  font-weight: 700;
  padding: 15px 0;
  width: 50%
}

#survey-form .even, #survey-form .odd {
  float: left;
  color: #2c2c2c
}

#survey-form .fsit_set_simple .even, #survey-form .fsit_set_simple .odd {
  text-align: right
}

#survey-form .fsit_set_many .even, #survey-form .fsit_set_many .odd {
  width: 33%;
  padding-bottom: 5px
}

#survey-form .fsit_set_simple .even, #survey-form .fsit_set_simple .odd {
  width: 17%;
  padding: 15px 0
}

#survey-form input[type=radio] {
  margin: 0 10px 0 0
}

#survey-form textarea {
  background-color: #e6e6e6;
  height: 100px;
  width: 100%;
  padding: 5px
}

#survey-form .fsit_open_question .char-limit {
  float: right;
  padding: 0 0 7px;
  color: #666
}

#survey-form input[type=submit] {
  float: right;
  width: 25%
}

#survey-form .survey_fsit_paragraph {
  padding-bottom: 5px
}

#survey-form .survey_submit {
  height: 40px;
  padding-bottom: 30px;
  padding-top: 50px;
  width: 100%
}

#survey-form .survey_submit p {
  float: left;
  width: 75%;
  font-family: Georgia, Times New Roman, Times, serif
}

#survey-form .mark {
  float: left;
  width: 6%;
  padding: 15px 0
}

#survey-form .mark .circle-mark {
  border-radius: 20px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  position: absolute;
  cursor: pointer
}

#survey-form .mark .circle-mark.inactive {
  background-color: #d6d6d6;
  color: #000
}

#survey-form .mark .circle-mark.active {
  color: #fff;
  background-color: #666
}

#survey-form .mark input {
  margin: 8px
}

#survey-form .survey_fsit_paragraph, #survey-form p {
  font-style: italic;
  font-family: Georgia, Times New Roman, Times, serif
}

#survey-form .survey_fsit_paragraph a, #survey-form p a {
  text-decoration: underline
}

#survey-form .survey_fsit_sub_title {
  padding: 15px 0 5px;
  margin-top: 15px
}

#survey-form .marks, #survey-form .marks_nps {
  width: 100%
}

#survey-form .marks_nps .radio-content {
  padding-right: 20px
}

#survey-form .marks_nps .radio-content label {
  background-color: #d6d6d6;
  color: #666;
  display: inline-block;
  border-radius: 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  cursor: pointer;
  font-weight: 700
}

#survey-form .marks_nps .radio-content input {
  display: none
}

#survey-form .marks_nps .radio-content.active label {
  color: #fff;
  background-color: #666
}

#survey-form .review-text-counter {
  float: right;
  text-align: right;
  font-family: Georgia, Times New Roman, Times, serif
}

#survey-form .survey-submit-loading {
  float: right;
  width: 30px;
  padding-right: 30px
}

#modal-survey-feedback-warning .modal-content-pattern {
  display: none
}

#modal-survey-feedback-warning .modal-content {
  text-align: left;
  padding: 0;
  margin-bottom: 20px
}

#modal-survey-feedback-warning .modal-content.multi-hotel {
  padding-top: 20px
}

#modal-survey-feedback-warning .modal-content .input-line {
  margin-top: 20px
}

#modal-survey-feedback-warning .modal-content .input-line label {
  font-weight: 600
}

#modal-survey-feedback-warning .modal-content .input-line .info-txt {
  float: right;
  color: #666
}

#modal-survey-feedback-warning .modal-content .input-line .info-txt.error {
  color: red
}

#modal-survey-feedback-warning .modal-content .input-line textarea {
  margin-top: 5px;
  padding: 10px;
  resize: none
}

#modal-survey-feedback-warning .survey-feedback-warning {
  padding: 22px;
  text-align: left;
  margin-left: -250px;
  width: 550px
}

#modal-survey-feedback-warning .survey-feedback-warning .close {
  position: absolute;
  right: 5px;
  top: 5px
}

#modal-survey-feedback-warning .survey-feedback-warning header .top_pop_up {
  font-size: 18px
}

#modal-survey-feedback-warning .survey-feedback-warning .action-buttons {
  width: 100%;
  display: table
}

#modal-survey-feedback-warning .survey-feedback-warning .action-buttons div {
  display: table-cell;
  text-align: center
}

#modal-survey-feedback-warning .survey-feedback-warning .action-buttons .cancel-button {
  display: block;
  width: 100%;
  padding: 10px 0;
  float: right
}

#modal-survey-feedback-warning .survey-feedback-warning .action-buttons .cancel-button span {
  border-bottom: 3px solid #a7a7a7
}

#modal-survey-feedback-warning .survey-feedback-warning .action-buttons .submit-button {
  display: block;
  background-color: #2c2c2c;
  color: #fff;
  width: 78%;
  padding: 10px 0;
  float: right;
  font-weight: 600
}

#modal-survey-feedback-warning .survey-feedback-warning .action-buttons .submit-button.inactive {
  color: #a7a7a7;
  background-color: #e6e6e6
}

#modal-survey-guidelines header h4 {
  font-weight: 400;
  font-size: 18px;
  padding: 10px 0 0
}

#modal-survey-guidelines header h4 em {
  line-height: 14px;
  font-weight: 400;
  font-size: 14px;
  padding-top: 10px
}

#modal-survey-guidelines .vpdialog .content {
  max-height: 400px;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

#modal-survey-guidelines .vpdialog .content .body {
  text-align: left;
  padding: 20px
}

#modal-survey-guidelines .vpdialog .content h5 {
  text-align: left;
  font-weight: 700;
  font-size: 14px
}

#modal-survey-guidelines .vpdialog .content ul {
  text-align: left;
  list-style: disc;
  margin-left: 20px
}

#modal-survey-guidelines .vpdialog .content ul li {
  padding-bottom: 10px
}

#page-container #content-review .bloc_review {
  position: relative;
  background-color: #e6e6e6;
  float: left;
  width: 48%;
  min-height: 200px;
  margin: 20px 3% 0 0;
  color: #000;
  font-size: 16px;
  font-family: Georgia, Times New Roman, Times, serif
}

#page-container #content-review .bloc_review .bloc_date .review-mark {
  color: #bd1343;
  font-size: 22px;
  font-weight: 500
}

#page-container #content-review .bloc_review .bloc_date .average-date img {
  border-radius: 81px;
  width: 100%;
  height: 100%
}

#page-container #content-review .bloc_review.even {
  margin-right: 0
}

#page-container #content-review .bloc_review .bloc_content {
  float: left;
  margin: 30px 10px 60px 0;
  width: 60%;
  line-height: 20px
}

#page-container #content-review .bloc_review .bloc_date {
  float: left;
  -moz-box-sizing: border-box;
  background: none repeat scroll 0 0 #fff;
  border-radius: 81px 81px 81px 81px;
  height: 81px;
  padding: 0;
  text-align: center;
  width: 81px;
  margin: 20px 20px 0
}

#page-container #content-review .bloc_review .bloc_content .location {
  font-size: 17px
}

#page-container #content-review .bloc_review .bloc_date .review-mark-title {
  font-family: Source Sans Pro, sans-serif;
  font-size: 13px;
  font-weight: 600
}

#page-container #content-review .bloc_review .bloc_content .review_status {
  color: #bd1343
}

#page-container #content-review .bloc_review input {
  width: 100%;
  background-color: #1d1d1d;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 600;
  height: 42px
}

#page-container #content-review .bloc_review .bloc_date .text-circle {
  font-size: 12px;
  margin-left: 5px;
  margin-top: -5px;
  width: 84%;
  padding-top: 17px
}

#page-container #content-review .no_review {
  margin: 20px 20px 0 0;
  color: #000;
  font-family: Source Sans Pro, sans-serif;
  line-height: 20px
}

#page-container #content-review #survey-form textarea {
  background-color: #e6e6e6;
  height: 100px;
  width: 100%;
  padding: 5px
}

#page-container #content-survey #survey-form .onError {
  color: #e3262e
}

#page-container #content-survey h4.section-title {
  margin: 20px 0 0
}

#page-container .bloc_review div.submitBtn {
  position: absolute;
  bottom: 14px;
  right: 14px;
  left: 14px
}

.alert-container div.form-container label {
  background-color: #fff;
  display: inline-block;
  margin: 0;
  width: 23%
}

.alert-container div.form-container input, .alert-container div.form-container select {
  background-color: #fff;
  line-height: 35px !important;
  height: 35px;
  padding: 6px 8px 2px 35px !important
}

.alert-container div.form-container div.alert-form {
  display: none
}

#page-container .page-col-right > section#content-alert {
  padding: 0
}

#page-container #content-alert {
  width: 59.93877551%;
  float: left
}

#page-container #content-alert .title {
  border-top: none
}

#page-container #leftside-alert {
  width: 30%;
  margin-left: 7%;
  float: left;
  margin-top: 80px;
  text-align: center
}

#page-container #leftside-alert img {
  margin-top: 10px
}

#page-container #leftside-alert p {
  color: #2c2c2c
}

.alert-container .section-title {
  text-align: left;
  margin: 20px 0 0
}

#page-container .moreCriteria {
  font-size: 14px;
  margin-bottom: 15px
}

#page-container .alert-container, #page-container .new_alert {
  background-color: #e6e6e6;
  width: 100%;
  display: inline-block;
  margin-bottom: 5px
}

#page-container .content-container .ph_subtitle {
  margin: 10px 0 20px
}

#page-container .alert-container .wrapper_alert {
  width: 100%
}

#page-container .content_alert {
  padding-left: 3%;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}

#page-container .content_alert .content_alert_text {
  display: inline-block;
  width: 74%;
  height: 100%;
  float: left
}

#page-container #new_alert .content_alert {
  display: table
}

#page-container .content_alert .nb-sales {
  display: inline-block;
  width: 20%;
  padding-right: 2%;
  float: left;
  height: 50px;
  line-height: 50px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#page-container .content_alert .nb-sales .nb-sales-content {
  background-color: #bd1343;
  color: #fff;
  font-size: 14px;
  padding: 5px 8px;
  position: relative;
  text-align: center;
  width: 70px;
  float: right;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-top: 5px
}

#page-container .content_alert .nb-sales .nb-sales-content .left-arrow {
  left: -5px;
  position: absolute;
  top: 14px
}

#page-container .content_alert .nb-sales .nb-sales-content a {
  color: #fff
}

#page-container .content_alert .display_edit_alert {
  font-size: 18px;
  width: 4.5%;
  margin-right: 1.5%;
  min-height: 50px;
  float: left
}

#page-container .content_alert .content_alert_text.no-nb-sales {
  width: 94%
}

#page-container .content_alert .content_alert_text .alert_title {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 95%;
  display: inline-block;
  white-space: nowrap
}

#page-container .alert-form-container #alert-form0 .form-container.period_setup .selectize-input div:first-letter, .form-container.period_setup .selectize-dropdown.single div:first-letter {
  text-transform: capitalize
}

#page-container .edit_alert {
  background-color: #e6e6e6;
  margin: 2px auto;
  display: block;
  padding: 0 8% 0 3%
}

#page-container .formEditContent {
  padding: 15px 3%
}

#page-container .edit_alert .fieldContent, #page-container .formEditContent {
  width: 100%;
  display: inline-block;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#page-container .alert-form-container .formContent, #page-container .date-form-container .formContent {
  display: inline-block;
  width: 100%;
  padding: 10px 15px 0
}

#page-container .edit_alert .formContent {
  display: inline-block;
  width: 100%;
  padding: 5px 0
}

#page-container .edit_alert .alertField {
  text-transform: uppercase;
  float: left;
  width: 31%
}

#page-container .edit_alert .formContent a.linkToSales {
  color: #bd1343;
  float: left;
  text-align: right;
  width: 44%
}

#page-container .edit_alert .formContent a.linkToSales i {
  float: right;
  font-size: 12px;
  margin: 4px 0 0 2px
}

#page-container .edit_alert .alertField p, #page-container .edit_alert .alertValue p {
  line-height: 1.2em;
  padding: 10px 0
}

#page-container .edit_alert .alertValue {
  padding: 0 0 0 2.814%;
  font-weight: 700;
  float: left;
  width: 69%;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#page-container .edit_alert input {
  float: left;
  width: 26%;
  margin: 0 2% 0 0;
  min-width: unset;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#page-container .closed {
  display: none
}

#page-container .separatorField {
  width: 100%;
  border-top: 2px solid #fff;
  padding: 20px 0 0;
  margin: 20px 0 0
}

#page-container .alert-form-container .form-container, #page-container .date-form-container .form-container {
  min-height: 35px;
  line-height: 1.2em;
  position: relative;
  height: auto
}

#page-container .alert-form-container .form-container.period_setup {
  width: 69%;
  float: left;
  margin: 0 0 5px
}

#page-container .alert-form-container .form-container.period_setup .selectize-control, #page-container .alert-form-container .form-container.period_setup .selectize-input {
  width: 100%
}

#page-container .alert-form-container .form-container.period_setup .selectize-input div {
  padding: 0 10px;
  font-size: 14px
}

#page-container .alert-form-container #alert-form0 .form-container.period_setup .selectize-input div {
  padding-left: 35px
}

#page-container .alert-form-container {
  background: url("/s/images/visual/alerts/cloche.jpg") 100% 0 no-repeat;
  margin: 2px auto;
  padding: 0 0 10px;
  background-color: #e6e6e6
}

#page-container .alert-form-container #alert-form {
  padding-left: 10px
}

#page-container .alert-form-container input.btn {
  width: 30%;
  float: none
}

#page-container .display_edit_alert {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 20px;
  text-align: center;
  width: 20px;
  margin-right: 20px
}

#page-container .selectize-input {
  display: table-cell;
  vertical-align: middle;
  min-height: 35px;
  padding: 0;
  border: 0;
  cursor: pointer;
  line-height: 35px;
  border-radius: 0
}

#page-container .selectize-input.has-items input {
  display: none
}

#page-container .alert-form-container .selectize-control.plugin-remove_button [data-value] .remove {
  border: none;
  top: -2px
}

#page-container .form-container i, #page-container .tooltip-calendar i {
  z-index: 9;
  top: 10px;
  position: absolute;
  font-size: 18px;
  left: 10px
}

#page-container .form-container i.icon-ccard {
  top: 0;
  position: relative;
  left: 0
}

#page-container .form-container i.icon-electron {
  font-size: 1em
}

#page-container .alert-form-container #datepicker-input::-webkit-input-placeholder, #page-container .alert-form-container .textFieldContainer input::-webkit-input-placeholder, #page-container .selectize-input input::-webkit-input-placeholder {
  color: #1d1d1d;
  opacity: 1;
  padding: 0 10px;
  font-size: 14px
}

#page-container .alert-form-container #datepicker-input::-moz-placeholder, #page-container .alert-form-container .textFieldContainer input::-moz-placeholder, #page-container .selectize-input input::-moz-placeholder {
  color: #1d1d1d;
  opacity: 1;
  padding: 0 10px;
  font-size: 14px
}

#page-container .alert-form-container #datepicker-input:-ms-input-placeholder, #page-container .alert-form-container #datepicker-input::-ms-input-placeholder, #page-container .alert-form-container .textFieldContainer input:-ms-input-placeholder, #page-container .alert-form-container .textFieldContainer input::-ms-input-placeholder, #page-container .selectize-input input:-ms-input-placeholder, #page-container .selectize-input input::-ms-input-placeholder {
  color: #1d1d1d;
  opacity: 1;
  padding: 0 10px;
  font-size: 14px
}

#page-container .alert-form-container #datepicker-input::placeholder, #page-container .alert-form-container .textFieldContainer input::placeholder, #page-container .selectize-input input::placeholder {
  color: #1d1d1d;
  opacity: 1;
  padding: 0 10px;
  font-size: 14px
}

#page-container .selectize-input input {
  width: 100% !important
}

#page-container .selectize-control.multi .selectize-input > div {
  height: 25px;
  line-height: 25px;
  margin: 0 0 3px 5px;
  padding: 0 6px;
  float: left
}

#page-container .alert-form-container .textFieldContainer input {
  height: 35px;
  line-height: 35px;
  padding: 0 8px 0 30px;
  font-size: 14px
}

#page-container .placeHolderContent {
  line-height: 1.2em;
  padding: 6px 8px 2px 30px !important
}

#page-container .placeHolderContent input {
  width: auto !important
}

#page-container .alert-form-container .datepicker-box {
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: #fff;
  display: inline-block;
  text-align: center
}

#page-container .alert-form-container .isPeriod .datepicker-box {
  text-align: left;
  width: 100%
}

#page-container .alert-form-container .isPeriod .datepicker-box input {
  padding: 0 8px 0 30px
}

#page-container .alert-form-container .datepicker-box input {
  background: none;
  padding: 0 8px 0 10px;
  font-size: 14px
}

#page-container .alert-form-container .selectize-control {
  min-height: 35px;
  display: table;
  width: 69%
}

#page-container .alert-form-container .selectize-control.multi .selectize-input.has-items {
  padding: 0 8px 3px 30px
}

#page-container .alert-form-container .selectize-control.multi .selectize-input > div {
  margin: 4px 0 0 5px
}

#page-container .alert-form-container .receptionDate {
  display: none
}

#page-container .alert-form-container .tooltip.open {
  background-color: #fff
}

#page-container .alert-form-container input#calendar {
  display: none
}

#page-container .alert-form-container .flexibility {
  height: 100%;
  margin: 0 8px 16px;
  position: relative;
  padding: 5px
}

#page-container .alert-form-container .flexibility p {
  color: #000;
  font-weight: 700;
  font-size: 14px
}

#page-container .alert-form-container .flexibility ul {
  margin: 0 -42px;
  display: block;
  color: #555
}

#page-container .alert-form-container .flexibility.is_disabled ul {
  color: #666
}

#page-container .alert-form-container .flexibility ul li {
  display: inline;
  text-align: right;
  float: left;
  width: 45px;
  font-size: 11px;
  position: relative;
  height: 35px;
  line-height: 35px
}

#page-container .alert-form-container .flexibility ul li.last span {
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 10px
}

#page-container .alert-form-container span#tooltip-slider {
  display: none
}

#page-container .alert-form-container div.optgroup-header {
  text-transform: uppercase;
  font-weight: 700
}

#page-container .alert-form-container .untilDate {
  position: relative;
  display: block;
  height: 35px;
  float: none;
  width: 100%;
  margin-left: 0
}

#page-container .alert-form-container .tooltip-calendar .tooltip-departure, #page-container .alert-form-container .untilDate .tooltip-departure-period, #page-container .date-form-container .tooltip-calendar .tooltip-departure {
  top: 0;
  position: static;
  background: #fff;
  padding: 0
}

#page-container .alert-form-container .untilDate .tooltip-departure-period.error {
  border: 1px solid red
}

#page-container .alert-form-container .untilDate .tooltip-departure-period.tooltip-departure {
  float: left;
  width: 100%
}

#page-container .alert-form-container .tooltip-calendar .tooltip-departure {
  float: none;
  width: 100%
}

#page-container .alert-form-container .tooltip-calendar .tooltip-departure .pika-single, #page-container .date-form-container .tooltip-calendar .tooltip-departure .pika-single {
  padding-bottom: 5px
}

#page-container .alert-form-container .tooltip-calendar input.datepicker-input, #page-container .date-form-container .tooltip-calendar input.datepicker-input {
  margin-top: -5px
}

#page-container .alert-form-container .tooltip-calendar section.tooltip-link {
  width: 69%
}

#page-container .alert-form-container .tooltip-calendar .untilDate section.tooltip-link {
  width: 100%
}

#page-container .alert-form-container .selectize-control.multi .selectize-input:after, #page-container .alert-form-container .selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #2c2c2c transparent transparent
}

#page-container .alert-form-container .selectize-control.multi .selectize-input.dropdown-active:after, #page-container .alert-form-container .selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px;
  border-color: transparent transparent #2c2c2c
}

#page-container .selectize-input.has-items input.inputAutocomplete {
  display: block;
  background-color: #f2f2f2 !important;
  margin-left: 5px !important;
  width: 90px !important;
  padding: 0 5px !important;
  height: 25px !important;
  line-height: 25px !important;
  margin-bottom: 2px !important;
  float: left;
  text-align: center;
  -moz-box-sizing: initial;
  box-sizing: initial
}

#page-container .selectize-input.has-items input.addDesti {
  width: 155px !important
}

#page-container .selectize-input.has-items input.addNights {
  width: 120px !important
}

#page-container .selectize-input.has-items input.addDepartureCity {
  width: 110px !important
}

#page-container .alert-form-container .form-container.period_setup .selectize-input input {
  width: auto !important
}

#page-container .alert-form-container .form-container.period_setup div.selectize-input {
  height: 35px
}

#page-container .alert-form-container .selectize-dropdown {
  z-index: 10000
}

#updateDate #init .title, #updateDate #update .title {
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  padding: 15px 0;
  margin: 15px 0
}

#updateDate #init .left, #updateDate #update .left {
  float: left;
  width: 20%
}

#updateDate #init .right, #updateDate #update .right {
  float: right;
  width: 80%
}

#updateDate #init .title, #updatePax #init .title {
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  padding: 15px 0
}

#updateDate #init .left, #updatePax #init .left {
  float: left;
  width: 20%
}

#updateDate #init .right, #updatePax #init .right {
  float: right;
  width: 80%
}

#updateDate #init, #updateDate #update {
  display: inline-block;
  width: 100%;
  line-height: 35px
}

#updateDate h4.title, #updatePax h4.title {
  border-top: 0
}

#updateDate .formEditContent {
  margin: 0;
  width: 100%
}

#updateDate .formSubmit {
  display: inline-block;
  width: 100%;
  padding: 0 15px 0 0
}

#updateDate .formSubmit input {
  width: 30%
}

#updateDate .date-form-container input#calendar {
  display: none
}

#updateDate .date-form-container .form-container {
  width: 50%;
  float: left;
  height: 35px;
  line-height: 35px
}

#updateDate .date-form-container .form-container.left {
  width: 46%;
  margin-right: 4%
}

#updateDate .date-form-container .form-container .labelDate {
  float: left;
  display: inline-block;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  line-height: 35px;
  height: 35px;
  width: 22%;
  font-size: 12px
}

#updateDate .date-form-container .form-container .tooltip-calendar {
  width: 78%;
  float: left
}

#updateDate .datepicker-box {
  position: relative
}

#updateDate .datepicker-box input {
  width: 100%
}

#updateDate .tooltip-calendar i {
  left: auto;
  right: 10px;
  top: 0
}

#update-date-form .flashMessage {
  margin-top: 0
}

#update-date-form .tooltipDate {
  float: none;
  width: 100%;
  top: 0;
  position: static;
  background: #fff;
  padding: 0
}

section #actions_last_step {
  width: 100%;
  display: inline-block;
  margin-top: 15px;
  border-top: 2px solid #e6e6e6;
  padding-top: 25px
}

section #actions_last_step .btn {
  float: left;
  cursor: pointer;
  padding: 0 3%;
  font-size: 13px
}

section #actions_last_step #cancel {
  width: 26%;
  margin-right: 1.5%
}

section #actions_last_step #validDateForm {
  width: 27%;
  position: relative
}

section #actions_last_step .ajax-loader {
  top: 5px;
  right: -50px;
  left: auto;
  width: 25px;
  height: 25px
}

#updatePax section#list_pax {
  margin: 15px 0;
  width: 100%;
  border-bottom: 2px solid #e6e6e6
}

#updatePax section#list_pax #header-pax {
  font-weight: 700;
  width: 100%
}

#updatePax section#list_pax #header-pax .header-title {
  display: inline-block;
  float: left
}

#updatePax section#list_pax #header-pax #header-name {
  width: 35%
}

#updatePax section#list_pax #header-pax #header-firstname {
  width: 65%
}

#updatePax section#list_pax #content-pax {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  margin: 20px 0
}

#updatePax section#list_pax #content-pax ul.list_content_pax li {
  width: 100%;
  display: inline-block;
  padding: 5px 0
}

#updatePax section#list_pax #content-pax ul.list_content_pax li div {
  float: left;
  width: 35%;
  height: 21px
}

#updatePax section#list_pax #content-pax ul.list_content_pax li div.last {
  width: 30%;
  text-align: right
}

#updatePax section#list_pax #content-pax ul.list_content_pax li div.last a.updateAction {
  text-decoration: underline;
  padding: 0 50px 0 0;
  float: left
}

#updatePax section#add_new_pax {
  margin: 15px 0;
  width: 100%;
  display: inline-block
}

#updatePax section#add_new_pax .content_new_pax {
  display: table;
  height: 35px;
  cursor: pointer;
  line-height: 35px;
  width: 40%;
  float: left
}

#updatePax section#add_new_pax .content_new_pax i.icon-more {
  font-size: 20px;
  padding: 0 10px 0 0;
  line-height: 35px;
  height: 35px;
  display: table-cell;
  vertical-align: middle;
  float: left
}

#updatePax section#add_new_pax .btn_update {
  float: left;
  width: 25%
}

#updatePax section#list_pax .btn_delete_pax {
  width: 25%;
  float: right;
  margin-top: 10px
}

#updatePax section#editPassengerContainer .editContentForm, #updatePax section#newPassengerContainer .newContentForm {
  padding: 20px 0 50px;
  border-bottom: 2px solid #e6e6e6
}

#updatePax #content-pax div.throughPax {
  text-decoration: line-through
}

#updatePax section#newPassengerContainer select.error {
  width: 69%;
  border: 1px solid red
}

#updatePax section#newPassengerContainer .form-container .input-left select {
  height: 36px
}

#updatePax section#editPassengerContainer .title {
  border-top: 0;
  padding-top: 0
}

#updatePax section#editPassengerContainer section.editPassengerForm .btn_update_pax, #updatePax section#editPassengerContainer section.editPassengerForm .cancelButton, #updatePax section.newContentForm .btn_update, #updatePax section.section-passenger-clone .btn_update {
  float: right;
  width: 25%;
  margin-left: 15px
}

#updatePax .sendPaxModif, #updatePax section#editPassengerContainer section.editPassengerForm .cancelButton, #updatePax section.newContentForm .cancelButton, #updatePax section.section-passenger-clone .cancelButton {
  float: right;
  width: 25%
}

#updatePax .errorMessagePaxMin {
  display: none;
  background-color: #eec4d0;
  color: #2c2c2c;
  padding: 2%
}

#updatePax textarea {
  resize: none
}

#updatePax div.form-container.repartition {
  min-height: 135px
}

#orders .title {
  border-bottom: none;
  border-top: 1px dashed #fff
}

#orders .resp-table .title {
  font-size: 18px
}

#orders .subtitle {
  color: #2c2c2c
}

#orders .resp-table {
  width: 100%;
  margin-top: 15px;
  background-color: #e6e6e6
}

#orders .resp-table th.resp-th {
  padding: 0 10px
}

#orders .resp-table td.resp-td {
  padding: 10px;
  vertical-align: middle;
  line-height: 17px;
  color: #555
}

#orders .resp-table td.head {
  font-weight: 700;
  color: #2c2c2c;
  font-size: 12px
}

#orders .resp-table .order-image {
  float: left
}

#orders .resp-table a {
  color: #1d1d1d;
  text-decoration: underline
}

#orders .resp-table a.status {
  color: #bd1343;
  text-decoration: none
}

#orders .resp-table .icon-less, #orders .resp-table .icon-more {
  color: #2c2c2c;
  display: list-item;
  list-style: none;
  cursor: pointer
}

#orders .resp-table .order-destination {
  color: #666;
  font-family: Georgia, Times New Roman, Times, serif
}

#orders .resp-table input, #orders .resp-table select {
  background-color: #fff;
  color: #666;
  font-style: italic;
  width: 100%
}

#orders .resp-table select {
  height: 34px;
  line-height: 1;
  padding: 7px 0 7px 5px;
  float: none
}

#orders .resp-table input.save {
  background-color: #000;
  color: #fff;
  float: right;
  text-decoration: none;
  padding: 0 20px;
  font-size: 1em;
  cursor: pointer;
  margin: 15px 0 10px;
  font-style: normal;
  width: 17.4%;
  clear: both
}

#orders .order_loading img {
  display: block;
  margin: 10px auto
}

#orders .transport table.even {
  clear: both
}

#orders .transport table .transport-title {
  padding: 0 10px 10px;
  background-color: #e6e6e6
}

#orders .transport table select {
  width: 100%;
  border-left: 0
}

#orders .transport table input {
  padding: 0;
  width: 100%;
  height: 38px
}

#orders .transport table .hasDisability input {
  width: 20px;
  height: auto
}

#orders .transport table input[type=checkbox] {
  height: auto
}

#orders .resp-table .content {
  padding: 0 10px
}

#orders .passengers {
  width: 100%
}

#orders .passengers td {
  padding: 5px;
  vertical-align: middle
}

#orders .passengers td.passenger-firstname {
  width: 13%
}

#orders .passengers td.passenger-lastname {
  width: 17%
}

#orders tbody.hide {
  display: none
}

#orders .transport .subtitle {
  margin-bottom: 15px
}

#orders .transport .transport-way {
  color: #000;
  font-weight: 700;
  clear: both;
  text-transform: uppercase;
  padding-top: 5px
}

#orders .transport .operated-by {
  font-size: 12px
}

#orders .transport table {
  background-color: #fff;
  color: #2c2c2c;
  width: 49.5%;
  float: left;
  margin-top: 5px;
  margin-bottom: 5px
}

#orders .transport table td, #orders .transport table th {
  border: none;
  text-align: left
}

#orders .transport table td {
  border: 1px solid #e6e6e6;
  vertical-align: middle;
  width: 55%;
  padding: 0 10px
}

#orders .transport table td.head {
  width: 45%;
  padding: 10px;
  font-size: 1em
}

#orders .resp-table .head-mobile {
  display: none
}

#orders ul.list-prestas {
  list-style-type: disc;
  padding: 0 0 15px 20px
}

#orders .breadcrumb table tr td {
  font-size: 13px
}

#orders .breadcrumb .active, #orders .breadcrumb .inactive {
  vertical-align: middle
}

#orders .breadcrumb > td > div > table > tbody > tr > td > table > tbody > tr:first-child td:before {
  content: "\A0"
}

#orders .resp-table .commandDetail .content {
  padding: 10px 10px 5px
}

#orders .resp-table .commandDetail .booking-action {
  border-top: 1px dashed #fff;
  display: inline-block;
  padding-top: 20px;
  width: 100%
}

#orders .resp-table .commandDetail .booking-number {
  color: #2c2c2c;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 18px
}

#orders .resp-table .commandDetail .order-details-number {
  color: #bd1343;
  line-height: 30px;
  font-family: Source Sans Pro, sans-serif
}

#orders .resp-table .commandDetail .action {
  float: right;
  text-transform: uppercase
}

#orders .resp-table .commandDetail .action a {
  line-height: 30px;
  margin-left: 20px
}

#updateDate .choosing_date {
  display: inline-block;
  margin: 20px 0 0;
  border-top: 2px solid #e6e6e6;
  width: 100%;
  padding: 15px 0
}

.lineAppearance {
  font-size: 1px !important;
  line-height: 1px;
  display: block
}

#orders tr.document {
  width: 100%
}

#orders tr.document .btn.black, #orders tr.document .btn.graySmoothLighter {
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 1em;
  margin: 5px 10px 15px 0;
  text-decoration: none;
  line-height: 1;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 17.4%;
  height: auto
}

#orders tr.document .btn.black {
  float: right
}

#orders.modification {
  color: #000
}

#orders.modification .order-modification-in-progress {
  cursor: default !important
}

#orders.modification .order-modification-choice {
  float: left;
  line-height: 30px;
  width: 35%
}

#orders.modification #modification-choice {
  height: 35px;
  width: 65%
}

#orders.modification .date-modification, #orders.modification .passengers-modification {
  margin-top: 15px;
  display: none;
  width: 100%
}

#orders.modification .subtitle {
  margin-bottom: 15px
}

#orders.modification .btn {
  width: 20%;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#orders.modification .btn.left {
  margin: 0 5% 0 25%;
  display: none
}

#orders.modification .btn.right {
  margin: 0 25% 0 5%;
  display: none
}

#orders.modification .btn.back {
  margin: 20px 40% 0
}

#payment-page #payment-form .form-container {
  clear: both
}

#payment-page #payment-form .form-container label.radio-label {
  position: relative
}

#payment-page #payment-form .form-container label.radio-label i {
  top: 0
}

#payment-page #payment-form .form-container label.radio-label i.icon-mastercard-2 {
  font-size: 3.3em;
  top: -15px
}

#payment-page #payment-form .form-container label.radio-label i.icon-amex {
  font-size: 3.3em
}

#payment-page #payment-form .form-container label.radio-label i.icon-sofort {
  font-size: 1em
}

#payment-page #payment-form .form-container label.radio-label i.icon-bancontact {
  font-size: 30px;
  top: -7px
}

#payment-page #payment-form .radio-content, #payment-page #payment-form input[type=radio] {
  float: left
}

#payment-page #payment-form .radio-content {
  width: 17%;
  margin-top: 12px
}

#payment-page #payment-form {
  border-top: 1px dashed #666;
  padding: 10px 0
}

#payment-page #payment-form span#select-content-month {
  margin-right: 1%
}

#payment-page #payment-form .input-payment-card-number .select-content {
  float: left;
  width: 10%
}

#payment-page #payment-form .input-payment-card-number .select-content select {
  width: 100%
}

#payment-page .amount .input-left {
  color: #666
}

#payment-page .amount .input-right {
  color: #bd1343;
  font-weight: 700;
  text-align: right
}

#payment-page #payment-form input[type=text] {
  width: 30%
}

#payment-page #payment-form input#payment_card_cryptogram {
  width: 10%
}

#payment-page #payment-form .submit-payment {
  border-top: 1px dashed #666;
  padding-top: 15px
}

#payment-page #payment-form .submit-payment input {
  width: 30%;
  float: right
}

#payment-page #payment-form .submit-payment a {
  float: right;
  margin-right: 17px;
  width: 25%
}

#payment-page #payment-form label.error {
  width: 30%
}

#payment-page .cgvContainer {
  line-height: 17px;
  color: #666
}

#payment-page #payment-form .cgvContainer input {
  float: left;
  width: 25px
}

#payment-page #payment-form .cgvContainer a {
  float: none;
  margin: 0
}

#payment-page #payment-form .survey-submit-loading {
  width: 210px;
  float: right;
  text-align: center
}

#payment-page #payment-form .survey-submit-loading img {
  width: 25px
}

#secure-payment-page #secure-payment iframe {
  width: 100%;
  max-width: 100%;
  min-height: 600px
}

#frequency-form input[type=radio], #notif-exclusive-form input[type=radio], #notification-form input[type=radio], #subscription-form input[type=radio] {
  margin: 4px 10px 0 0;
  float: left
}

#frequency-form label.radio-label, #notif-exclusive-form label.radio-label, #notification-form label.radio-label, #subscription-form label.radio-label {
  float: left;
  width: auto;
  vertical-align: middle;
  min-height: 30px;
  line-height: 20px;
  margin: 0;
  height: auto;
  max-width: 90%;
  color: #2c2c2c
}

#frequency-form .form-container .input-left, #notif-exclusive-form .form-container .input-left, #notification-form .form-container .input-left, #subscription-form .form-container .input-left {
  width: 100%;
  margin: 10px 0
}

#frequency-form .simple .radio-content, #notif-exclusive-form .simple .radio-content, #notification-form .simple .radio-content, #subscription-form .simple .radio-content {
  display: inline-block;
  width: 100%
}

#frequency-form .ph_subtitle, #notif-exclusive-form .ph_subtitle, #subscription-form .ph_subtitle {
  color: #bd1343;
  font-size: 1em;
  font-family: Georgia, Times New Roman, Times, serif
}

#notif-exclusive-form .radio-content, #notification-form .radio-content, #subscription-form .radio-content {
  float: left;
  width: 9%
}

#notif-exclusive-form .form-container, #notification-form .form-container, #subscription-form .form-container {
  line-height: 17px;
  display: inline-block;
  margin: 0
}

#subscription-form .ph_subtitle {
  margin-bottom: 20px;
  padding-top: 15px;
  border-top: 1px dashed #666
}

#notif-exclusive-form .ph_subtitle {
  margin-bottom: 20px
}

#notif-exclusive-form .input-left .radio-title, #notification-form .input-left .radio-title, #subscription-form .input-left .radio-title {
  display: inline-block;
  width: 82%;
  float: right;
  font-weight: 700;
  color: #2c2c2c
}

#notif-exclusive-form .input-left .radio-desc, #notification-form .input-left .radio-desc, #subscription-form .input-left .radio-desc {
  display: inline-block;
  width: 82%;
  float: right;
  color: #2c2c2c
}

.form-description {
  margin-bottom: 13px
}

#notification-form .form-description {
  border-top: 1px dashed #000;
  padding-top: 15px
}

#frequency-form input[type=radio] {
  margin: 4px 10px 0 0;
  float: left
}

#frequency-form .form-container .input-left {
  margin: 10px 0
}

#frequency-form label.radio-label {
  float: left;
  width: auto;
  min-height: 30px;
  line-height: 20px;
  margin: 0;
  height: auto;
  max-width: 90%
}

#vip h3 {
  margin: 20px 0;
  padding-top: 15px;
  border-top: 1px dashed #666;
  color: #bd1343;
  font-size: 1em;
  font-weight: 700;
  font-style: italic;
  font-family: Georgia, Times New Roman, Times, serif
}

#vip figure {
  text-align: center
}

#vip figcaption span {
  text-transform: uppercase;
  display: block;
  font-style: normal;
  font-weight: lighter;
  font-family: Source Sans Pro, sans-serif
}

#vip figcaption {
  font-style: italic;
  font-weight: 700;
  font-family: Georgia, Times New Roman, Times, serif;
  margin: 5px 0
}

#vip .container_12 {
  overflow: hidden
}

@media only screen and (min-width: 1025px) {
  #page-container .page-no-col {
    padding: 50px 0
  }

  .block_title {
    display: none
  }

  .section-title-col-right em {
    margin: 10px 0
  }

  #orders {
    margin-top: 22px
  }

  #orders .resp-table .order-selection {
    width: 44%;
    text-align: left
  }

  #orders .resp-table .order-date {
    width: 16%
  }

  #orders .resp-table .order-amount {
    width: 13%
  }

  #orders .resp-table .order-status {
    width: 17%
  }

  #orders .resp-table .order-details {
    width: 10%
  }

  #orders .resp-table td.resp-td:before {
    display: none
  }

  #orders .resp-table td.resp-td, #orders .resp-table th.resp-th {
    display: table-cell;
    border-top: 10px solid #fff;
    border-left: 1px dashed #fff;
    text-align: center
  }

  #orders .resp-table td.resp-td.content {
    border: none
  }

  #orders .resp-table td.resp-td:first-child, #orders .resp-table th.resp-th:first-child {
    border-left: 0
  }

  #orders .resp-table td.resp-td:first-child {
    text-align: left
  }

  #orders .resp-table th.resp-th {
    height: 33px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    color: #2c2c2c
  }

  #orders .resp-table .order-image {
    margin-right: 10px
  }

  #orders .resp-table .icon-less, #orders .resp-table .icon-more {
    font-size: 22px
  }

  #orders .transport table.even {
    margin-right: .5%
  }

  #orders .transport table.odd {
    margin-left: .5%
  }

  #orders .title {
    margin-top: 10px
  }

  #updatePax section#newPassengerContainer .title {
    border-top: none;
    padding-top: 0
  }

  #modal-survey-guidelines .modal-inner {
    width: 625px;
    top: 150px;
    left: 58%
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  label.form-passport-expiry-date-label {
    line-height: 35px
  }

  #modal-survey-guidelines .modal-inner {
    left: 20%;
    right: 20%
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #mobile-apps #smartphone, #mobile-apps #tablet {
    padding: 2%;
    width: 94%
  }

  #page-container .page-no-col {
    margin: 50px 0
  }

  .section-title-col-right em {
    margin: 10px 0
  }

  #modal-share-fb .modal-inner {
    margin-left: 0;
    width: auto;
    left: 20px;
    right: 20px
  }

  #modal-share-fb .head p.top_pop_up {
    padding-right: 20px
  }

  #modal-share-fb #facebookPartOne #facebook_friends {
    width: auto
  }

  #modal-share-fb #facebookPartOne {
    margin: 15px 0 15px 1.3%;
    width: 97.5%
  }

  #survey-form .fsit_set_many .even, #survey-form .fsit_set_many .odd {
    width: 50%
  }

  #survey-form .survey_fsit_set .fsit_set_simple .survey_question {
    width: 42%
  }

  #survey-form .survey_fsit_set .fsit_set_simple .survey_question_radio_set {
    width: 50%
  }

  label.form-passport-country-label, label.form-passport-number-label {
    line-height: 35px
  }

  #orders .passengers .passenger-text, #orders .passengers input, #orders .transport table td {
    width: 70%
  }

  #orders .resp-table .head-mobile, #orders .transport table td.head {
    width: 30%
  }

  #updatePax section#newPassengerContainer .title {
    border-top: none;
    padding-top: 0
  }

  #orders .subtitle.separate {
    border-top: 1px dashed #fff;
    display: inline-block;
    padding-top: 10px
  }

  #page-container #new_alert .content_alert .content_alert_text {
    line-height: 1;
    margin-top: 8px
  }

  #page-container .edit_alert .formContent a.linkToSales {
    width: 41%
  }

  #modal-survey-feedback-warning .modal-inner.survey-feedback-warning {
    top: 5%;
    left: 5%;
    right: 5%;
    margin-left: 0;
    width: auto
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #orders tr.document .btn.graySmoothLighter {
    width: 46.9%
  }

  #orders tr.document .btn.graySmoothLighter:nth-child(2n) {
    margin: 0 1.5% 10px 1.6%
  }

  #orders tr.document .btn.graySmoothLighter:nth-child(odd) {
    margin: 0 1.6% 10px 1.5%
  }

  #orders tr.document .btn.black {
    margin: 0 1.6% 10px;
    width: 96.8%
  }

  #orders .subtitle.separate {
    margin: 5px 1.6% 10px;
    width: 96.8%
  }

  #modal-survey-guidelines .modal-inner {
    left: 20%;
    right: 20%
  }
}

@media only screen and (max-width: 1024px) {
  .information .form-container .input-full, .information .form-container .input-left, .information .form-container .input-right {
    width: 100%
  }

  .information .form-container .input-full label, .information .form-container .input-left label, .information .form-container .input-right label {
    width: 30%;
    line-height: 20px
  }

  .information .form-container .input-full input, .information .form-container .input-left input, .information .form-container .input-right input {
    width: 69%
  }

  .information .form-container .input-full input, .information .form-container .input-full label, .information .form-container .input-left, .information .form-container .input-right {
    margin-top: 10px
  }

  #content-survey {
    width: 100%;
    padding: 15px 0
  }

  #orders {
    padding: 0 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  #orders .resp-table {
    width: 100%;
    background-color: #e6e6e6
  }

  #orders .resp-table .resp-th {
    display: none
  }

  #orders .resp-table td.resp-td {
    display: block;
    border-bottom: 1px solid #fff;
    padding: 10px
  }

  #orders .resp-table td.resp-td:first-child {
    min-height: 53px
  }

  #orders .resp-table td.resp-td:before {
    content: attr(data-th) " : ";
    width: 35%;
    display: inline-block;
    border-left: 1px solid #e6e6e6;
    font-weight: 700;
    text-transform: uppercase;
    color: #2c2c2c;
    font-size: 12px
  }

  #orders .resp-table td.resp-td.choice {
    border-top: 10px solid #fff
  }

  #orders .resp-table td.resp-td.choice:before {
    display: none
  }

  #orders .resp-table td.resp-td.details {
    border-bottom: none
  }

  #orders .resp-table td.resp-td.details:before {
    content: attr(data-th)
  }

  #orders .resp-table .order-image {
    width: 35%
  }

  #orders .resp-table .icon-less, #orders .resp-table .icon-more {
    float: right;
    font-size: 18px
  }

  #orders .transport table {
    width: 100%
  }

  #orders .resp-table .document .content {
    padding: 0
  }

  #orders .resp-table .document .title {
    padding: 20px 1.6% 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  #orders tr.document .btn.graySmoothLighter {
    width: 45.5%
  }

  #orders tr.document .btn.graySmoothLighter:nth-child(2n) {
    clear: both
  }

  #orders tr.document .btn.graySmoothLighter:nth-child(odd) {
    margin: 0 3% 10px 1.5%
  }

  #orders .passengers {
    min-width: 100%;
    background-color: #e6e6e6;
    color: #2c2c2c
  }

  #orders .passengers table {
    width: 100%;
    background-color: #fff
  }

  #orders .passengers td {
    display: block;
    padding: 0 10px;
    border-top: 1px solid #e6e6e6
  }

  #orders .passengers td.passenger-firstname, #orders .passengers td.passenger-lastname {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  #orders .passengers td:first-child {
    border-top: 10px solid #e6e6e6
  }

  #orders .passengers input, #orders .resp-table select {
    width: 55%;
    border-left: 1px solid #e6e6e6;
    padding-right: 0;
    height: 38px
  }

  #orders .passengers .passenger-text {
    width: 55%;
    border-left: 1px solid #e6e6e6;
    display: inline-block;
    padding: 10px 0 10px 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 38px
  }

  #orders .resp-table .head-mobile {
    width: 45%;
    display: inline-block;
    float: left;
    padding-top: 13px;
    line-height: 11px;
    font-weight: 700
  }

  #orders .resp-table .passenger-delivery-country, #orders .resp-table .passenger-nationality {
    padding-right: 0
  }

  #orders .resp-table .passenger-delivery-country .head-mobile, #orders .resp-table .passenger-nationality .head-mobile {
    width: 43.4%
  }

  #orders .resp-table .passenger-delivery-country select, #orders .resp-table .passenger-nationality select {
    width: 56.6%
  }

  #orders .resp-table input.save {
    margin: 5px 0 15px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  #orders tr.document .btn.black {
    float: right
  }

  #orders .subtitle.separate {
    border-top: 1px dashed #fff;
    display: inline-block;
    padding-top: 10px
  }

  #page-container .alert-form-container .pika-label, #page-container .alert-form-container .pika-single {
    background: #fff
  }

  #payment-page #payment-form .submit-payment a {
    margin-top: 10px
  }
}

@media only screen and (max-width: 767px) {
  #page-container .edit_alert .alertField, #page-container .edit_alert .alertValue {
    height: 100%
  }

  #page-container .edit_alert .alertField p, #page-container .edit_alert .alertValue p {
    min-height: 35px;
    padding: 6px 0
  }

  section.section-add-passenger {
    margin-top: 200px
  }

  #page-container #content-review .bloc_review .bloc_date .text-circle {
    margin-top: -5px;
    padding-top: 17px
  }

  form#identity-form #one_click_payment {
    line-height: 15px
  }

  #orders.modification .order-modification-choice {
    width: 100%
  }

  #orders.modification #modification-choice {
    width: 100%;
    margin-top: 5px;
    padding: 5px 10px
  }

  #orders.modification .date-modification, #orders.modification .passengers-modification {
    margin-bottom: 5px
  }

  #orders .subtitle.notice {
    color: #666;
    font-size: 12px
  }

  #orders.modification .btn {
    width: 45%
  }

  #orders.modification .btn.left {
    margin: 0 5% 0 0
  }

  #orders.modification .btn.right {
    margin: 0 0 0 5%
  }

  #orders.modification .btn.back {
    margin: 20px 27.5% 0
  }

  #orders .resp-table .document .title {
    padding: 20px 3% 5px
  }

  #orders tr.document .btn.graySmoothLighter {
    width: 45.5%
  }

  #orders tr.document .btn.graySmoothLighter:nth-child(2n) {
    margin: 0 1.5% 10px 3%
  }

  #orders tr.document .btn.graySmoothLighter:nth-child(odd) {
    margin: 0 3% 10px 1.5%
  }

  #orders tr.document .btn.black {
    margin: 0 3% 10px;
    width: 94%
  }

  #orders .subtitle.separate {
    margin: 5px 3% 10px;
    width: 94%
  }

  #modal-relaunch-success .modal-inner, #modal-relaunch .modal-inner {
    margin-left: -148px;
    width: 277px;
    max-height: 430px
  }
}

@media only screen and (max-width: 767px) {
  #voucher-block .voucher-image {
    display: none
  }

  #voucher-block {
    height: auto
  }

  #voucher-block .voucher-text {
    float: none;
    padding-top: 15px;
    height: 100%;
    line-height: 28px;
    text-align: center;
    width: 100%
  }

  #voucher-block .voucher-text .voucher-text-block {
    padding: 20px;
    margin: 0
  }

  #mobile-apps .image {
    display: none
  }

  #mobile-apps #smartphone .text, #mobile-apps #tablet .text {
    width: 100%
  }

  #mobile-apps .quotation {
    font-size: 20px
  }

  #mobile-apps .download h1 {
    font-size: 20px;
    margin-bottom: 10px
  }

  #mobile-apps .download h1 span {
    line-height: 20px
  }

  #mobile-apps .features {
    font-size: 14px
  }

  #mobile-apps #smartphone, #mobile-apps #tablet {
    padding: 5%;
    width: 90%
  }

  .block_title {
    display: block;
    margin: 0 0 25px
  }

  #vouchers-giftcards .greyTable .headerRow {
    display: none
  }

  #vouchers-giftcards #giftcards .greyTable dl, #vouchers-giftcards .greyTable dl {
    width: 100%;
    height: 30px;
    text-align: center
  }

  #vouchers-giftcards .mobile-hide {
    display: none
  }

  #vouchers-giftcards #giftcards .greyTable dl.name, #vouchers-giftcards .greyTable dl.name {
    text-align: center
  }

  #vouchers-giftcards .greyTable dt {
    width: auto;
    min-width: 40%;
    margin-right: 10px
  }

  #vouchers-giftcards #giftcard-form input#giftcard-form-activate {
    height: 30%;
    width: 60%
  }

  #vouchers-giftcards input.btn.pink {
    width: 32%
  }

  #vouchers-giftcards span.giftcardDetails {
    display: inline
  }

  #modal-share-fb .modal-inner {
    margin-left: 0;
    width: auto;
    left: 20px
  }

  #modal-share-fb .head p.top_pop_up {
    font-size: 12px;
    padding-right: 10px;
    line-height: 1.2em
  }

  #modal-share-fb #facebookPartOne {
    width: 100%
  }

  #modal-share-fb #facebookPartOne .choose_category {
    padding-left: 11px;
    height: 50px;
    line-height: 50px
  }

  #modal-share-fb #facebookPartOne #facebook_lists {
    margin-right: 3.5%
  }

  #modal-share-fb #facebookPartOne #facebook_friends {
    width: auto;
    padding: 0 11px
  }

  #modal-share-fb #facebookPartOne #facebook_friends .cell_friend {
    width: 48%;
    margin: 9px 1% 21px
  }

  #modal-share-fb #facebookPartOne #facebook_friends .cell_friend .left_content {
    width: 19%;
    margin-right: 5%
  }

  #modal-share-fb #facebookPartOne #facebook_friends .cell_friend .right_content {
    width: 76%
  }

  #modal-share-fb #facebookPartOne .facebookPartOneSubmit {
    right: 10px
  }

  #modal-survey-feedback-warning .modal-inner {
    top: 5%;
    left: 5%;
    right: 5%;
    margin-left: 0;
    width: auto
  }

  #modal-survey-feedback-warning .modal-content-wrapper {
    position: relative
  }

  #modal-survey-feedback-warning .modal-content-wrapper.multi-hotel {
    height: 50vh;
    overflow-x: scroll;
    margin-bottom: 20px
  }

  #page-container #content-review .bloc_review {
    width: 270px;
    min-height: 200px;
    margin: 20px 0 0 20px
  }

  #page-container #content-review .bloc_review input {
    font-weight: 600
  }

  #survey-form .mark {
    width: 12%
  }

  #survey-form .mark input[type=radio] {
    visibility: hidden
  }

  .survey_mark {
    padding-top: 10px
  }

  #survey-form .marks_nps {
    padding-top: 10px;
    text-align: center;
    float: left
  }

  #survey-form .marks_nps .radio-content {
    padding-right: 2px
  }

  #survey-form .marks_nps .radio-content label {
    height: 26px;
    width: 26px;
    line-height: 26px
  }

  #survey-form .marks_nps .radio-content:nth-child(n+7) {
    white-space: pre
  }

  #survey-form .survey_mark_nps label, #survey-form .survey_mark label {
    width: 100%;
    padding: 5px 0
  }

  #survey-form .marks {
    float: left
  }

  #survey-form .fsit_set_many .mark-label {
    line-height: 16px;
    height: 16px;
    padding-top: 17px;
    width: 40%;
    font-size: 14px
  }

  #survey-form #modal-survey-feedback-warning .info-txt .counter-label {
    display: none
  }

  #page-container #content-review .bloc_review {
    background-color: #e6e6e6;
    float: left;
    width: 100%;
    min-height: 210px;
    margin: 0;
    color: #000;
    font-size: 16px;
    font-family: Georgia, Times New Roman, Times, serif
  }

  #page-container #content-review .bloc_review .bloc_content {
    float: left;
    margin: 20px 10px 60px 0;
    width: 60%;
    line-height: 20px
  }

  #page-container #content-review .bloc_review .bloc_date {
    float: left;
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #fff;
    border-radius: 81px 81px 81px 81px;
    height: 81px;
    text-align: center;
    width: 81px;
    margin: 10px 10px 0
  }

  #page-container #content-review .bloc_review input {
    background-color: #1d1d1d;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 42px;
    margin-top: 45px;
    width: 100%
  }

  #survey-form input[type=submit] {
    width: 100%;
    height: 35px;
    text-transform: uppercase;
    font-size: 16px
  }

  #survey-form .survey_submit p {
    float: left;
    margin-top: 15px
  }

  #survey-form .survey-submit-loading {
    float: none;
    width: 30px;
    padding-right: 30px;
    margin: auto
  }

  #survey-form .survey_submit {
    padding-top: 40px;
    padding-bottom: 0
  }

  #survey-form .fsit_set_many .even, #survey-form .fsit_set_many .odd {
    width: 50%
  }

  #survey-form input[type=radio] {
    margin: 0 5px 0 0
  }

  #page-container #content-alert {
    width: 100%;
    padding: 0
  }

  #page-container #leftside-alert {
    display: none
  }

  #page-container .content_alert .content_alert_text {
    width: 58%
  }

  #page-container .content_alert .nb-sales {
    width: 30%
  }

  #page-container .content_alert .display_edit_alert {
    width: 10.5%
  }

  #page-container .content_alert .content_alert_text.no-nb-sales {
    width: 88%
  }

  #page-container .edit_alert input {
    width: 48.5%;
    margin: 0 1.5% 0 0
  }

  #page-container .edit_alert input.black {
    width: 48.5%;
    margin: 0 0 0 1.5%
  }

  #page-container .edit_alert .formContent {
    padding: 5px 0
  }

  #page-container .edit_alert .formContent a.linkToSales {
    width: 100%;
    height: auto;
    padding-top: 5px
  }

  #page-container .edit_alert .alertField {
    width: 45%
  }

  #page-container .edit_alert .alertValue {
    width: 55%
  }

  #page-container .alert-form-container .form-container.period_setup, #page-container .alert-form-container .isPeriod .datepicker-box, #page-container .alert-form-container .selectize-control, #page-container .alert-form-container .textFieldContainer input, #page-container .alert-form-container .tooltip-calendar section.tooltip-link, #page-container .alert-form-container .untilDate {
    width: 100%
  }

  #page-container .alert-form-container .datepicker-box input {
    height: 35px
  }

  #page-container .alert-form-container .formContent {
    width: 94.372%;
    padding: 10px 2.814%
  }

  #page-container .alert-form-container .untilDate {
    float: none;
    margin: 0
  }

  #page-container .alert-form-container input.btn {
    width: 100%
  }

  #page-container #new_alert .content_alert .content_alert_text {
    line-height: 1;
    margin-top: 8px
  }

  #notif-exclusive-form .form-container, #notification-form .form-container, #subscription-form .form-container {
    height: auto
  }

  #notif-exclusive-form .radio-content, #notification-form .radio-content, #subscription-form .radio-content {
    float: none;
    width: 50%;
    display: inline-block;
    text-align: center
  }

  #notif-exclusive-form .input-left .radio-desc, #notif-exclusive-form .input-left .radio-title, #notification-form .input-left .radio-desc, #notification-form .input-left .radio-title, #subscription-form .input-left .radio-desc, #subscription-form .input-left .radio-title {
    float: none;
    display: inline-block;
    width: 100%
  }

  #orders .resp-table .commandDetail .content {
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  #orders .buttonUpdatingOrder {
    margin: 0 5.376344% 6% 0
  }

  #updateDate .date-form-container .form-container {
    width: 100%;
    margin-top: 20px
  }

  #updateDate .date-form-container .form-container.left {
    width: 100%;
    margin-right: 0;
    margin-top: 0
  }

  #updateDate .date-form-container .form-container .labelDate {
    width: 28%;
    font-size: 16px
  }

  #updateDate .date-form-container .form-container .tooltip-calendar {
    width: 72%
  }

  #updateDate .formSubmit input {
    width: 100%;
    height: 50px;
    font-size: 18px
  }

  section #actions_last_step #cancel, section #actions_last_step #valid, section #actions_last_step .btn {
    width: 43%;
    font-size: 16px;
    height: 50px;
    line-height: 50px
  }

  section #actions_last_step #validDateForm {
    width: 43%
  }

  #cancellation .acceptCgv .cancelButton, #cancellation .acceptCgv .save {
    width: 48%;
    float: left;
    margin-left: 0 !important;
    margin-right: 2%;
    margin-top: 15px
  }

  #popup_cancellation .action_buttons input {
    margin: 10% auto;
    float: none;
    width: auto;
    min-width: 250px
  }

  #popup_cancellation .action_buttons input.save {
    float: none
  }

  #updatePax section#list_pax {
    border-bottom: none;
    margin-bottom: 0
  }

  #updatePax section#list_pax #header-pax #header-name {
    width: 30%
  }

  #updatePax section#list_pax #header-pax #header-firstname {
    width: 70%
  }

  #updatePax section#list_pax #header-pax .header-title {
    font-size: 16px
  }

  #updatePax section#list_pax #content-pax {
    font-size: 14px
  }

  #updatePax section#list_pax #content-pax ul.list_content_pax li {
    padding: 10px 0
  }

  #updatePax section#list_pax #content-pax ul.list_content_pax li div {
    width: 30%
  }

  #updatePax section#list_pax #content-pax ul.list_content_pax li div.last {
    width: 40%
  }

  #updatePax section#list_pax #content-pax ul.list_content_pax li div.last a.updateAction {
    width: 40%;
    margin-left: 10%;
    text-align: left;
    padding: 0;
    float: left
  }

  #updatePax section#list_pax #content-pax ul.list_content_pax li div.last span {
    clear: left;
    float: left
  }

  #updatePax section#list_pax #content-pax ul.list_content_pax li div.last form {
    float: left
  }

  #updatePax section#add_new_pax {
    margin-top: 0
  }

  #updatePax section#add_new_pax #link_new_pax {
    padding: 10px 0;
    border-bottom: 2px dashed #e6e6e6;
    margin: 20px 0;
    border-top: 2px dashed #e6e6e6;
    font-size: 18px
  }

  #updatePax section#add_new_pax .btn.black {
    height: 50px;
    line-height: 50px
  }

  #updatePax section#editPassengerContainer .form-container .input-left, #updatePax section#newPassengerContainer .form-container .input-left {
    width: 100%;
    margin: 0;
    font-size: 18px
  }

  #updatePax section#editPassengerContainer .editContentForm, #updatePax section#newPassengerContainer .newContentForm {
    border: 0;
    padding-bottom: 0
  }

  #updatePax section#editPassengerContainer .title, #updatePax section#newPassengerContainer .title {
    border-bottom: 2px dashed #e6e6e6;
    border-top: 2px dashed #e6e6e6;
    padding: 15px 0
  }

  #updatePax section#editPassengerContainer .form-container .input-left select, #updatePax section#newPassengerContainer .form-container .input-left select {
    height: 50px
  }

  #updatePax div.form-container.repartition .passenger-repartition {
    margin-bottom: 10px
  }

  #updatePax div.form-container.repartition .passenger-repartition textarea {
    min-height: 150px
  }

  #updatePax section#add_new_pax .btn_update, #updatePax section#add_new_pax .content_new_pax {
    width: 100%
  }

  #updatePax section#editPassengerContainer section.editPassengerForm .btn_update_pax, #updatePax section#editPassengerContainer section.editPassengerForm .cancelButton, #updatePax section.newContentForm .btn_update, #updatePax section.newContentForm .cancelButton, #updatePax section.section-passenger-clone .btn_update {
    width: 49%;
    margin: 0
  }

  #updatePax section#editPassengerContainer section.editPassengerForm .cancelButton, #updatePax section.newContentForm .cancelButton {
    margin-right: 1%
  }

  #updatePax section.newContentForm .btn_update {
    margin-left: 1%
  }

  #orders .buttonPayOrder, #orders .buttonUpdatingOrder {
    text-transform: uppercase;
    float: left;
    margin: 0 5.376344086% 6% 0
  }

  #orders .resp-table .content {
    float: left;
    padding: 0 2%;
    width: 96%
  }

  #orders .resp-table td.resp-td:before {
    width: 30%
  }

  #payment-page #payment-form .radio-content {
    width: 25%
  }

  #payment-page #payment-form .form-container label {
    line-height: 17px;
    width: 31%
  }

  #payment-page #payment-form .form-container label.form-type-label {
    width: 100%;
    height: 20px
  }

  #payment-page #payment-form input#payment_card_cryptogram, #payment-page #payment-form input[type=text] {
    width: 68%
  }

  #payment-page #payment-form span#select-content-month {
    margin-right: 2%
  }

  #payment-page #payment-form .input-payment-card-number .select-content {
    width: 33%
  }

  #payment-page .amount .input-left {
    float: left;
    margin-right: 0;
    width: 20%
  }

  #payment-page .amount .input-right {
    width: 80%
  }

  #page-container #payment-page {
    padding: 0;
    margin-top: 10px
  }

  #payment-page #payment-form .submit-payment input {
    width: 49%;
    margin-left: 1%
  }

  #payment-page #payment-form .submit-payment a {
    margin-right: 1%;
    text-align: center;
    width: 49%;
    margin-top: 10px;
    padding: 0
  }

  #modal-relaunch input[type=text], #modal-relaunch textarea {
    height: auto
  }

  #modal-survey-guidelines .modal-inner {
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: 20px;
    overflow: hidden
  }

  #modal-survey-guidelines .modal-inner .vpdialog .content {
    position: relative;
    height: calc(100vh - 25px);
    overflow: auto
  }

  #modal-survey-guidelines .modal-inner .close {
    font-size: 24px;
    padding: 5px
  }

  #modal-survey-guidelines .modal-inner .modal-label {
    margin: 20px 30px 0
  }

  form#favorite_culture_form input.btn {
    margin-top: 15px
  }
}

@media only screen and (min-width: 321px) and (max-width: 640px) and (orientation: landscape) {
  #modal-relaunch-success .modal-inner, #modal-relaunch .modal-inner {
    max-height: 250px
  }

  #modal-survey-guidelines .modal-inner {
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: 20px;
    overflow: hidden
  }

  #modal-survey-guidelines .modal-inner .vpdialog .content {
    position: relative;
    height: 50vh;
    overflow: auto
  }

  #modal-survey-feedback-warning .modal-inner {
    max-height: 205px
  }
}

.help-contactUs .phone-widget {
  margin: 0 auto 10px
}

.pika-single {
  display: block;
  position: relative;
  width: 100%;
  color: #333;
  background: #fff
}

.pika-single.is-hidden {
  display: none
}

.pika-title {
  position: relative;
  text-align: center;
  line-height: 1.2em
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 2px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background-color: #fff
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0
}

.pika-next, .pika-prev {
  cursor: pointer;
  position: relative;
  width: 14px;
  height: 30px
}

.is-rtl .pika-next, .pika-prev {
  float: left;
  left: 0;
  margin: 0 5px
}

.is-rtl .pika-prev, .pika-next {
  float: right;
  *right: 0;
  margin: 0 10px
}

.pika-next.is-disabled, .pika-prev.is-disabled {
  cursor: default;
  opacity: .2
}

.pika-select {
  display: inline-block;
  *display: inline
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0
}

.pika-table td, .pika-table th {
  width: 14.285714285714286%;
  padding: 0 3px
}

.pika-table th {
  color: #666;
  font-size: 12px;
  line-height: 25px;
  font-weight: 700;
  text-align: center
}

.pika-table abbr {
  text-transform: uppercase
}

.pika-button {
  color: #000;
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 12px;
  padding: 6px;
  font-weight: 700;
  display: block;
  outline: none;
  border: 0;
  margin: 0;
  line-height: 15px;
  text-align: center
}

.pika-button:hover {
  background: #000 !important;
  box-shadow: none !important
}

.is-selected .pika-button, .pika-button:hover {
  color: #fff;
  font-weight: 700
}

.is-today .pika-button:hover {
  color: #fff
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #555;
  opacity: .3
}

.pika-button:disabled {
  color: #a7a7a7
}

.pika-button:disabled:hover {
  color: #a7a7a7;
  background: #fff !important
}

.is-selected .pika-button, .pika-button:hover {
  border-radius: 0
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  background: #000;
  cursor: pointer;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0
}

.noUi-handle {
  position: relative;
  z-index: 1
}

.noUi-stacking .noUi-handle {
  z-index: 10
}

.noUi-stacking + .noUi-origin {
  *z-index: -1
}

.noUi-state-tap .noUi-origin {
  transition: left .3s, top .3s
}

.noUi-state-drag * {
  cursor: inherit !important
}

.noUi-horizontal {
  height: 5px
}

.noUi-horizontal .noUi-handle {
  border-radius: 50%;
  background: #000;
  height: 11px;
  width: 11px;
  cursor: pointer;
  margin: -3px 0 0 -5px
}

.noUi-horizontal.noUi-extended {
  padding: 0 15px
}

.noUi-horizontal.noUi-extended .noUi-origin {
  right: -15px
}

.noUi-vertical {
  width: 18px
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px
}

.noUi-vertical.noUi-extended {
  padding: 15px 0
}

.noUi-vertical.noUi-extended .noUi-origin {
  bottom: -15px
}

.noUi-origin {
  border-radius: 2px;
  background: #666
}

.noUi-target {
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #bbb
}

.noUi-dragable {
  cursor: w-resize
}

.noUi-vertical .noUi-dragable {
  cursor: n-resize
}

[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #b8b8b8
}

[disabled] .noUi-handle {
  cursor: not-allowed;
  background: #666
}

[disabled] .noUi-base {
  background: #666
}

[disabled] .noUi-origin {
  background: #e6e6e6
}

.noUi-state-blocked.noUi-connect, .noUi-state-blocked .noUi-connect {
  background: #4fdacf
}

.filters-top .flexibility.is_disabled {
  cursor: pointer
}

.filters-top .flexibility {
  height: 100%;
  margin: 0 8px 16px;
  position: relative;
  padding: 5px
}

.filters-top .flexibility p {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px
}

.flexibility.is_disabled p {
  color: #666
}

.filters-top .flexibility ul {
  margin: 0 -42px;
  display: block;
  color: #555
}

.filters-top .flexibility.is_disabled ul {
  color: #666
}

.filters-top .flexibility ul li {
  display: inline;
  text-align: right;
  float: left;
  width: 45px;
  font-size: 11px;
  position: relative;
  height: 35px;
  line-height: 35px
}

.filters-top .flexibility ul li.last span {
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 10px
}

.filters-top #tooltip-slider {
  z-index: 9999;
  display: none;
  position: absolute;
  background: #e6e6e6;
  width: 100%;
  padding: 10px;
  line-height: 1.2em;
  border: 1px solid #fff;
  font-size: 12px;
  top: 60px;
  left: -11px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .filters-top .flexibility ul li.last span {
    font-size: 11px
  }
}

@media only screen and (max-width: 1024px) {
  .filters-top .flexibility p {
    font-size: 16px;
    margin: 10px 0 15px
  }

  #tooltip-departure, .filters-top .flexibility, .pika-label, .pika-single {
    background: #e6e6e6
  }

  .pika-title {
    border-bottom: 1px dashed #666;
    margin-bottom: 8px;
    padding: 0
  }

  .filters-top .flexibility {
    padding-top: 10px
  }

  .pika-button {
    width: 35px;
    height: 35px;
    margin: 4px 0
  }

  .pika-table td, .pika-table th {
    padding: 0
  }
}

@media only screen and (max-width: 767px) {
  .filters-top .flexibility ul {
    display: block;
    width: 100%;
    margin: 0
  }

  .filters-top .flexibility ul li {
    display: inline-block;
    float: left;
    font-size: 10.92px;
    height: 35px;
    line-height: 35px;
    position: relative;
    text-align: left;
    width: 19.8%
  }

  .filters-top .flexibility ul li.last {
    position: absolute;
    right: 0;
    text-align: left;
    width: auto
  }

  .noUi-horizontal {
    height: 8px
  }

  .noUi-horizontal .noUi-handle {
    height: 19px;
    margin: -6px 0 0 -9px;
    width: 17px
  }

  .pika-next, .pika-prev {
    width: 25px
  }

  #nav-filters .pika-button {
    height: 33px;
    width: 100%;
    margin: 0;
    font-size: 11px
  }

  #nav-filters .pika-table th {
    font-size: 11px
  }
}

.sponsor-container {
  padding: 40px
}

@media only screen and (min-width: 768px) {
  .sponsor-container {
    background: #fff
  }
}

.next-order-list + .sponsor-container {
  padding-top: 0
}

#sponsorBanner {
  position: relative;
  display: table;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e6e6e6;
  text-align: left
}

@media only screen and (max-width: 767px) {
  #sponsorBanner {
    text-align: center
  }
}

#sponsorBanner > div {
  display: table-cell;
  vertical-align: top;
  text-align: left
}

@media only screen and (max-width: 767px) {
  #sponsorBanner > div {
    display: block;
    margin: 0 auto
  }
}

#sponsorBanner > div:first-child {
  width: 85px
}

#sponsorBanner > div:last-child {
  vertical-align: middle
}

@media only screen and (min-width: 768px) {
  #sponsorBanner > div:last-child {
    padding-left: 20px
  }
}

#sponsorBanner i {
  float: left;
  margin-right: 20px;
  margin-top: -7px;
  font-size: 64px;
  color: #bd1343
}

@media only screen and (max-width: 767px) {
  #sponsorBanner i {
    float: none;
    margin: 0 auto;
    font-size: 70px
  }
}

#sponsorBanner span {
  display: block
}

@media only screen and (max-width: 767px) {
  #sponsorBanner span {
    width: 100%;
    padding-left: 0;
    text-align: center
  }
}

#sponsorBanner span.sponsor-title {
  font-family: Georgia, Times New Roman, Times, serif;
  color: #bd1343;
  font-style: italic;
  font-size: 18px;
  margin-bottom: 10px
}

#sponsorBanner span.sponsor-description {
  color: #1d1d1d
}

#sponsorBanner .go-to-sponsor {
  font-weight: 600;
  font-size: 18px;
  text-align: right;
  color: #666;
  white-space: nowrap
}

@media only screen and (max-width: 767px) {
  #sponsorBanner .go-to-sponsor {
    display: block;
    position: relative;
    top: unset;
    right: unset;
    margin: 20px auto 0;
    text-align: center
  }
}

#sponsorBanner .go-to-sponsor:hover {
  color: #bd1343
}

.switch {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 32px
}

.switch input {
  display: none
}

.switch input:checked + .switch__slider {
  background-color: #bd1343
}

.switch input:checked + .switch__slider:before {
  -webkit-transform: translateX(31px);
  transform: translateX(31px)
}

.switch input:focus + .switch__slider {
  box-shadow: 0 0 1px #bd1343
}

.switch__slider {
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8a8a8a;
  border-radius: 34px
}

.switch__slider, .switch__slider:before {
  position: absolute;
  transition: all .2s ease
}

.switch__slider:before {
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 3px;
  background-color: #fff;
  border-radius: 50%
}

.switch--small {
  width: 48px;
  height: 24px
}

.switch--small input:checked + .switch__slider:before {
  -webkit-transform: translateX(22px);
  transform: translateX(22px)
}

.switch--small .switch__slider:before {
  height: 18px;
  width: 18px
}

#page-container {
  background-color: #eee !important
}

@media only screen and (max-width: 1024px) {
  #page-container {
    padding-bottom: 0
  }
}

@media only screen and (max-width: 1024px) {
  #page-container .page-center {
    padding: 0
  }
}

@media only screen and (max-width: 1024px) {
  #page-container .account-nav {
    padding-bottom: 0 !important
  }

  #page-container .haveAsideMenu {
    background-color: #fff
  }
}

#page-container .haveAsideMenu .aside-menu {
  display: none
}

#page-container .haveAsideMenu .aside-menu li.aside-menu-item-logout a {
  color: #8a8a8a;
  font-weight: 700;
  font-size: 14px
}

@media only screen and (max-width: 1024px) {
  #page-container .haveAsideMenu .aside-menu li a {
    color: #000;
    padding-left: 22px
  }

  #page-container .haveAsideMenu .aside-menu .mobile {
    float: right;
    padding-right: 25px;
    color: #000
  }
}

@media only screen and (min-width: 1025px) {
  #page-container .haveAsideMenu .aside-menu {
    display: block;
    width: 270px;
    float: left;
    position: relative;
    margin: 40px 0
  }

  #page-container .haveAsideMenu .aside-menu .mobile {
    display: none
  }
}

#page-container .haveAsideMenu .page-col-right {
  width: 100%;
  padding-top: 20px
}

@media only screen and (min-width: 768px) {
  #page-container .haveAsideMenu .page-col-right {
    padding-top: 40px
  }
}

@media only screen and (max-width: 1024px) {
  #page-container .haveAsideMenu .page-col-right > section {
    padding: 0
  }
}

@media only screen and (min-width: 1025px) {
  #page-container .haveAsideMenu .page-col-right {
    width: 705px;
    float: right;
    padding-bottom: 100px
  }

  #page-container .haveAsideMenu .page-col-right > .forms-section {
    padding: 0
  }
}

#page-container.account-nav .haveAsideMenu .aside-menu, #page-container.account-navHelp .haveAsideMenu .aside-menu {
  display: block;
  position: relative;
  margin: 40px 0 100px
}

.account-subscriptions .haveAsideMenu .page-col-right .errorMessage, .account-subscriptions .haveAsideMenu .page-col-right .successMessage {
  position: fixed;
  top: -30px;
  left: 0;
  border-bottom: 1px solid #d3d3d3;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  z-index: 1042;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  font-family: Source Sans Pro, sans-serif
}

.account-subscriptions .haveAsideMenu .page-col-right .errorMessage:before, .account-subscriptions .haveAsideMenu .page-col-right .successMessage:before {
  font-family: VP-Icon-line;
  font-size: 32px;
  margin-left: 10px;
  margin-right: 10px
}

@media only screen and (min-width: 768px) {
  .account-subscriptions .haveAsideMenu .page-col-right .errorMessage:before, .account-subscriptions .haveAsideMenu .page-col-right .successMessage:before {
    margin-left: 40px;
    margin-right: 16px
  }
}

@media only screen and (max-width: 767px) {
  .account-subscriptions .haveAsideMenu .page-col-right .errorMessage, .account-subscriptions .haveAsideMenu .page-col-right .successMessage {
    -webkit-flex: 1;
    flex: 1;
    text-align: left;
    height: 60px
  }
}

@media only screen and (min-width: 768px) {
  .account-subscriptions .haveAsideMenu .page-col-right .errorMessage, .account-subscriptions .haveAsideMenu .page-col-right .successMessage {
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%
  }
}

.account-subscriptions .haveAsideMenu .page-col-right .successMessage {
  background-color: #fff;
  color: #1d1d1d
}

.account-subscriptions .haveAsideMenu .page-col-right .successMessage:before {
  content: "\E915";
  color: #bd1343
}

.account-subscriptions .haveAsideMenu .page-col-right .errorMessage {
  background-color: #bd1343;
  color: #fff
}

.account-subscriptions .haveAsideMenu .page-col-right .errorMessage:before {
  content: "\E918"
}

.page-main-title {
  font-style: italic;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 28px;
  color: #1d1d1d;
  margin-bottom: 20px;
  line-height: 1
}

@media only screen and (max-width: 767px) {
  .page-main-title {
    text-align: center
  }
}

.page-subtitle {
  font-style: italic;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 20px;
  color: #1d1d1d;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1
}

@media only screen and (max-width: 767px) {
  .page-subtitle {
    text-align: center
  }
}

.card {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 40px;
  font-family: Source Sans Pro, sans-serif
}

@media only screen and (max-width: 767px) {
  .card {
    padding: 30px 20px
  }
}

.card header {
  margin-bottom: 20px
}

.card header.extra-margin {
  margin-bottom: 40px
}

.card header .card__title {
  font-size: 18px;
  font-weight: 700;
  color: #1d1d1d;
  line-height: 1.4;
  position: relative
}

.card header .card__title:before {
  content: "";
  position: absolute;
  left: -40px;
  height: 20px;
  width: 5px;
  background-color: #bd1343;
  top: 3px
}

@media only screen and (max-width: 767px) {
  .card header .card__title:before {
    left: -20px
  }
}

.card header .card__title--centered {
  font-style: italic;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 26px;
  color: #1d1d1d;
  line-height: 1.2;
  text-align: center
}

.card header .card__title--centered:before {
  display: none
}

.card header .card__title--centered:after {
  content: "\2014";
  display: block;
  font-family: Georgia, Times New Roman, Times, serif;
  color: #bd1343;
  opacity: .9;
  font-size: 25px;
  font-weight: 700
}

.card main .card__subtitle {
  color: #666;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px
}

.card__paragraph-title .small {
  font-weight: 400;
  font-size: 14px;
  color: #666
}

.card__paragraph-subtitle {
  color: #666;
  font-size: 13px;
  font-weight: 700
}

.card footer {
  margin-top: 40px
}

.card .subForm.tableForm span.label:not(:empty), .card .subForm > .tableForm span.label:not(:empty) {
  display: block;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  color: #666;
  font-size: 14px;
  line-height: 1.3
}

.card .subForm.tableForm, .card .subForm > .tableForm {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.card .subForm.tableForm > div, .card .subForm > .tableForm > div {
  position: relative;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (min-width: 768px) {
  .card .subForm.tableForm > div, .card .subForm > .tableForm > div {
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%
  }
}

.card .subForm.tableForm > div.col-100, .card .subForm.tableForm > div .col-100, .card .subForm > .tableForm > div.col-100, .card .subForm > .tableForm > div .col-100 {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%
}

@media only screen and (min-width: 768px) {
  .card .subForm.tableForm > div.col-50, .card .subForm.tableForm > div .col-50, .card .subForm > .tableForm > div.col-50, .card .subForm > .tableForm > div .col-50 {
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%
  }
}

.card .subForm.tableForm .FormError, .card .subForm > .tableForm .FormError {
  position: absolute;
  width: 100%;
  color: #bd1343
}

.card .subForm.tableForm .formErrorField, .card .subForm > .tableForm .formErrorField {
  color: #bd1343;
  border: 1px solid #bd1343
}

.card .subForm.tableForm span.label:not(:empty), .card .subForm > .tableForm span.label:not(:empty) {
  padding-bottom: 8px
}

.card .subForm.tableForm .civility input[type=radio], .card .subForm > .tableForm .civility input[type=radio] {
  margin-right: 8px
}

.card .subForm.tableForm .civility .FormInput span, .card .subForm > .tableForm .civility .FormInput span {
  font-size: 16px;
  color: #1d1d1d;
  vertical-align: middle;
  margin-right: 40px
}

.card .subForm.tableForm .civility .FormError, .card .subForm > .tableForm .civility .FormError {
  top: 65px
}

@media only screen and (min-width: 768px) {
  .card .subForm.tableForm .civility .FormError, .card .subForm > .tableForm .civility .FormError {
    top: 50px
  }
}

.card .subForm.tableForm .datepicker, .card .subForm > .tableForm .datepicker {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row
}

.card .subForm.tableForm .datepicker span, .card .subForm > .tableForm .datepicker span {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%
}

.card .subForm.tableForm .datepicker > div:nth-child(1n+1), .card .subForm > .tableForm .datepicker > div:nth-child(1n+1) {
  -webkit-flex: 0 1 60px;
  flex: 0 1 60px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px
}

.card .subForm.tableForm .datepicker > div:nth-child(1n+1) input, .card .subForm > .tableForm .datepicker > div:nth-child(1n+1) input {
  text-align: center
}

.card .subForm.tableForm .datepicker > div:nth-child(odd), .card .subForm > .tableForm .datepicker > div:nth-child(odd) {
  -webkit-flex: 1 1 145px;
  flex: 1 1 145px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px
}

.card .subForm.tableForm .datepicker > div:nth-child(odd) .FormError, .card .subForm > .tableForm .datepicker > div:nth-child(odd) .FormError {
  display: none
}

.card .subForm.tableForm .datepicker > div:nth-child(3n+1), .card .subForm > .tableForm .datepicker > div:nth-child(3n+1) {
  -webkit-flex: 0 1 70px;
  flex: 0 1 70px;
  padding-right: 0
}

.card .subForm.tableForm .datepicker > div:nth-child(3n+1) input, .card .subForm > .tableForm .datepicker > div:nth-child(3n+1) input {
  text-align: center
}

.card .subForm.tableForm .datepicker > div:nth-child(3n+1) .FormError, .card .subForm > .tableForm .datepicker > div:nth-child(3n+1) .FormError {
  position: relative
}

@media only screen and (min-width: 768px) {
  .card .subForm.tableForm .datepicker > div:nth-child(3n+1) .FormError, .card .subForm > .tableForm .datepicker > div:nth-child(3n+1) .FormError {
    position: absolute
  }
}

.card .subForm.tableForm .address-subform, .card .subForm > .tableForm .address-subform {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.card .subForm.tableForm .address-subform > div:nth-child(2), .card .subForm.tableForm .address-subform > div:nth-child(3), .card .subForm > .tableForm .address-subform > div:nth-child(2), .card .subForm > .tableForm .address-subform > div:nth-child(3) {
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (min-width: 768px) {
  .card .subForm.tableForm .address-subform > div:nth-child(3), .card .subForm > .tableForm .address-subform > div:nth-child(3) {
    -webkit-flex: 0 1 70%;
    flex: 0 1 70%;
    padding-right: 10px
  }
}

.card .subForm.tableForm .address-subform > div:nth-child(4), .card .subForm > .tableForm .address-subform > div:nth-child(4) {
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (min-width: 768px) {
  .card .subForm.tableForm .address-subform > div:nth-child(4), .card .subForm > .tableForm .address-subform > div:nth-child(4) {
    -webkit-flex: 0 1 30%;
    flex: 0 1 30%
  }
}

.card .subForm.tableForm .address-subform > div:nth-child(4) input, .card .subForm > .tableForm .address-subform > div:nth-child(4) input {
  width: 100%
}

.card .subForm > .FormInput > div, .card .subForm > .tableForm > div {
  margin-top: 20px
}

.card .subForm.tableForm {
  margin-top: 0 !important
}

.card .subForm.tableForm > span:not(:empty) {
  margin-top: 20px
}

.card .subForm.tableForm > div span:empty {
  margin-top: 0
}

.card input[type=email], .card input[type=password], .card input[type=text] {
  border-radius: 2px;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

@media only screen and (max-width: 767px) {
  .card input[type=email], .card input[type=password], .card input[type=text] {
    font-size: 16px;
    padding: 11px 10px;
    height: auto
  }
}

.card input[type=radio] {
  font-size: 16px
}

html #main .card select:not([multiple]) {
  border-radius: 2px;
  border: 1px solid #d3d3d3;
  position: relative;
  width: 100%;
  height: 44px;
  padding-right: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij4gIDxwYXRoIGZpbGw9IiM2NjYiIGQ9Ik0xMS4yOSAxNS43MWExIDEgMCAwIDAgMS40MSAwbDYtNmExIDEgMCAwIDAtMS40MS0xLjQxTDEyIDEzLjU4IDYuNzEgOC4yOWExIDEgMCAwIDAtMS40MiAxLjQybDUuOTIgNS45M3oiLz48L3N2Zz4=") no-repeat right 9px center
}

html #main .card select:not([multiple])::-ms-expand {
  display: none
}

@media only screen and (max-width: 767px) {
  html #main .card select:not([multiple]) {
    font-size: 16px
  }
}

@media only screen and (max-width: 1024px) {
  .card .radiogroup {
    display: -webkit-flex;
    display: flex
  }

  .card .radiogroup label {
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%
  }

  .card .radiogroup label input[type=radio] {
    display: none;
    margin: 10px
  }

  .card .radiogroup label input[type=radio] + span {
    display: block;
    margin: 0 !important;
    padding: 12px 10px;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    color: #1d1d1d;
    text-align: center
  }

  .card .radiogroup label input[type=radio]:checked + span {
    background-color: #eee
  }

  .card .radiogroup label:last-child input[type=radio] + span {
    border-left: 0
  }
}

.card .reset-edit, .card .send-edit {
  margin-top: 50px
}

.card__paragraph-title {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px
}

.card__paragraph-text {
  color: #666;
  font-size: 14px
}

.card .table {
  width: 100%
}

.card .table__grey {
  border: 1px solid #d3d3d3
}

.card .table__grey tr {
  color: #1d1d1d;
  font-weight: 400
}

@media only screen and (min-width: 768px) {
  .card .table__grey tr {
    border: 1px solid #d3d3d3
  }
}

.card .table__grey tr th {
  text-transform: uppercase;
  color: #666;
  padding: 15px;
  background-color: #eee;
  font-size: 12px
}

.card .table__grey tr td {
  padding: 15px
}

.card .table__grey tr .bolder {
  font-weight: 700
}

.card .table__grey tr .small {
  font-size: 12px
}

.card .table__grey .bordered {
  border: 1px solid #d3d3d3
}

.card .table__center-align {
  text-align: center
}

.card .table__left-align {
  text-align: left
}

.form-row {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px
}

.form-row__switch {
  margin-right: 20px
}

.form-row__switch-label__title {
  color: #666;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px
}

.form-row__switch-label__desc {
  font-size: 14px;
  color: #1d1d1d;
  line-height: 1.3
}

.flash-notification {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  z-index: 1042
}

@media only screen and (min-width: 768px) {
  .flash-notification {
    -webkit-justify-content: center;
    justify-content: center;
    height: 60px
  }
}

.flash-notification.error {
  background: #bd1343;
  color: #fff
}

.flash-notification.success {
  background: #fff
}

.flash-notification.success i.flash-icon {
  color: #bd1343
}

.flash-notification.success .flash-message {
  color: #1d1d1d
}

.flash-notification .flash-message {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  font-family: Source Sans Pro, sans-serif
}

@media only screen and (max-width: 767px) {
  .flash-notification .flash-message {
    -webkit-flex: 1;
    flex: 1;
    text-align: left
  }
}

.flash-notification i.flash-icon {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 32px
}

@media only screen and (min-width: 768px) {
  .flash-notification i.flash-icon {
    margin-left: 40px;
    margin-right: 16px
  }
}

.flash-notification i.close-button {
  line-height: 60px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 24px
}

@media only screen and (min-width: 768px) {
  .flash-notification i.close-button {
    position: absolute;
    right: 0;
    margin-right: 40px
  }
}

.phone .tableForm {
  width: 94% !important
}

@media only screen and (max-width: 767px) {
  .phone .tableForm {
    width: inherit !important
  }
}

.react-tel-input .form-control {
  padding-left: 70px !important;
  width: 107% !important;
  height: 44px !important;
  border-radius: 2px !important;
  border: 1px solid #d3d3d3 !important
}

@media only screen and (max-width: 1024px) {
  .react-tel-input .form-control {
    width: 105% !important
  }
}

@media only screen and (max-width: 767px) {
  .react-tel-input .form-control {
    width: 100% !important;
    height: 46px !important;
    font-size: 16px
  }
}

.react-tel-input .form-control.invalid-number {
  color: #000;
  border-color: #d3d3d3 !important;
  background-color: #fff !important
}

.react-tel-input .flag-dropdown {
  background-color: #fff !important
}

.react-tel-input .flag-dropdown .selected-flag {
  width: 60px !important;
  margin-right: 6px !important;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij4gIDxwYXRoIGZpbGw9IiM2NjYiIGQ9Ik0xMS4yOSAxNS43MWExIDEgMCAwIDAgMS40MSAwbDYtNmExIDEgMCAwIDAtMS40MS0xLjQxTDEyIDEzLjU4IDYuNzEgOC4yOWExIDEgMCAwIDAtMS40MiAxLjQybDUuOTIgNS45M3oiLz48L3N2Zz4=") no-repeat 100% !important
}

.react-tel-input .flag-dropdown .selected-flag .flag {
  margin-left: 12px !important
}

.react-tel-input .flag-dropdown .selected-flag .flag .arrow {
  display: none !important
}

.react-tel-input .flag-dropdown.invalid-number {
  border-color: #d3d3d3 !important
}

.react-tel-input.formErrorField {
  border: none !important
}

.react-tel-input.formErrorField .form-control {
  color: #bd1343;
  border-color: #bd1343 !important;
  background-color: #fff !important
}

.react-tel-input.formErrorField .flag-dropdown {
  border-color: #bd1343 !important
}

#page-container {
  background: #e6e6e6
}

#page-container .page-col-right {
  padding-top: 0
}

@media only screen and (max-width: 767px) {
  #page-container .page-col-right {
    padding-top: 0
  }
}

@media only screen and (max-width: 767px) {
  #page-container .page-center {
    padding: 0 !important
  }
}

#page-container.order-orderDetails, #page-container.order-orderList {
  background: #fff;
  color: #1d1d1d
}

.order-title em, .section-title em {
  color: #bd1343;
  font-size: 35px;
  font-weight: 700
}

@media only screen and (max-width: 1024px) {
  .page-center {
    padding: 0
  }
}

@media only screen and (max-width: 1024px) {
  #header.logged .header-menu-mobile {
    display: none
  }
}

#header.logged .backHeader {
  display: block
}

@media only screen and (max-width: 1024px) {
  #header.logged .backHeader {
    display: block;
    left: 0;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
    margin: 0
  }
}

@media only screen and (max-width: 1024px) {
  #header.logged .backHeader a {
    padding: 0 15px
  }
}

@media only screen and (max-width: 1024px) {
  .no-order #header.logged .header-menu-mobile, .orderListContainer #header.logged .header-menu-mobile {
    display: block
  }
}

.order-title {
  clear: both
}

.order-title .destination {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 26px;
  font-style: italic;
  line-height: 1.2
}

.order-title .hotel {
  margin-top: 3px;
  font-size: 18px;
  color: #666
}

.order-title em {
  font-size: 26px;
  line-height: 1
}

.left-info {
  float: left;
  padding: 20px 30px 0 0;
  color: #666
}

@media only screen and (max-width: 1024px) {
  .left-info {
    padding-top: 0;
    margin-bottom: 20px
  }
}

@media only screen and (max-width: 767px) {
  .left-info {
    margin-top: 10px;
    margin-bottom: 0;
    float: none
  }
}

.left-info i {
  margin-right: 10px;
  font-size: 16px
}

.left-info i.icon-pax {
  vertical-align: middle;
  font-size: 18px
}

.left-info i.icon-arrowDown {
  vertical-align: middle;
  margin-left: 13px
}

#member-order-header-light {
  position: relative;
  background: #fff;
  overflow: hidden;
  height: 120px;
  margin: 20px 0
}

@media only screen and (max-width: 767px) {
  #member-order-header-light {
    margin-top: 0;
    height: auto;
    padding: 20px
  }
}

@media only screen and (min-width: 768px) {
  #member-order-header-light #header_block #header .destination, #member-order-header-light #header_block #header .hotel {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    line-height: 1.2
  }
}

#member-order-header-light #header_block #header .counter-proposal-dates {
  color: #bd1343
}

#member-order-header-light #header_block #header-footer {
  margin-left: auto
}

#member-order-header-light #header_block.with-subdetail {
  display: -webkit-flex;
  display: flex
}

#member-order-header-light #header_block.with-subdetail #header {
  -webkit-align-self: baseline;
  align-self: baseline
}

@media only screen and (max-width: 767px) {
  #member-order-header-light #header_block.with-subdetail #header {
    float: none;
    text-align: left
  }

  #member-order-header-light #header_block.with-subdetail #header .destination {
    font-size: 18px
  }

  #member-order-header-light #header_block.with-subdetail #header .hotel {
    font-size: 14px
  }

  #member-order-header-light #header_block.with-subdetail #header .order-infos-bar {
    font-size: 12px
  }
}

@media only screen and (min-width: 768px) {
  #member-order-header-light #header_block.with-subdetail #header {
    -webkit-flex: 1 1 510px;
    flex: 1 1 510px;
    overflow: hidden
  }
}

@media only screen and (min-width: 768px) {
  #member-order-header-light #header_block:not(.with-subdetail) {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start
  }
}

#member-order-header-light #header_block:not(.with-subdetail) #header {
  overflow: hidden
}

#member-order-header-light #header_block:not(.with-subdetail) #header-footer {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto
}

@media only screen and (max-width: 767px) {
  #member-order-header-light #header_block:not(.with-subdetail) #header-footer {
    display: none
  }
}

#member-order-header-light #header_block:not(.with-subdetail) #header-footer .go-to-pp {
  display: block;
  border-left: 1px solid #e6e6e6;
  padding: 0 20px 20px;
  font-weight: 700;
  color: #666
}

#member-order-header-light #header_picture {
  float: left;
  -webkit-flex: 0 0 200px;
  flex: 0 0 200px;
  height: 120px;
  overflow: hidden
}

@media only screen and (max-width: 767px) {
  #member-order-header-light #header_picture {
    display: none
  }
}

#member-order-header-light .header_subdetails {
  padding: 30px 30px 20px 0;
  text-align: right;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  float: none;
  margin-left: auto;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (min-width: 768px) {
  #member-order-header-light .header_subdetails {
    -webkit-flex: 1 0 120px;
    flex: 1 0 120px
  }
}

@media only screen and (max-width: 767px) {
  #member-order-header-light .header_subdetails {
    padding: 3px 0 3px 30px
  }
}

#member-order-header-light .header_subdetails .header_subdetails_price {
  font-size: 24px;
  color: #bd1343
}

@media only screen and (max-width: 767px) {
  #member-order-header-light .header_subdetails .header_subdetails_price {
    font-weight: 700;
    font-size: 16px
  }
}

#member-order-header-light .header_subdetails a {
  color: #666;
  text-decoration: underline;
  font-weight: 700
}

@media only screen and (max-width: 767px) {
  #member-order-header-light .header_subdetails a {
    font-size: 12px;
    white-space: nowrap
  }
}

#member-order-header-light .order-detail-number {
  color: #1d1d1d;
  font-size: 14px;
  line-height: 1.3;
  font-family: Source Sans Pro, sans-serif;
  text-align: center
}

@media only screen and (max-width: 767px) {
  #member-order-header-light .order-detail-number {
    margin-top: 5px
  }
}

@media only screen and (min-width: 768px) {
  #member-order-header-light .order-detail-number {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    border-left: 1px solid #d3d3d3;
    text-align: right;
    padding: 11px 20px 0
  }
}

#member-order-header-light .order-detail-number strong {
  color: #666;
  font-weight: 700
}

@media only screen and (max-width: 767px) {
  #member-order-header-light .order-detail-number strong {
    margin-right: 6px
  }
}

@media only screen and (min-width: 768px) {
  #member-order-header-light .order-detail-number strong {
    display: block
  }
}

#member-order-header-light #header {
  float: left;
  height: auto;
  width: auto;
  padding: 0 20px;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
  text-align: left
}

@media only screen and (max-width: 767px) {
  #member-order-header-light #header {
    float: none;
    text-align: center;
    padding: 0;
    -webkit-transform: unset;
    transform: unset
  }
}

#member-order-header-light .top-title {
  display: block !important
}

#member-order-header-light .top-title em {
  display: none
}

#member-order-header-light .bottom-title {
  display: none !important
}

#member-order-header-light .left-info {
  padding-top: 10px
}

@media only screen and (max-width: 767px) {
  #member-order-header-light .left-info {
    padding: 0
  }
}

#member-order-header-light .left-info.dates {
  font-weight: 700
}

.orderContactContainer #header .backSDV, .orderDetailsContainer #header .backSDV, .orderSurveyContainer #header .backSDV {
  display: block
}

@media only screen and (max-width: 1024px) {
  .orderContactContainer #header .backSDV a, .orderDetailsContainer #header .backSDV a, .orderSurveyContainer #header .backSDV a {
    padding: 0 !important
  }
}

.orderSurveyConfirmationContainer #header .backSDV {
  display: none
}

.no-order #page-container, .orderDetailsContainer #page-container {
  background-color: #fff !important
}

.order-notifs {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 700
}

@media only screen and (max-width: 767px) {
  .order-notifs {
    padding: 10px !important
  }
}

.order-notifs .notifs-number {
  color: #fff;
  display: block;
  float: left;
  height: 15px;
  width: 15px;
  margin: 2px 5px 0 0;
  border-radius: 50%;
  background: #bd1343;
  line-height: 14px;
  font-size: 12px;
  text-align: center
}

@media only screen and (max-width: 767px) {
  .order-notifs .notifs-number {
    display: inline-block;
    float: none
  }
}

.order-orderList {
  padding-bottom: 0 !important
}

.order-orderList .page-center {
  max-width: none;
  text-align: center;
  padding: 0
}

.order-orderList .page-center #wrapper_container {
  background: #e6e6e6
}

.order-orderList .single-order {
  display: block;
  margin: 0 auto;
  max-width: 980px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (min-width: 768px) {
  .order-orderList .next-order-list, .order-orderList .past-order-list {
    overflow: hidden
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .order-orderList .next-order-list, .order-orderList .past-order-list {
    padding: 0 15px
  }
}

@media only screen and (min-width: 768px) {
  .order-orderList .next-order-list {
    background: #fff
  }
}

.order-orderList .single-order {
  position: relative;
  margin: 40px auto
}

@media only screen and (min-width: 768px) {
  .order-orderList .single-order {
    min-height: 200px
  }
}

@media only screen and (max-width: 767px) {
  .order-orderList .single-order {
    margin: 20px 0
  }
}

.order-orderList .single-order img.sale-picture {
  width: 100%;
  max-height: 500px
}

.order-orderList .single-order .info-block {
  display: block;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  text-align: center
}

@media only screen and (min-width: 768px) {
  .order-orderList .single-order .info-block {
    position: absolute;
    height: 266px;
    width: 450px;
    top: 112px;
    top: calc(50% - 133px);
    left: 265px;
    left: calc(50% - 225px)
  }
}

.order-orderList .single-order .order-notifs {
  background: rgba(29, 29, 29, .7);
  color: #fff;
  padding: 4px 7px;
  position: absolute;
  top: -26px;
  right: 0;
  cursor: default
}

@media only screen and (max-width: 767px) {
  .order-orderList .single-order .order-notifs {
    background: rgba(29, 29, 29, .4);
    top: 0;
    width: 100%
  }
}

.order-orderList .single-order .order-status {
  display: inline-block;
  height: 20px;
  padding: 0 60px;
  margin: 20px auto;
  border-bottom: 1px solid #e6e6e6
}

@media only screen and (max-width: 365px) {
  .order-orderList .single-order .order-status {
    border-bottom: none
  }
}

@media only screen and (max-width: 767px) {
  .order-orderList .single-order .order-status {
    padding: 0;
    margin: 10px 10px 20px;
    width: 80%;
    width: calc(100% - 40px)
  }
}

.order-orderList .single-order .order-status.cancelled {
  color: #bd1343;
  font-size: 14px;
  padding-left: 0;
  border: none;
  font-weight: 700;
  margin: 0
}

.order-orderList .single-order .order-status .status-label {
  background: #fff;
  line-height: 37px;
  padding: 0 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #666
}

@media only screen and (max-width: 365px) {
  .order-orderList .single-order .order-status .status-label {
    line-height: 1
  }
}

.order-orderList .single-order .order-status .status-label .status {
  white-space: nowrap;
  font-weight: 400;
  color: #1d1d1d
}

.order-orderList .single-order .order-desti {
  margin-top: 10px;
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  font-size: 26px;
  line-height: 1
}

.order-orderList .single-order .order-hotel {
  margin: 5px 0 12px;
  font-size: 18px;
  color: #666
}

.order-orderList .single-order .order-dates {
  margin-bottom: 30px;
  color: #666;
  font-weight: 700
}

@media only screen and (max-width: 767px) {
  .order-orderList .single-order .order-dates {
    margin-bottom: 20px
  }
}

.order-orderList .single-order .order-dates i {
  margin-right: 10px
}

.order-orderList .single-order .btn {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  cursor: pointer
}

@media only screen and (max-width: 767px) {
  .order-orderList .single-order .btn {
    margin-bottom: 30px;
    height: 50px;
    line-height: 50px
  }
}

.order-orderList .next-order-list .single-order:first-child {
  margin-top: 20px
}

@media only screen and (max-width: 767px) {
  .order-orderList .next-order-list .single-order:first-child {
    margin-top: 0
  }
}

.order-orderList .next-order-list .past-only {
  display: none !important
}

.order-orderList .next-order-list .details {
  cursor: pointer
}

@media only screen and (min-width: 768px) {
  .order-orderList .next-order-list .details {
    min-width: 220px
  }
}

@media only screen and (min-width: 768px) {
  .order-orderList .next-order-list .single-order .info-block {
    height: auto;
    min-height: 266px;
    width: 450px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-bottom: 45px
  }
}

.order-orderList .past-order-list .next-only {
  display: none !important
}

.order-orderList .past-order-list .section-title {
  float: none;
  text-align: center;
  padding-top: 40px;
  font-style: italic;
  font-size: 24px
}

@media only screen and (max-width: 767px) {
  .order-orderList .past-order-list .section-title {
    padding-top: 20px;
    margin-left: 0
  }
}

.order-orderList .past-order-list .single-order {
  text-align: right
}

.order-orderList .past-order-list .single-order:first-of-type {
  margin-top: 10px
}

@media only screen and (min-width: 1025px) {
  .order-orderList .past-order-list .single-order .sale-picture {
    width: 78%
  }
}

.order-orderList .past-order-list .single-order .details {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(29, 29, 29, .8)
}

@media only screen and (max-width: 767px) {
  .order-orderList .past-order-list .single-order .details {
    position: relative;
    height: 40px;
    line-height: 40px;
    top: -40px;
    margin-bottom: 0
  }
}

.order-orderList .past-order-list .single-order .details:hover {
  background: #000
}

.order-orderList .past-order-list .single-order .info-block {
  padding: 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (min-width: 768px) {
  .order-orderList .past-order-list .single-order .info-block {
    display: table;
    left: 0;
    text-align: left;
    height: 228px;
    top: 82px;
    top: calc(50% - 114px)
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .order-orderList .past-order-list .single-order .info-block {
    left: 30px
  }
}

@media only screen and (max-width: 767px) {
  .order-orderList .past-order-list .single-order .info-block {
    padding: 20px;
    margin-top: -40px
  }
}

.order-orderList .past-order-list .single-order .info-block .info-block-content {
  vertical-align: middle
}

@media only screen and (min-width: 768px) {
  .order-orderList .past-order-list .single-order .info-block .info-block-content {
    display: table-cell
  }
}

.order-orderList .past-order-list .single-order .info-block .info-block-content .order-desti {
  margin-top: 5px
}

.order-orderList .past-order-list .single-order .info-block .info-block-content .order-dates {
  margin-bottom: 0
}

.order-orderList .past-order-list .single-order .info-block .info-block-content .order-dates + .btn.pink {
  margin-top: 20px
}

.order-orderDetails {
  padding-bottom: 0 !important
}

.order-orderDetails .page-center {
  max-width: none;
  padding: 0
}

.order-orderDetails .card.hotel .header {
  height: 40px
}

.order-orderDetails #header, .order-orderDetails #header_picture, .order-orderDetails .content {
  margin: 0 auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (min-width: 1025px) {
  .order-orderDetails #header, .order-orderDetails #header_picture, .order-orderDetails .content {
    max-width: 980px
  }
}

.order-orderDetails .content-background {
  background: #eee;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (min-width: 768px) {
  .order-orderDetails .content-background {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

.order-orderDetails .content-background .content-more {
  text-align: left;
  background-color: #fff;
  padding: 25px
}

@media only screen and (min-width: 768px) {
  .order-orderDetails .content-background .content-more {
    margin-bottom: 40px
  }
}

.order-orderDetails .content-background .content-more .subtitle {
  font-size: 14px;
  font-weight: 700
}

.order-orderDetails .content-background .successMessage div:first-child:last-child {
  display: inline-block
}

@media only screen and (max-width: 1024px) {
  .order-orderDetails #header_block {
    position: relative
  }
}

.order-orderDetails #header_block #header_picture {
  position: relative;
  overflow: hidden
}

@media only screen and (min-width: 1025px) {
  .order-orderDetails #header_block #header_picture {
    margin-top: 20px
  }
}

@media only screen and (max-width: 1024px) {
  .order-orderDetails #header_block #header_picture .header-img {
    width: 100%
  }
}

.order-orderDetails #header_block #header_picture .overlay-header {
  position: absolute;
  padding: 60%;
  background: rgba(0, 0, 0, .25)
}

.order-orderDetails #header_block #header_picture .top-image-header {
  position: absolute;
  top: 15px;
  width: 100%;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (max-width: 767px) {
  .order-orderDetails #header_block #header_picture .left-info-header .ref-number {
    display: -ms-inline-grid;
    display: inline-grid
  }
}

.order-orderDetails #header_block #header_picture .left-info-header .label {
  text-transform: uppercase;
  height: 16px;
  width: 116px;
  color: #fff;
  font-family: Source Sans Pro;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px
}

@media only screen and (max-width: 767px) {
  .order-orderDetails #header_block #header_picture .left-info-header .label {
    font-size: 12px
  }
}

@media only screen and (max-width: 365px) {
  .order-orderDetails #header_block #header_picture .left-info-header .label {
    font-size: 11px
  }
}

.order-orderDetails #header_block #header_picture .left-info-header .value {
  margin-left: 10px;
  height: 18px;
  width: 121px;
  color: #fff;
  font-family: Source Sans Pro;
  font-size: 14px;
  line-height: 18px
}

@media only screen and (max-width: 767px) {
  .order-orderDetails #header_block #header_picture .left-info-header .value {
    font-size: 12px;
    margin-left: 0
  }
}

@media only screen and (max-width: 365px) {
  .order-orderDetails #header_block #header_picture .left-info-header .value {
    font-size: 11px
  }
}

@media only screen and (max-width: 767px) {
  .order-orderDetails #header_block #header_picture .right-info-header .total {
    display: -ms-inline-grid;
    display: inline-grid
  }
}

.order-orderDetails #header_block #header_picture .right-info-header .label {
  text-transform: uppercase;
  height: 16px;
  width: 50px;
  color: #fff;
  font-family: Source Sans Pro;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px
}

@media only screen and (max-width: 767px) {
  .order-orderDetails #header_block #header_picture .right-info-header .label {
    font-size: 12px;
    text-align: right
  }
}

@media only screen and (max-width: 365px) {
  .order-orderDetails #header_block #header_picture .right-info-header .label {
    font-size: 11px
  }
}

.order-orderDetails #header_block #header_picture .right-info-header .value {
  margin-left: 10px;
  height: 18px;
  width: 50px;
  color: #fff;
  font-family: Source Sans Pro;
  font-size: 14px;
  line-height: 18px;
  text-align: right
}

@media only screen and (max-width: 767px) {
  .order-orderDetails #header_block #header_picture .right-info-header .value {
    font-size: 12px;
    margin-left: 0
  }
}

@media only screen and (max-width: 365px) {
  .order-orderDetails #header_block #header_picture .right-info-header .value {
    font-size: 11px
  }
}

.order-orderDetails #header_block #header_picture .center-info-header {
  position: absolute;
  left: 50%;
  top: 53%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-flow: column;
  flex-flow: column
}

.order-orderDetails #header_block #header_picture .center-info-header .destination {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-family: Georgia;
  font-size: 48px;
  font-style: italic;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@media only screen and (max-width: 767px) {
  .order-orderDetails #header_block #header_picture .center-info-header .destination {
    font-size: 3vh
  }
}

.order-orderDetails #header_block #header_picture .center-info-header .destinationHotel {
  height: auto;
  margin: 0 55px;
  color: #fff;
  font-family: Source Sans Pro;
  font-size: 25px;
  line-height: normal
}

@media only screen and (max-width: 767px) {
  .order-orderDetails #header_block #header_picture .center-info-header .destinationHotel {
    font-size: 2vh;
    margin: 0 40px
  }
}

.order-orderDetails #header_block #header_picture .center-info-header .destinationHotel .hotel {
  position: relative;
  display: inline-block;
  word-wrap: break-word;
  overflow: hidden;
  width: 100%;
  max-height: 60px;
  line-height: 30px;
  text-align: center
}

@media only screen and (max-width: 767px) {
  .order-orderDetails #header_block #header_picture .center-info-header .destinationHotel .hotel {
    max-height: 4vh;
    line-height: 2vh
  }
}

.order-orderDetails #header_block #header {
  height: auto;
  color: #1d1d1d;
  text-align: left
}

@media only screen and (max-width: 1024px) {
  .order-orderDetails #header_block #header {
    padding: 20px
  }
}

@media only screen and (min-width: 768px) {
  .order-orderDetails #header_block #header .order-infos-bar {
    display: -webkit-flex;
    display: flex
  }
}

.order-orderDetails #header_block #header .order-infos-bar .left-info {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 20px 30px 0 0;
  color: #666
}

@media only screen and (max-width: 1024px) {
  .order-orderDetails #header_block #header .order-infos-bar .left-info {
    padding-top: 0;
    margin-bottom: 20px
  }
}

@media only screen and (max-width: 767px) {
  .order-orderDetails #header_block #header .order-infos-bar .left-info {
    margin-top: 10px;
    margin-bottom: 0;
    float: none
  }
}

@media only screen and (max-width: 767px) {
  .order-orderDetails #header_block #header .order-infos-bar .left-info.dates {
    font-weight: 700
  }
}

@media only screen and (min-width: 768px) {
  .order-orderDetails #header_block #header .order-infos-bar .left-info.dates {
    padding-right: 15px
  }
}

@media only screen and (min-width: 768px) {
  .order-orderDetails #header_block #header .order-infos-bar .left-info.pax {
    padding-left: 20px
  }
}

.order-orderDetails #header_block #header .order-infos-bar .left-info.pax .paxNumbers * {
  display: inline-block
}

.order-orderDetails #header_block #header .order-infos-bar .left-info.pax .icon-arrowDown {
  font-size: 14px
}

.order-orderDetails #header_block #header .order-infos-bar .right-info {
  display: -webkit-flex;
  display: flex;
  text-align: left;
  margin-left: auto
}

@media only screen and (max-width: 1024px) {
  .order-orderDetails #header_block #header .order-infos-bar .right-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    color: #fff
  }
}

.order-orderDetails #header_block #header .order-infos-bar .right-info > div.total {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto
}

.order-orderDetails #header_block #header .order-infos-bar .right-info > div.status.cancelled {
  color: #bd1343
}

@media only screen and (max-width: 1024px) {
  .order-orderDetails #header_block #header .order-infos-bar .right-info > div {
    width: 33%;
    padding: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
}

.order-orderDetails #header_block #header .order-infos-bar .right-info > div span {
  display: block
}

@media only screen and (max-width: 1024px) {
  .order-orderDetails #header_block #header .order-infos-bar .right-info > div span {
    font-size: 12px;
    line-height: 1.2
  }
}

.order-orderDetails #header_block #header .order-infos-bar .right-info > div span.label {
  text-transform: uppercase;
  font-weight: 700
}

@media only screen and (min-width: 1025px) {
  .order-orderDetails #header_block #header .order-infos-bar .right-info > div span.label {
    border-left: 1px solid #e6e6e6;
    padding: 20px 20px 0;
    color: #666
  }
}

@media only screen and (min-width: 1025px) {
  .order-orderDetails #header_block #header .order-infos-bar .right-info > div span.value {
    padding: 5px 10px 0 21px
  }
}

@media only screen and (max-width: 1024px) {
  .order-orderDetails #header_block #header .order-infos-bar .right-info .status {
    width: 45%
  }
}

@media only screen and (max-width: 1024px) {
  .order-orderDetails #header_block #header .order-infos-bar .right-info .ref-number {
    width: 30%
  }
}

@media only screen and (max-width: 1024px) {
  .order-orderDetails #header_block #header .order-infos-bar .right-info .total {
    width: 20%;
    float: right
  }
}

.order-orderDetails #header_block #header .order-title.top-title {
  display: none
}

@media only screen and (max-width: 767px) {
  .order-orderDetails #header_block #header .order-title.top-title {
    display: block
  }
}

@media only screen and (max-width: 767px) {
  .order-orderDetails #header_block #header .order-title.bottom-title {
    display: none
  }
}

.order-orderDetails .content-left {
  text-align: left
}

.order-orderDetails .content-left .menu {
  margin: 40px 0
}

.order-orderDetails .content-left .menu button {
  text-align: left
}

.order-orderDetails .content-left h2 {
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  font-size: 24px;
  line-height: 1
}

.order-orderDetails .content-left em {
  display: block;
  margin: 10px 0;
  color: #bd1343;
  font-size: 35px;
  font-weight: 700
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .content-left em {
    display: none
  }
}

.order-orderDetails .content-left .menu-list a {
  display: block;
  color: #666;
  font-weight: 700
}

.order-orderDetails .content-left .menu-list a:hover {
  color: #bd1343
}

.order-orderDetails .content-left .menu-list a i {
  width: 20px;
  margin: 10px 20px 10px 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  text-align: center
}

.order-orderDetails .content-left .menu-list a i.icon-contactUs {
  font-size: 27px
}

.order-orderDetails .content-left .menu-list a i.icon-travelDocument {
  font-size: 24px
}

.order-orderDetails .content-left .menu-list a i.icon-edit {
  font-size: 16px
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .content-left .contacts, .order-orderDetails .content-left .manage {
    float: left;
    width: 50%;
    min-height: 75px;
    margin-top: 0;
    padding: 0 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 80px;
    border-bottom: 1px solid #e6e6e6
  }

  .order-orderDetails .content-left .contacts button, .order-orderDetails .content-left .manage button {
    width: 100%;
    color: #666;
    text-align: center;
    min-height: 30px
  }

  .order-orderDetails .content-left .contacts button > i, .order-orderDetails .content-left .manage button > i {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 25px;
    margin-bottom: 5px;
    cursor: pointer
  }

  .order-orderDetails .content-left .contacts h2, .order-orderDetails .content-left .manage h2 {
    margin-top: -45px;
    padding-top: 20px;
    font-family: Source Sans Pro, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
    font-size: 12px;
    min-height: 30px
  }

  .order-orderDetails .content-left .contacts.active button > i, .order-orderDetails .content-left .contacts.active h2, .order-orderDetails .content-left .manage.active button > i, .order-orderDetails .content-left .manage.active h2 {
    color: #bd1343
  }

  .order-orderDetails .content-left .contacts.active .menu-list, .order-orderDetails .content-left .manage.active .menu-list {
    max-height: 1000px;
    transition: max-height 1s ease-out;
    margin-top: 25px
  }

  .order-orderDetails .content-left .contacts.active .menu-list a:after, .order-orderDetails .content-left .manage.active .menu-list a:after {
    font-family: vpgseticon;
    content: "\E60A";
    position: absolute;
    right: 20px;
    text-align: right
  }

  .order-orderDetails .content-left .contacts .menu-list, .order-orderDetails .content-left .manage .menu-list {
    max-height: 0;
    overflow: hidden;
    width: 100vw;
    text-align: left;
    margin-top: 30px
  }

  .order-orderDetails .content-left .contacts .menu-list i, .order-orderDetails .content-left .manage .menu-list i {
    margin: 0 25px 0 35px
  }

  .order-orderDetails .content-left .contacts .menu-list a, .order-orderDetails .content-left .manage .menu-list a {
    height: 60px;
    border-bottom: 1px solid #e6e6e6;
    line-height: 60px
  }

  .order-orderDetails .content-left.opened .menu {
    border-bottom: 0
  }

  .order-orderDetails .content-left .contacts h2 {
    border-right: 1px solid #e6e6e6
  }

  .order-orderDetails .content-left .manage button i {
    font-size: 20px !important
  }

  .order-orderDetails .content-left .manage .menu-list {
    margin-left: -52vw
  }
}

.order-orderDetails .MarketingInsurance, .order-orderDetails .MarketingTransfer {
  margin: 20px 0
}

.order-orderDetails .MarketingInsurance__title, .order-orderDetails .MarketingTransfer__title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 10px
}

.order-orderDetails .MarketingInsurance__body, .order-orderDetails .MarketingTransfer__body {
  border: 1px dashed #8a8a8a;
  padding: 10px
}

@media only screen and (min-width: 768px) {
  .order-orderDetails .MarketingInsurance__body, .order-orderDetails .MarketingTransfer__body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}

.order-orderDetails .MarketingInsurance__picture, .order-orderDetails .MarketingTransfer__picture {
  position: relative
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .MarketingInsurance__picture, .order-orderDetails .MarketingTransfer__picture {
    max-width: 416px;
    margin-bottom: 10px
  }
}

@media only screen and (min-width: 768px) {
  .order-orderDetails .MarketingInsurance__picture, .order-orderDetails .MarketingTransfer__picture {
    max-width: 250px;
    -webkit-flex: 1 0 45%;
    flex: 1 0 45%
  }
}

.order-orderDetails .MarketingInsurance__picture__expiry-date, .order-orderDetails .MarketingTransfer__picture__expiry-date {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f99b1c;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 3px
}

.order-orderDetails .MarketingInsurance__picture__expiry-date b, .order-orderDetails .MarketingTransfer__picture__expiry-date b {
  font-weight: 700
}

@media only screen and (min-width: 768px) {
  .order-orderDetails .MarketingInsurance__details, .order-orderDetails .MarketingTransfer__details {
    -webkit-flex: 1 1 55%;
    flex: 1 1 55%;
    margin-right: 20px
  }
}

.order-orderDetails .MarketingInsurance__subtitle, .order-orderDetails .MarketingTransfer__subtitle {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 4px
}

.order-orderDetails .MarketingInsurance__illustration, .order-orderDetails .MarketingTransfer__illustration {
  color: #666;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  margin-bottom: 6px
}

.order-orderDetails .MarketingInsurance__illustration .icon, .order-orderDetails .MarketingTransfer__illustration .icon {
  vertical-align: middle;
  font-size: 16px;
  margin-right: 6px;
  font-weight: 400
}

.order-orderDetails .MarketingInsurance__illustration__separator.icon, .order-orderDetails .MarketingTransfer__illustration__separator.icon {
  margin: 0 8px 0 6px;
  font-size: 12px
}

.order-orderDetails .MarketingInsurance__illustration__separator, .order-orderDetails .MarketingTransfer__illustration__separator {
  margin: 0 6px;
  font-size: 12px
}

.order-orderDetails .MarketingInsurance__description, .order-orderDetails .MarketingTransfer__description {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px
}

.order-orderDetails .MarketingInsurance__picture {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  max-width: none
}

@media only screen and (min-width: 768px) {
  .order-orderDetails .MarketingInsurance__picture {
    -webkit-flex: 1 0 7%;
    flex: 1 0 7%
  }

  .order-orderDetails .MarketingInsurance__picture img {
    width: 120px;
    height: 61px;
    padding: 14px 4px;
    background-color: #fff
  }

  .order-orderDetails .MarketingInsurance__picture img.defaultImg {
    background-color: transparent;
    padding: 0;
    width: auto;
    height: auto
  }
}

.order-orderDetails #timeline {
  margin-top: 10px;
  text-align: left
}

@media only screen and (max-width: 767px) {
  .order-orderDetails #timeline {
    margin-top: 0
  }
}

.order-orderDetails #timeline .day {
  position: relative;
  border-left: 2px solid #a7a7a7;
  padding: 0 0 30px 25px
}

@media only screen and (max-width: 767px) {
  .order-orderDetails #timeline .day {
    padding-left: 0;
    border-left: 0;
    margin: 20px 0 10px;
    overflow-x: hidden
  }
}

.order-orderDetails #timeline .day:last-of-type {
  border-color: #e6e6e6
}

.order-orderDetails #timeline .day .target {
  position: absolute;
  left: -8px;
  height: 15px
}

@media only screen and (max-width: 767px) {
  .order-orderDetails #timeline .day .target {
    display: none
  }
}

.order-orderDetails #timeline .day .day-separator {
  font-weight: 700;
  line-height: 14px;
  font-size: 18px;
  color: #1d1d1d
}

.order-orderDetails #timeline .day .card {
  margin: 10px 0 0;
  background-color: #fff
}

.order-orderDetails #timeline .day .card-block + .card-block .card.withPrint, .order-orderDetails #timeline .day .MarketingTransfer-wrapper + .card-block .card.withPrint, .order-orderDetails #timeline .day .option.attached + .card-block .card.withPrint {
  margin-top: 40px
}

.order-orderDetails #timeline .way {
  color: #555;
  font-weight: 700;
  padding-top: 5px
}

.order-orderDetails .order-notifs {
  margin-top: 10px;
  color: #555
}

.order-orderDetails .card {
  position: relative;
  padding: 20px
}

.order-orderDetails .card.charter {
  padding-top: 0
}

.order-orderDetails .card .ajax-loader {
  position: inherit;
  margin: 15px auto 0;
  width: 30px
}

.order-orderDetails .card .print {
  color: #555;
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  right: 5px;
  top: -21px
}

.order-orderDetails .card .print i {
  margin-right: 5px
}

.order-orderDetails .card .header {
  margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .card .header {
    margin-bottom: 20px
  }
}

.order-orderDetails .card .header h2.name {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px;
  width: auto
}

@media only screen and (min-width: 768px) {
  .order-orderDetails .card .header h2.name {
    float: left
  }
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .card .header h2.name {
    margin-top: 0
  }
}

@media only screen and (min-width: 768px) {
  .order-orderDetails .card .header .dates {
    float: right;
    text-align: center
  }
}

.order-orderDetails .card .header .dates > div {
  float: left
}

.order-orderDetails .card .header .dates > div:first-child {
  padding-right: 20px;
  border-right: 1px solid #e6e6e6
}

.order-orderDetails .card .header .dates > div:nth-child(2) {
  padding-left: 20px;
  border-left: 1px solid #e6e6e6
}

.order-orderDetails .card .header .dates .label {
  color: #bd1343;
  display: block;
  font-weight: 700;
  text-transform: uppercase
}

.order-orderDetails .card .header .dates .value {
  display: block
}

.order-orderDetails .card .prestations {
  margin-bottom: 20px
}

.order-orderDetails .card .prestations .label {
  display: inline-block;
  margin-bottom: 5px;
  color: #a7a7a7;
  font-weight: 700;
  text-transform: uppercase
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .card .prestations .label {
    margin-bottom: 10px
  }
}

.order-orderDetails .card .prestations .option, .order-orderDetails .card .prestations .room {
  margin-bottom: 5px
}

.order-orderDetails .card .section-pax {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 0 -20px
}

.order-orderDetails .card .section-pax .section-pax-header {
  display: -webkit-flex;
  display: flex;
  height: 53px;
  -webkit-align-items: self-start;
  align-items: self-start;
  cursor: pointer
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .card .section-pax .section-pax-header {
    margin-top: 20px;
    margin-bottom: 20px
  }
}

.order-orderDetails .card .section-pax .section-pax-header .passengers {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin-top: 16px
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .card .section-pax .section-pax-header .passengers {
    display: inline;
    margin-top: 0
  }
}

.order-orderDetails .card .section-pax .section-pax-header .passengers .passengers-title {
  margin-left: 20px;
  font-weight: 700
}

.order-orderDetails .card .section-pax .section-pax-header .passengers .passengers-listing {
  display: -webkit-flex;
  display: flex;
  margin-left: 17px
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .card .section-pax .section-pax-header .passengers .passengers-listing {
    margin-top: 8px
  }
}

.order-orderDetails .card .section-pax .section-pax-header .passengers .passengers-listing .nbBaby, .order-orderDetails .card .section-pax .section-pax-header .passengers .passengers-listing .nbChild {
  margin-left: 8px
}

.order-orderDetails .card .section-pax .section-pax-header .arrow {
  margin-top: 16px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .card .section-pax .section-pax-header .arrow {
    margin-bottom: 30px;
    margin-top: 0
  }
}

.order-orderDetails .card .section-pax .pax-description {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 30px
}

.order-orderDetails .card .section-pax .pax-description .pax-column > div {
  margin-top: 4px
}

.order-orderDetails .card .section-pax .pax-description-mobile .pax .name {
  font-weight: 700;
  color: #1d1d1d
}

.order-orderDetails .card .section-pax .pax-description-mobile .pax .birthdate {
  margin-top: 4px
}

.order-orderDetails .card .section-pax .pax-description-mobile .pax .passport {
  margin-top: 4px;
  margin-bottom: 20px
}

.order-orderDetails .card .section-pax .check-info {
  font-style: italic;
  color: #666;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-left: -20px
}

.order-orderDetails .card .pax-title {
  font-size: 12px;
  font-weight: 700;
  color: #8a8a8a;
  text-transform: uppercase;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.order-orderDetails .card .section-luggage {
  border-bottom: 1px solid #eee;
  margin: 0 -20px
}

.order-orderDetails .card .section-luggage .section-luggage-header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 53px;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .card .section-luggage .section-luggage-header {
    margin-top: 20px;
    margin-bottom: 20px
  }
}

.order-orderDetails .card .section-luggage .section-luggage-header .luggage {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .card .section-luggage .section-luggage-header .luggage {
    display: inline
  }
}

.order-orderDetails .card .section-luggage .section-luggage-header .luggage .luggage-title {
  margin-left: 20px;
  font-weight: 700
}

.order-orderDetails .card .section-luggage .section-luggage-header .luggage .luggage-listing {
  display: -webkit-flex;
  display: flex
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .card .section-luggage .section-luggage-header .luggage .luggage-listing {
    display: inline
  }

  .order-orderDetails .card .section-luggage .section-luggage-header .luggage .luggage-listing .soute {
    margin-left: 20px;
    margin-top: 8px
  }
}

.order-orderDetails .card .section-luggage .section-luggage-header .luggage .luggage-listing .cabin {
  margin-left: 8px
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .card .section-luggage .section-luggage-header .luggage .luggage-listing .cabin {
    margin-left: 20px
  }
}

.order-orderDetails .card .section-luggage .section-luggage-header .arrow, .order-orderDetails .card .section-luggage .section-luggage-header .dash {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px
}

.order-orderDetails .card .section-luggage .section-luggage-header .dash:before {
  content: "-"
}

.order-orderDetails .card .luggage-description {
  color: #666;
  font-size: 14px;
  padding-bottom: 30px
}

.order-orderDetails .card .luggage-description .luggage-title {
  font-weight: 700;
  margin-top: 10px
}

.order-orderDetails .card .collapse {
  margin: 0 20px
}

.order-orderDetails .card .infos {
  border-top: 1px dashed #a7a7a7;
  padding: 10px 0
}

.order-orderDetails .card .infos .address, .order-orderDetails .card .infos .email, .order-orderDetails .card .infos .telephone {
  margin: 10px 0
}

.order-orderDetails .card .infos .address i, .order-orderDetails .card .infos .email i, .order-orderDetails .card .infos .telephone i {
  color: #bd1343;
  padding-right: 10px
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .card .infos .cabin_type {
    text-align: right
  }
}

.order-orderDetails .card .infos + .details.details--hotel {
  margin-top: -20px
}

.order-orderDetails .card .details {
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .card .details {
    display: inline;
    margin: 20px
  }
}

.order-orderDetails .card .details.hotel {
  display: block
}

.order-orderDetails .card .details .details-left {
  display: -webkit-flex;
  display: flex
}

.order-orderDetails .card .details .details-left i {
  margin-left: -20px;
  padding-left: 20px;
  border-left: 3px solid #bd1343;
  height: 25px;
  width: 25px;
  margin-right: 4px;
  font-size: 25px;
  color: #bd1343;
  left: 20px
}

.order-orderDetails .card .details .details-left .details-text {
  margin-right: 20px
}

.order-orderDetails .card .details .details-left .details-text .details-text-title {
  color: #bd1343;
  max-width: 350px;
  font-size: 16px;
  font-weight: bolder;
  text-transform: uppercase
}

.order-orderDetails .card .details .details-left .details-text .details-text-subtitle {
  font-size: 14px;
  margin-top: 5px
}

.order-orderDetails .card .details .details-left.dark i {
  color: #1d1d1d;
  border-left: 3px solid #1d1d1d
}

.order-orderDetails .card .details .details-left.dark .details-text-title {
  color: #1d1d1d
}

.order-orderDetails .card .details .detailsButton {
  height: 44px;
  width: 206px;
  background-color: #666;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-family: Source Sans Pro, sans-serif;
  border-radius: 2px
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .card .details .detailsButton {
    font-size: 12px;
    width: 100%;
    margin-top: 16px
  }
}

.order-orderDetails .card .details .download-boarding-pass {
  display: block;
  line-height: 44px;
  height: 44px;
  width: 288px;
  background-color: #bd1343;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 2px;
  margin: auto;
  text-align: center
}

.order-orderDetails .card .details.details--hotel {
  display: block;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0
}

.order-orderDetails .card .details.details--hotel.close .detailsContainer {
  display: none
}

.order-orderDetails .card .details.details--hotel.open .detailsContainer .title {
  margin-top: 0;
  padding-top: 0
}

.order-orderDetails .card .details.details--hotel .detailsHeader {
  text-align: right;
  margin-top: 0
}

.order-orderDetails .card .details.details--hotel .detailsContainer {
  margin-top: 0
}

.order-orderDetails .card .details.details--hotel .details__button .icon {
  vertical-align: middle;
  margin-left: 4px
}

.order-orderDetails .card .online-checkin-detail {
  font-size: 14px
}

.order-orderDetails .card .online-checkin-detail .info {
  margin-top: 20px
}

.order-orderDetails .card .online-checkin-detail .info .info-title {
  font-weight: 700;
  color: #1d1d1d
}

.order-orderDetails .card .online-checkin-detail .info .info-title.tocopy {
  display: -webkit-flex;
  display: flex
}

.order-orderDetails .card .online-checkin-detail .info .info-title.tocopy .block {
  display: -webkit-flex;
  display: flex;
  line-height: 30px
}

.order-orderDetails .card .online-checkin-detail .info .info-title.tocopy .block .description {
  margin-right: 10px;
  text-transform: uppercase
}

.order-orderDetails .card .online-checkin-detail .info .info-title.tocopy .block.name {
  margin-left: 20px
}

.order-orderDetails .card .online-checkin-detail .info .info-text {
  color: #666
}

.order-orderDetails .card .online-checkin-detail .info.instruction .info-title {
  margin-bottom: 10px
}

.order-orderDetails .card .online-checkin-detail .info.instruction a {
  color: #bd1343;
  font-weight: 700
}

.order-orderDetails .card .online-checkin-detail .info.instruction strong {
  color: #000
}

.order-orderDetails .card .online-checkin-detail .info.instruction ol, .order-orderDetails .card .online-checkin-detail .info.instruction ul {
  counter-reset: line;
  font-size: 14px
}

.order-orderDetails .card .online-checkin-detail .info.instruction ol li, .order-orderDetails .card .online-checkin-detail .info.instruction ul li {
  min-height: 25px;
  line-height: 20px;
  padding-left: 20px
}

.order-orderDetails .card .online-checkin-detail .info.instruction ol li:before, .order-orderDetails .card .online-checkin-detail .info.instruction ul li:before {
  counter-increment: line;
  content: counter(line);
  display: inline-block;
  padding: 0 .5em;
  margin-right: .5em;
  margin-left: -28px;
  line-height: 20px;
  color: #fff;
  background-color: #afafaf;
  border-radius: 50%
}

.order-orderDetails .card .info-details .info-details-line {
  margin: 5px 0
}

.order-orderDetails .card .info-details .icon {
  float: left;
  border-left: 2px solid #bd1343;
  margin-left: -20px;
  padding: 5px 0 0 16px;
  overflow: hidden;
  width: 30px
}

.order-orderDetails .card .info-details .icon i {
  color: #bd1343;
  font-size: 27px
}

.order-orderDetails .card .info-details .info {
  font-size: 12px;
  padding-left: 34px;
  margin-bottom: -10px
}

.order-orderDetails .card .info-details .info h2 {
  color: #bd1343;
  font-weight: 700;
  text-transform: uppercase
}

.order-orderDetails .card .info-details--dark .icon {
  border-left-color: #1d1d1d
}

.order-orderDetails .card .info-details--dark .icon i, .order-orderDetails .card .info-details--dark .info h2 {
  color: #1d1d1d
}

.order-orderDetails .card .info-details--withCTA {
  padding: 10px 0
}

.order-orderDetails .card .info-details--withCTA .info {
  padding-left: 0
}

.order-orderDetails .card .info-details--withCTA .info .button {
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.order-orderDetails .card .info-details--withCTA .icon {
  display: none
}

.order-orderDetails .card .infos .label {
  display: block;
  color: #a7a7a7;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.order-orderDetails .card .infos .value {
  display: block;
  line-height: 1;
  margin-top: 2px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.order-orderDetails .card .infos .company {
  display: -ms-grid;
  display: grid;
  -webkit-justify-content: end;
  justify-content: end
}

.order-orderDetails .card .infos .company .label {
  max-width: 100px
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .card .infos .company .label {
    float: right;
    text-align: right
  }
}

.order-orderDetails .card .infos .company .value {
  max-width: 100px;
  height: 35px
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .card .infos .company .value {
    float: right;
    text-align: right;
    height: 31px
  }
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .card .infos .company {
    float: right;
    text-align: right
  }
}

.order-orderDetails .card .pdf {
  color: #555;
  font-weight: 700;
  text-align: right
}

.order-orderDetails .card .pdf i {
  padding-right: 5px;
  color: #555 !important
}

.order-orderDetails .card.transport + div:not(.transport) {
  margin-top: 30px
}

.order-orderDetails .card.transport .flight-header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #eee
}

.order-orderDetails .card.transport .flight-header .company {
  display: inline
}

@media only screen and (min-width: 768px) {
  .order-orderDetails .card.transport .flight-header .company {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
  }
}

.order-orderDetails .card.transport .flight-header .company .operated-by {
  font-size: 16px;
  line-height: 20px
}

@media only screen and (min-width: 768px) {
  .order-orderDetails .card.transport .flight-header .company .operated-by {
    margin-left: 10px
  }
}

.order-orderDetails .card.transport .flight-header .flight-ref {
  display: -webkit-flex;
  display: flex
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .card.transport .flight-header .flight-ref {
    display: inline;
    text-align: right
  }
}

.order-orderDetails .card.transport .flight-header .flight-ref .flight-ref-label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px
}

@media only screen and (min-width: 768px) {
  .order-orderDetails .card.transport .flight-header .flight-ref .flight-ref-value {
    margin: 0 0 0 10px;
    font-size: 16px;
    text-transform: uppercase
  }
}

.order-orderDetails .card.transport .header {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px
}

.order-orderDetails .card.transport .header:after, .order-orderDetails .card.transport .header:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: #e6e6e6;
  bottom: -34px
}

.order-orderDetails .card.transport .header:before {
  left: -33px
}

.order-orderDetails .card.transport .header:after {
  right: -33px
}

.order-orderDetails .card.transport .header > div {
  display: inline-block;
  width: 45%;
  vertical-align: middle
}

.order-orderDetails .card.transport .header > div.type {
  width: 10%;
  color: #a7a7a7;
  font-size: 48px;
  text-align: center
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .card.transport .header > div.type {
    font-size: 30px
  }
}

.order-orderDetails .card.transport .header > div.arrival > div {
  text-align: right;
  float: right;
  clear: right
}

.order-orderDetails .card.transport .header .city {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 80%;
  display: inline-block;
  margin-bottom: -8px
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .card.transport .header .city {
    font-size: 24px
  }
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .card.transport .header .airport {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 90%
  }
}

.order-orderDetails .card.transport .header .date-time-title {
  margin-top: 13px;
  font-size: 12px;
  color: #a7a7a7;
  text-transform: uppercase;
  font-weight: 700
}

.order-orderDetails .card.transport .header .date-time {
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 15px
}

.order-orderDetails .card.transport .header .date-time .spacer {
  margin: 0 1px
}

.order-orderDetails .card.transport .header .date-time .time {
  font-weight: 700
}

.order-orderDetails .card.transport .infos {
  overflow: hidden;
  padding: 14px 0 0
}

.order-orderDetails .card.transport .infos > div {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 64px
}

@media only screen and (min-width: 768px) {
  .order-orderDetails .card.transport .infos > div {
    padding: 5px 30px 5px 0
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .order-orderDetails .card.transport .infos > div {
    width: 25%
  }
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .card.transport .infos > div {
    width: 33%
  }
}

@media only screen and (max-width: 435px) {
  .order-orderDetails .card.transport .infos > div {
    width: 50%;
    height: 50px
  }
}

.order-orderDetails .card.transport .infos > div .label {
  font-size: 12px
}

.order-orderDetails .card.transport .infos .luggage {
  width: 40%
}

@media only screen and (min-width: 1025px) {
  .order-orderDetails .card.transport .infos.train {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

.order-orderDetails .card.transport .details.open .title {
  border-top: 0
}

.order-orderDetails .card.option {
  margin-top: 0 !important
}

.order-orderDetails .card.option h2 {
  color: #bd1343;
  font-weight: 700;
  text-transform: uppercase
}

.order-orderDetails .card.option .name {
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 5px
}

.order-orderDetails .card.option i {
  font-size: 14px;
  color: #bd1343
}

.order-orderDetails .card.option.attached {
  background-color: #f5f5f5 !important;
  border: 1px dashed #8a8a8a
}

.order-orderDetails .card.option.attached .name {
  margin-left: 0
}

.order-orderDetails .card.option.attached + .attached {
  border-top: none
}

.order-orderDetails .card.option.attached.withPrint {
  display: table;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.order-orderDetails .card.option.attached.withPrint .left-block, .order-orderDetails .card.option.attached.withPrint .pdf {
  display: table-cell;
  vertical-align: middle
}

.order-orderDetails .option-list {
  display: block;
  padding: 0 0 0 25px
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .option-list {
    padding-left: 0;
    padding-bottom: 1px
  }
}

.order-orderDetails .option-list .option-title {
  font-size: 14px;
  color: #555;
  font-weight: 700;
  margin-bottom: 10px
}

.order-orderDetails .option-list .option {
  margin-top: 5px !important;
  height: 90px;
  display: table;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff
}

.order-orderDetails .option-list .option > * {
  display: table-cell !important;
  vertical-align: middle
}

.order-orderDetails .option-list .option .icon-check2 {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  padding-right: 5px;
  width: 30px
}

.order-orderDetails .option-list .option .name {
  display: table-cell;
  vertical-align: middle;
  text-transform: none;
  font-size: 18px;
  line-height: 1;
  padding-left: 10px;
  padding-right: 20px
}

.order-orderDetails .details.open .detailsContainer .infos-content h3 .bold.big, .order-orderDetails .details.open .detailsContainer .title {
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 700
}

.order-orderDetails .details.open .detailsContainer .bloc-ref .bold.big, .order-orderDetails .details.open .detailsContainer table .table-head {
  text-transform: uppercase;
  font-weight: 700;
  color: #a7a7a7
}

.order-orderDetails .details.open .detailsContainer {
  display: block;
  text-align: left;
  margin-top: -10px;
  font-family: sans-serif;
  font-size: 13px
}

.order-orderDetails .details.open .detailsContainer .title {
  margin-bottom: 15px;
  padding-top: 44px;
  border-top: 0
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .details.open .detailsContainer .title {
    margin-bottom: 0
  }
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .details.open .detailsContainer table .table-head {
    display: none
  }
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .details.open .detailsContainer table td {
    display: block;
    padding: 2px 0
  }

  .order-orderDetails .details.open .detailsContainer table td + td:last-of-type {
    border-bottom: 1px dashed #a7a7a7;
    padding-bottom: 10px
  }
}

.order-orderDetails .details.open .detailsContainer table .italic {
  font-style: italic
}

.order-orderDetails .details.open .detailsContainer table .table-alert {
  height: auto
}

.order-orderDetails .details.open .detailsContainer table.passengers td {
  max-width: 120px;
  padding: 0 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .order-orderDetails .details.open .detailsContainer table.passengers td {
    max-width: 50px
  }
}

.order-orderDetails .details.open .detailsContainer .second-title {
  display: none
}

.order-orderDetails .details.open .detailsContainer .company {
  margin-bottom: 20px
}

.order-orderDetails .details.open .detailsContainer .bloc-ref {
  margin-bottom: 10px
}

.order-orderDetails .details.open .detailsContainer .bloc-ref .bold.big {
  display: block
}

.order-orderDetails .details.open .detailsContainer .infos-content {
  margin-top: 20px
}

.order-orderDetails .details.open .detailsContainer .infos-content h3 i {
  display: none
}

.order-orderDetails .details.open .detailsContainer .infos-content h3 .bold.big {
  display: block;
  margin: 20px 0 10px
}

.order-orderDetails .upsell {
  overflow: hidden;
  position: relative;
  margin: 40px 0 20px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .order-orderDetails .upsell {
    padding-right: 2px
  }
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .upsell {
    padding-left: 0;
    border-left: 0;
    margin: 20px 0 10px
  }
}

.order-orderDetails .upsell .upsell-top .upsell-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-right: 10px;
  text-align: left
}

.order-orderDetails .upsell .upsell-top .upsell-navigation {
  float: right;
  margin-top: -30px
}

.order-orderDetails .upsell .upsell-top .upsell-navigation.disabled {
  visibility: hidden
}

.order-orderDetails .upsell .upsell-top .upsell-navigation .upsell-pagination, .order-orderDetails .upsell .upsell-top .upsell-navigation a.bx-next, .order-orderDetails .upsell .upsell-top .upsell-navigation a.bx-prev {
  display: inline;
  font-weight: 700;
  letter-spacing: 1px;
  color: #666
}

.order-orderDetails .upsell .upsell-top .upsell-navigation .upsell-pagination {
  display: inline-block;
  margin: 0 10px;
  font-size: 12px
}

.order-orderDetails .upsell .upsell-top .upsell-navigation a.bx-next, .order-orderDetails .upsell .upsell-top .upsell-navigation a.bx-prev {
  font-size: 10px
}

.order-orderDetails .upsell .upsell-top .upsell-navigation a.bx-next.disabled, .order-orderDetails .upsell .upsell-top .upsell-navigation a.bx-prev.disabled {
  visibility: hidden
}

.order-orderDetails .upsell .upsell-slider .bx-viewport {
  height: auto !important
}

.order-orderDetails .upsell .upsell-slider .upsell-option-bloc {
  position: relative;
  float: left;
  max-width: 50%;
  font-family: Source Sans Pro, sans-serif
}

.order-orderDetails .upsell .upsell-slider .upsell-option-bloc img.upsell-option-picture {
  width: 100%;
  height: auto
}

.order-orderDetails .upsell .upsell-slider .upsell-option-bloc .expiry-date {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 5px;
  background: #f99b1c;
  color: #fff;
  font-size: 12px;
  text-align: right
}

.order-orderDetails .upsell .upsell-slider .upsell-option-bloc .upsell-option-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 35px 10px 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: linear-gradient(180deg, transparent, #000);
  color: #fff;
  text-align: left
}

.order-orderDetails .upsell .upsell-slider .upsell-option-bloc .upsell-option-title .option-type {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 18px;
  display: block
}

.order-orderDetails .signature {
  margin: 10px auto 40px;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 32px;
  font-style: italic;
  color: #555
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .signature {
    margin: 0 auto 50px;
    font-size: 18px;
    padding-top: 30px
  }
}

.order-orderDetails .card-block-stopover {
  margin-top: 17px;
  padding: 0 0 10px;
  position: relative
}

.order-orderDetails .card-block-stopover:before {
  content: "";
  position: absolute;
  left: -27px;
  top: 0;
  bottom: 0;
  border-left: 2px solid #e6e6e6;
  z-index: 1
}

.order-orderDetails .card-block-stopover:after {
  content: "";
  position: absolute;
  left: -27px;
  top: 0;
  bottom: 0;
  border-left: 2px dashed #a7a7a7;
  z-index: 2
}

.order-orderDetails .card-block-stopover__head {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 8px
}

.order-orderDetails .card-block-stopover__head:before {
  content: "";
  display: none
}

@media only screen and (min-width: 768px) {
  .order-orderDetails .card-block-stopover__head:before {
    display: block;
    width: 13px;
    height: 13px;
    background-color: #a7a7a7;
    border-radius: 100%;
    box-shadow: inset 0 0 0 2px #e6e6e6;
    border: 1px solid #a7a7a7;
    position: absolute;
    left: -33px;
    top: 4px;
    z-index: 3
  }
}

.order-orderDetails .card-block-stopover__content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .card-block-stopover__content {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

.order-orderDetails .card-block-stopover__badge {
  background-color: #bd1343;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  padding: 4px 10px 4px 7px;
  margin-right: 6px;
  text-transform: uppercase
}

.order-orderDetails .card-block-stopover__title {
  font-weight: 700
}

.order-orderDetails .card-block-stopover__title span {
  font-weight: 400;
  color: #666
}

.order-orderDetails .StopCard {
  background-color: #fff;
  border-top: 3px solid #bd1343;
  padding: 17px 20px 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%
}

@media only screen and (max-width: 767px) {
  .order-orderDetails .StopCard:first-child {
    margin-bottom: 10px
  }
}

@media only screen and (min-width: 768px) {
  .order-orderDetails .StopCard:first-child {
    margin-right: 10px
  }
}

.order-orderDetails .StopCard__head {
  margin-bottom: 8px
}

.order-orderDetails .StopCard__head .icon {
  color: #bd1343;
  font-size: 18px;
  margin-right: 10px;
  vertical-align: middle
}

.order-orderDetails .StopCard__head span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle
}

.order-orderDetails .StopCard__desc {
  font-size: 14px;
  line-height: 18px
}

.paxNumbers.opened {
  color: #bd1343
}

.paxNumbers.opened .icon-arrowDown {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media only screen and (max-width: 767px) {
  .paxNumbers.opened .icon-arrowDown {
    margin-top: -1px
  }
}

.pax.left-info {
  width: 230px;
  white-space: nowrap
}

@media only screen and (max-width: 767px) {
  .pax.left-info {
    width: 100%;
    white-space: normal
  }
}

#pax-popover {
  position: absolute;
  padding-top: 45px;
  margin-top: -40px;
  margin-left: -5px;
  border: 1px solid #e6e6e6
}

#pax-popover .popover-content {
  padding: 0 15px 20px;
  background: #fff
}

.pax-list {
  text-transform: uppercase
}

.pax-list .pax {
  margin-top: 10px
}

@media only screen and (min-width: 1025px) {
  .pax-list .pax {
    width: 220px
  }
}

.pax-list .pax-name {
  color: #666;
  line-height: 1
}

.pax-list .pax-birth, .pax-list .pax-pass {
  display: inline;
  color: #555;
  font-size: 11px;
  font-weight: 700
}

.close-pax {
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease-in
}

.open-pax {
  max-height: 1000px;
  transition: max-height .5s ease-out
}

.missingPassportDetails {
  color: #bd1343;
  text-decoration: underline
}

.OrderHeader {
  position: relative;
  z-index: 3
}

.OrderNavigation {
  line-height: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  /*-webkit-justify-content: space-between;*/
  /*justify-content: space-between;*/
  margin-top: -25px
}

.OrderStatut + .OrderNavigation {
  margin-top: 0
}

@media only screen and (min-width: 1025px) {
  .OrderNavigation {
    margin-top: 20px
  }
}

@media only screen and (max-width: 1024px) {
  .OrderNavigation {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

.OrderNavigation__subnav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 20px;
  margin-right: 20px;
  z-index: 1
}

.OrderNavigation__subnav .button, .OrderNavigation__subnav button {
  border-radius: 0;
  border: 1px solid #d3d3d3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

@media only screen and (max-width: 767px) {
  .OrderNavigation__subnav {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

@media only screen and (min-width: 1025px) {
  .OrderNavigation__subnav {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex: 0;
    flex: 0;
    margin-left: 0;
    margin-right: 0
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .OrderNavigation__subnav {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%
  }
}

@media only screen and (min-width: 768px) {
  .OrderNavigation__subnav > div:first-child .button, .OrderNavigation__subnav > div:first-child button {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
  }

  .OrderNavigation__subnav > div:last-child .button, .OrderNavigation__subnav > div:last-child button {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
  }
}

.OrderNavigation__subnav .cta_date, .OrderNavigation__subnav .cta_handle, .OrderNavigation__subnav .cta_pax {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  outline: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (min-width: 768px) {
  .OrderNavigation__subnav .cta_date, .OrderNavigation__subnav .cta_handle, .OrderNavigation__subnav .cta_pax {
    -webkit-flex: 1 0 33%;
    flex: 1 0 33%
  }
}

@media only screen and (max-width: 767px) {
  .OrderNavigation__subnav .cta_pax button {
    border-top: 1px dashed #eee;
    border-bottom: 0;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }

  .OrderNavigation__subnav .cta_pax:last-child {
    border-bottom: 1px solid #eee
  }

  .OrderNavigation__subnav .cta_date .button {
    border-bottom: none;
    text-align: left
  }

  .OrderNavigation__subnav .cta_handle button {
    border-top: 1px solid #eee;
    color: #666
  }
}

.OrderNavigation__subnav .cta_date {
  white-space: nowrap;
  color: #000;
  position: relative
}

.OrderNavigation__subnav .cta_date .button {
  text-align: left
}

@media only screen and (min-width: 768px) {
  .OrderNavigation__subnav .cta_date .button {
    border-right: 0
  }
}

.OrderNavigation__subnav .cta_date i {
  margin-right: 10px
}

.OrderNavigation__subnav .cta_date span {
  font-weight: 400
}

.OrderNavigation .button, .OrderNavigation button {
  width: 100%;
  height: 100%;
  color: #000;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (max-width: 767px) {
  .OrderNavigation .button, .OrderNavigation button {
    border: 1px solid #eee
  }
}

.OrderNavigation .button.noHover:hover, .OrderNavigation button.noHover:hover {
  border-color: #d3d3d3
}

@media only screen and (max-width: 767px) {
  .OrderNavigation .button.noHover:hover, .OrderNavigation button.noHover:hover {
    border-color: #eee
  }
}

@media only screen and (min-width: 1025px) {
  .OrderNavigation .button:hover, .OrderNavigation button:hover {
    border-top-color: #afafaf;
    border-bottom-color: #afafaf;
    border-left-color: #d3d3d3;
    border-right-color: #d3d3d3
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .OrderNavigation .button:hover, .OrderNavigation button:hover {
    border-color: #d3d3d3
  }
}

@media only screen and (max-width: 767px) {
  .OrderNavigation .button:hover, .OrderNavigation button:hover {
    border-color: #eee
  }
}

@media only screen and (max-width: 767px) {
  .OrderNavigation .button, .OrderNavigation button {
    font-size: 14px
  }
}

.OrderNavigation__btnContainer {
  display: -webkit-flex;
  display: flex
}

@media only screen and (max-width: 1024px) {
  .OrderNavigation__btnContainer {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

.OrderNavigation__navBtn {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 10px 0 0;
  margin: 0 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (min-width: 1025px) {
  .OrderNavigation__navBtn {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0 0 0 10px;
    margin: 0
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .OrderNavigation__navBtn {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%
  }
}

.OrderNavigation__navBtn .icon {
  color: #afafaf
}

@media only screen and (max-width: 767px) {
  .OrderNavigation__navBtn .button, .OrderNavigation__navBtn button {
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
  }
}

.Order .cta_handle .HandleResaPopin {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  z-index: 1031
}

.Order .cta_handle .HandleResaPopin .HandleResa__cta span {
  font-weight: 700
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .Order .cta_handle .HandleOrderDropdown__menu {
    min-width: 210px !important
  }
}

@media only screen and (min-width: 768px) {
  .Order .cta_handle .HandleOrderDropdown__button {
    border-left: 0
  }
}

.Order .cta_handle .HandleOrderDropdown .HandleResa__cta {
  min-width: 300px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .Order .cta_handle .HandleOrderDropdown .HandleResa__cta {
    width: 210px;
    min-width: 210px
  }
}

@media only screen and (max-width: 767px) {
  .Order .cta_handle .HandleOrderDropdown .HandleResa__cta {
    min-width: unset
  }
}

.Order .cta_handle .HandleResa__cta {
  border: 0;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 18px;
  border-bottom: 1px dashed #eee
}

.Order .cta_handle .HandleResa__cta span {
  display: block;
  font-size: 14px;
  color: #1d1d1d
}

.Order .cta_handle hr {
  margin: 0;
  background-color: #fff;
  border: 0;
  border-bottom: 1px dashed #eee
}

.Order .cta_formalities span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%
}

.Order .cta_formalities i {
  font-size: 14px
}

.Order .line-icon-angle-down, .Order .line-icon-angle-right, .Order .line-icon-angle-up {
  color: #afafaf
}

.Order .OrderDropdown {
  position: relative;
  height: 100%;
  width: 100%
}

.Order .OrderDropdown__button {
  position: relative;
  height: 100%;
  outline: none
}

.Order .OrderDropdown__button span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.Order .OrderDropdown__button:after {
  background: transparent;
  position: absolute;
  content: "";
  height: 3px;
  bottom: 0;
  right: 0;
  left: 0
}

.Order .OrderDropdown__menu {
  z-index: 1;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none
}

.Order .OrderDropdown.show .OrderDropdown__button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: #bd1343
}

.Order .OrderDropdown.show .OrderDropdown__button:after {
  background: #bd1343
}

.Order .OrderDropdown.show .OrderDropdown__button.mobile {
  border-bottom: none
}

.Order .OrderDropdown.show .OrderDropdown__menu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column
}

@media only screen and (min-width: 1025px) {
  .Order .OrderDropdown.show .OrderDropdown__menu {
    min-width: 400px
  }
}

@media only screen and (min-width: 768px) {
  .Order .OrderDropdown.show .OrderDropdown__menu {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .Order .OrderDropdown.show .OrderDropdown__menu {
    min-width: 375px
  }
}

.Order .OrderDropdown.show .OrderDropdown__menu.mobile {
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  margin-top: 0
}

@media only screen and (max-width: 767px) {
  .Order .OrderDropdown.show .OrderDropdown__menu.mobile {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee
  }
}

.Order .OrderDropdown.show .OrderDropdown__menu .OrderDropdown__item:not(:last-child) {
  border-bottom: 1px dashed #d3d3d3
}

@media only screen and (max-width: 767px) {
  .Order .OrderDropdown.show .OrderDropdown__menu .OrderDropdown__item:not(:last-child) {
    border-bottom: 1px dashed #eee
  }
}

.Order .PaxsDropdown .pax-numbers {
  margin-left: 4px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*overflow: hidden*/
}

.Order .PaxsDropdown .paxBlock {
  display: -webkit-flex;
  display: flex;
  width: 90%
}

@media only screen and (max-width: 767px) {
  .Order .PaxsDropdown .paxBlock {
    margin: 0
  }
}

.Order .PaxsDropdown .paxBlock .line-icon-user-friend {
  font-size: 16px;
  margin-left: -5px;
  margin-right: 5px
}

@media only screen and (max-width: 767px) {
  .Order .PaxsDropdown .paxBlock .line-icon-user-friend {
    margin-left: 0
  }
}

.Order .PaxsDropdown__button {
  display: -webkit-flex;
  display: flex;
  font-weight: 400
}

@media only screen and (max-width: 767px) {
  .Order .PaxsDropdown__button:after {
    background: transparent !important
  }
}

.Order .PaxsDropdown__menu.show {
  border-bottom: 0 !important
}

.Order .PaxsDropdown .HandleResa__cta {
  border: 0;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px dashed #eee
}

.Order .PaxsDropdown .HandleResa__cta:last-child {
  border-bottom: none
}

.Order .PaxsDropdown .HandleResa__cta .pax-info {
  text-transform: none;
  padding: 15px
}

.Order .PaxsDropdown .HandleResa__cta .pax-info .pax-type {
  height: 15px;
  color: #8a8a8a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 8px;
  text-transform: uppercase !important
}

.Order .PaxsDropdown .HandleResa__cta .pax-info .pax-personal-info {
  display: block;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  line-height: 20px
}

.Order .PaxsDropdown .HandleResa__cta .pax-info .pax-personal-info b {
  text-transform: capitalize
}

.Order .PaxsDropdown .HandleResa__cta .pax-info .pax-personal-info .pax-birthdate, .Order .PaxsDropdown .HandleResa__cta .pax-info .pax-personal-info .pax-passport {
  color: #666
}

.Order .PaxsDropdown .HandleResa__cta .pax-info .pax-personal-info .pax-birthdate .pop-in-passport, .Order .PaxsDropdown .HandleResa__cta .pax-info .pax-personal-info .pax-passport .pop-in-passport {
  text-decoration: underline;
  color: #bd1343
}

.Order .DocumentsDropdown {
  color: #1d1d1d
}

@media only screen and (max-width: 1024px) {
  .Order .DocumentsDropdown__button:after {
    background: transparent !important
  }
}

.Order .DocumentsDropdown__button i {
  margin-left: 10px;
  font-size: 14px
}

@media only screen and (min-width: 1025px) {
  .Order .DocumentsDropdown__menu {
    min-width: 240px !important
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .Order .DocumentsDropdown__menu {
    box-shadow: none !important
  }
}

.Order .DocumentsDropdown__item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: baseline;
  align-items: baseline;
  padding: 15px 15px 15px 20px;
  min-width: 240px;
  background-color: #fff
}

@media only screen and (max-width: 767px) {
  .Order .DocumentsDropdown__item {
    min-width: unset
  }
}

.Order .DocumentsDropdown__item.description {
  font-style: italic;
  font-size: 12px;
  border-bottom: 1px dashed #d3d3d3
}

@media only screen and (max-width: 767px) {
  .Order .DocumentsDropdown__item.description {
    font-size: 14px;
    padding-top: 0
  }
}

.Order .DocumentsDropdown__item i {
  min-width: 65px;
  text-align: right
}

.Order .DocumentsDropdown .line-icon-document-file, .Order .DocumentsDropdown .line-icon-web {
  color: #666
}

.Order .DocumentsDropdown .line-icon-document-file:after {
  content: "PDF";
  position: absolute;
  right: 32px;
  color: #666;
  font-family: Source Sans Pro;
  font-size: 12px;
  font-weight: 700
}

.Order .DocumentsDropdown .line-icon-web:after {
  content: attr(data-content);
  position: absolute;
  right: 32px;
  color: #666;
  font-family: Source Sans Pro;
  font-size: 12px;
  font-weight: 700
}

.Order .content-tabs {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  z-index: 2
}

@media only screen and (max-width: 767px) {
  .Order .content-tabs:not(.nativeApp) {
    top: 60px
  }
}

.Order .content-tabs .tabs {
  margin-top: 30px;
  text-align: left
}

.Order .content-tabs .tabs .tab {
  cursor: pointer;
  float: none;
  padding: 12px 0 10px;
  display: inline-block;
  min-width: 150px;
  font-size: 13px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  text-transform: uppercase
}

@media only screen and (max-width: 767px) {
  .Order .content-tabs .tabs .tab {
    min-width: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px
  }
}

@media only screen and (min-width: 768px) {
  .Order .content-tabs .tabs .tab {
    min-width: 200px;
    padding: 12px 0 20px;
    font-size: 14px
  }
}

.Order .content-tabs .tabs .tab.selected {
  border-bottom: 4px solid #bd1343;
  color: #bd1343
}

.Order .tabs {
  margin-top: 30px;
  text-align: left
}

@media only screen and (max-width: 767px) {
  .Order .tabs {
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
}

.Order .tabs .tab {
  cursor: pointer;
  float: none;
  padding-bottom: 15px;
  display: inline-block;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 18px;
  min-width: 150px
}

@media only screen and (max-width: 767px) {
  .Order .tabs .tab {
    min-width: 200px;
    padding: 12px 0 20px;
    font-size: 14px
  }
}

.Order .tabs .tab.selected {
  border-bottom: 4px solid #bd1343;
  color: #bd1343
}

.Order #Footer-help-block {
  max-width: 980px;
  margin: 20px auto 40px
}

@media only screen and (max-width: 767px) {
  .Order #Footer-help-block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

.Order #Footer-help-block .HandCBlock {
  background-color: #fff;
  padding: 20px;
  display: inline-block;
  margin-bottom: 24px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (max-width: 767px) {
  .Order #Footer-help-block .HandCBlock {
    margin-bottom: 1px;
    border-top: 1px solid #e6e6e6
  }
}

.Order #Footer-help-block .HandCBlock__header {
  text-align: left;
  margin-bottom: 10px
}

.Order #Footer-help-block .HandCBlock__header .icon-contactUs {
  font-size: 30px;
  margin-right: 10px;
  color: #bd1343;
  vertical-align: middle
}

.Order #Footer-help-block .HandCBlock__header__title {
  color: #1d1d1d;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 25px;
  vertical-align: middle
}

@media only screen and (min-width: 768px) {
  .Order #Footer-help-block .HandCBlock__header__title {
    font-size: 20px
  }
}

.Order #Footer-help-block .HandCBlock .info_body_block {
  display: -webkit-inline-flex;
  display: inline-flex
}

@media only screen and (max-width: 767px) {
  .Order #Footer-help-block .HandCBlock .info_body_block {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0
  }
}

.Order #Footer-help-block .HandCBlock .info_body_block .body_text {
  text-align: left;
  font-family: Source Sans Pro, sans-serif;
  color: #666;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center
}

@media only screen and (max-width: 767px) {
  .Order #Footer-help-block .HandCBlock .info_body_block .body_text {
    color: #000
  }
}

.Order #Footer-help-block .HandCBlock .info_body_block .button_help {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 133px;
  background-color: #8a8a8a;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-family: Source Sans Pro, sans-serif;
  border-radius: 2px;
  margin-left: 46px;
  height: 45px;
  line-height: 45px;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto
}

.Order #Footer-help-block .HandCBlock .info_body_block .button_help a {
  color: #fff
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .Order #Footer-help-block .HandCBlock .info_body_block .button_help {
    width: 200px
  }
}

@media only screen and (max-width: 767px) {
  .Order #Footer-help-block .HandCBlock .info_body_block .button_help {
    width: 181px;
    margin: 20px auto 10px
  }
}

.Order #Footer-help-block .AppBlock {
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  width: 100%
}

@media only screen and (max-width: 767px) {
  .Order #Footer-help-block .AppBlock {
    display: block
  }
}

.Order #Footer-help-block .AppBlock .body_text {
  width: 70%;
  padding: 20px;
  text-align: left;
  margin-bottom: 15px;
  margin-right: 23px
}

@media only screen and (max-width: 767px) {
  .Order #Footer-help-block .AppBlock .body_text {
    width: auto;
    margin-bottom: 0;
    text-align: justify
  }
}

.Order #Footer-help-block .AppBlock .body_text > div {
  margin: 21px 0
}

.Order #Footer-help-block .AppBlock .body_text > div:first-child {
  margin-top: 0
}

.Order #Footer-help-block .AppBlock .body_text > div:last-child {
  margin-bottom: 0
}

@media only screen and (max-width: 767px) {
  .Order #Footer-help-block .AppBlock .body_text > div {
    margin: 21px 0 0
  }
}

.Order #Footer-help-block .AppBlock .body_text .AppBlock__header .line-icon-device {
  margin-right: 15px;
  font-size: 24px;
  color: #bd1343;
  vertical-align: middle
}

.Order #Footer-help-block .AppBlock .body_text .AppBlock__header__title {
  color: #1d1d1d;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 25px;
  vertical-align: middle
}

@media only screen and (min-width: 768px) {
  .Order #Footer-help-block .AppBlock .body_text .AppBlock__header__title {
    font-size: 20px
  }
}

.Order #Footer-help-block .AppBlock .body_text .AppBlock__info__text {
  color: #666
}

@media only screen and (max-width: 767px) {
  .Order #Footer-help-block .AppBlock .body_text .AppBlock__info__text {
    color: #000
  }
}

.Order #Footer-help-block .AppBlock .body_text .AppBlock__form.mobile {
  display: none
}

.Order #Footer-help-block .AppBlock .body_text .AppBlock__form #text-me-the-app-footer {
  display: -webkit-flex;
  display: flex
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .Order #Footer-help-block .AppBlock .body_text .AppBlock__form #text-me-the-app-footer {
    display: inline-block
  }
}

.Order #Footer-help-block .AppBlock .body_text .AppBlock__form #text-me-the-app-footer .ph_content {
  width: 47%;
  line-height: 0
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .Order #Footer-help-block .AppBlock .body_text .AppBlock__form #text-me-the-app-footer .ph_content {
    width: 100%
  }
}

.Order #Footer-help-block .AppBlock .body_text .AppBlock__form #text-me-the-app-footer .ph_content .text-content {
  color: #1d1d1d;
  height: 36px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  line-height: 18px
}

.Order #Footer-help-block .AppBlock .body_text .AppBlock__form #text-me-the-app-footer #text-me-the-app-form {
  margin-top: 0;
  height: 40px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .Order #Footer-help-block .AppBlock .body_text .AppBlock__form #text-me-the-app-footer #text-me-the-app-form {
    margin-top: 15px;
    float: left
  }
}

.Order #Footer-help-block .AppBlock .body_text .AppBlock__form #text-me-the-app-footer #text-me-the-app-form .form-container {
  line-height: 35px;
  margin: 0;
  height: 100%;
  border: 1px solid #d3d3d3;
  border-radius: 2px 0 0 2px
}

.Order #Footer-help-block .AppBlock .body_text .AppBlock__form #text-me-the-app-footer #text-me-the-app-form .form-container .input-left {
  background-color: #fff;
  height: 100%
}

.Order #Footer-help-block .AppBlock .body_text .AppBlock__form #text-me-the-app-footer #text-me-the-app-form .form-container .input-left #flag-select {
  width: 65px;
  height: 100%;
  background-color: #eee;
  border-right: 1px solid #d3d3d3
}

.Order #Footer-help-block .AppBlock .body_text .AppBlock__form #text-me-the-app-footer #text-me-the-app-form .form-container .input-left #flag-select #languages-menu-active-tmta .languages-menu-flag-tmta {
  width: 24px;
  margin-top: 11px
}

.Order #Footer-help-block .AppBlock .body_text .AppBlock__form #text-me-the-app-footer #text-me-the-app-form .form-container .input-left #flag-select i {
  border-top-color: #666 !important
}

.Order #Footer-help-block .AppBlock .body_text .AppBlock__form #text-me-the-app-footer #text-me-the-app-form .form-container .input-left #flag-select #languages-menu-list-tmta {
  display: none;
  width: 145px;
  top: 40px;
  position: absolute;
  background: #fff;
  border: 1px solid #666;
  padding: 6px 0;
  z-index: 1
}

.Order #Footer-help-block .AppBlock .body_text .AppBlock__form #text-me-the-app-footer #text-me-the-app-form .form-container .input-left #flag-select #languages-menu-list-tmta li:hover {
  color: #666
}

.Order #Footer-help-block .AppBlock .body_text .AppBlock__form #text-me-the-app-footer #text-me-the-app-form .form-container #tel-prefix {
  margin-left: 10px;
  margin-top: 2px;
  color: #555
}

.Order #Footer-help-block .AppBlock .body_text .AppBlock__form #text-me-the-app-footer #text-me-the-app-form .form-container #contact-form-phone {
  color: #555;
  left: 25px;
  margin-left: -30px;
  position: relative;
  width: 110px;
  line-height: 1.5;
  height: 100%
}

.Order #Footer-help-block .AppBlock .body_text .AppBlock__form #text-me-the-app-footer #text-me-the-app-form .input-right {
  width: 94px
}

.Order #Footer-help-block .AppBlock .body_text .AppBlock__form #text-me-the-app-footer #text-me-the-app-form .input-right .btn {
  height: 38px;
  background-color: #8a8a8a;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0 2px 2px 0
}

.Order #Footer-help-block .AppBlock .body_text .AppBlock__form #text-me-the-app-footer #text-me-the-app-form .form-error {
  display: -webkit-inline-flex;
  display: inline-flex
}

.Order #Footer-help-block .Body__image {
  padding-top: 17px
}

.Order #Footer-help-block .Body__image.mobile {
  display: none
}

.Order #Footer-help-block .Body__image__phone {
  height: 100%
}

.Order .content-prepare {
  padding: 30px 0 0
}

.Order .content-prepare > div {
  margin-bottom: 38px
}

@media only screen and (max-width: 1024px) {
  .Order .content-prepare {
    border-top: 1px solid #e6e6e6
  }
}

.Order #CustomerRequest__Bloc .content-background {
  padding: 10px 0
}

.Order .Messaging__light {
  padding-top: 30px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .Order .Messaging__light {
    padding: 30px 20px 0
  }
}

@media only screen and (max-width: 767px) {
  .Order .Messaging__light {
    padding-bottom: 10px
  }
}

.Order .Messaging__light .TicketList__header {
  line-height: 1.2;
  height: 50px;
  margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
  .Order .Messaging__light .TicketList__header {
    height: 30px
  }
}

.Order .Messaging__light .TicketList__title {
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
  .Order .Messaging__light .TicketList__title {
    margin-left: 20px
  }
}

.Order .Messaging__light .TicketList__subtitle {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
  .Order .Messaging__light .TicketList__subtitle {
    margin-left: 20px
  }
}

.Order .Messaging__light .TicketList .TicketSummary {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  background-color: #fff;
  -webkit-flex: auto;
  flex: auto;
  margin-bottom: 10px;
  padding: 15px 15px 15px 25px;
  position: relative
}

@media only screen and (max-width: 767px) {
  .Order .Messaging__light .TicketList .TicketSummary {
    -webkit-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin: 11px 18px 12px
  }
}

.Order .Messaging__light .TicketList .TicketSummary__header {
  padding: 5px
}

.Order .Messaging__light .TicketList .TicketSummary__subject {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 80%;
  font-weight: 700
}

.Order .Messaging__light .TicketList .TicketSummary i.notification:after {
  display: block;
  position: absolute;
  content: "\2022";
  width: 10px;
  height: 10px;
  top: 24px;
  left: 10px;
  border-radius: 50%;
  background-color: #bd1343;
  color: transparent;
  text-indent: -9999px
}

.Order .Messaging__light .TicketList .TicketSummary:hover .TicketSummary__icon {
  right: 10px
}

.Order .Messaging__light .TicketList .TicketSummary__icon {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: right .15s ease;
  font-size: 16px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .Order .NewHelpAndContact {
    padding: 0 20px
  }
}

@media only screen and (max-width: 767px) {
  .Order .NewHelpAndContact {
    -webkit-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin: 0 20px 12px
  }
}

.Order .NewHelpAndContact__subtitle {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px
}

.Order .NewHelpAndContact__header {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex
}

@media only screen and (max-width: 767px) {
  .Order .NewHelpAndContact__header {
    display: -ms-grid;
    display: grid
  }
}

.Order .NewHelpAndContact h2 {
  margin-bottom: 10px
}

.Order .NewHelpAndContact__icon {
  height: 30px;
  margin-right: 10px
}

@media only screen and (max-width: 767px) {
  .Order .NewHelpAndContact__icon {
    height: 50px;
    margin: auto
  }
}

.Order .NewHelpAndContact__header__title {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px
}

@media only screen and (max-width: 767px) {
  .Order .NewHelpAndContact__header__title {
    margin: 10px 27px;
    text-align: center
  }
}

@media only screen and (min-width: 768px) {
  .Order .NewHelpAndContact__header__title {
    margin-top: 5px
  }
}

.Order .NewHelpAndContact__info {
  margin-right: 60px
}

@media only screen and (max-width: 767px) {
  .Order .NewHelpAndContact__info {
    margin: auto;
    text-align: center;
    width: 93%
  }
}

.Order .NewHelpAndContact__info > span {
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  max-width: 100%;
  color: #666
}

.Order .NewHelpAndContact__block {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 20px;
  display: -webkit-flex;
  display: flex
}

@media only screen and (max-width: 767px) {
  .Order .NewHelpAndContact__block {
    display: -ms-grid;
    display: grid;
    padding-bottom: 30px
  }
}

.Order .NewHelpAndContact .button {
  width: 28%;
  margin-top: 35px
}

@media only screen and (max-width: 767px) {
  .Order .NewHelpAndContact .button {
    width: auto;
    margin-top: 20px
  }
}

.Order .NewHelpAndContact .button > a {
  color: #fff
}

.Order .OrderStatut {
  position: relative;
  display: -webkit-flex;
  display: flex;
  margin: -25px 20px 20px;
  background-color: #fff;
  line-height: 20px;
  border-radius: 2px;
  border: 1px solid #eee;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (min-width: 768px) {
  .Order .OrderStatut {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    padding: 18px 20px
  }
}

@media only screen and (max-width: 767px) {
  .Order .OrderStatut {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 15px 15px 0;
    margin-bottom: 10px
  }
}

.Order .OrderStatut__header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media only screen and (min-width: 768px) {
  .Order .OrderStatut__header {
    -webkit-flex: 0 0 30%;
    flex: 0 0 30%;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

.Order .OrderStatut__header__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px
}

@media only screen and (max-width: 767px) {
  .Order .OrderStatut__header__title {
    font-size: 12px;
    color: #afafaf
  }
}

.Order .OrderStatut__header__notifNumber {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #bd1343;
  line-height: 14px;
  margin-top: 2px;
  margin-left: 10px;
  color: #fff;
  font-size: 12px;
  text-align: center
}

.Order .OrderStatut hr {
  margin: 0 10px;
  width: 1px;
  border: 0;
  background-color: #d8d8d8
}

@media only screen and (max-width: 767px) {
  .Order .OrderStatut hr {
    display: none
  }
}

.Order .OrderStatut__main {
  display: -webkit-flex;
  display: flex
}

@media only screen and (min-width: 768px) {
  .Order .OrderStatut__main {
    padding-left: 20px;
    -webkit-flex: 0 1 68%;
    flex: 0 1 68%
  }
}

.Order .OrderStatut__main .OrderNotificationList {
  width: 100%
}

.Order .OrderStatut__main .OrderNotificationList .OrderNotification:not(:last-child) {
  border-bottom: 1px dashed #eee
}

@media only screen and (min-width: 768px) {
  .Order .OrderStatut__main .OrderNotificationList .OrderNotification:not(:last-child) {
    padding-bottom: 20px
  }

  .Order .OrderStatut__main .OrderNotificationList .OrderNotification:not(:first-child) {
    padding-top: 20px
  }
}

.Order .OrderStatut__main .OrderNotificationList .OrderNotification__title {
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: left
}

.Order .OrderStatut__main .OrderNotificationList .OrderNotification__title span {
  display: inline-block
}

.Order .OrderStatut__main .OrderNotificationList .OrderNotification__showMore {
  color: #8a8a8a
}

@media only screen and (max-width: 767px) {
  .Order .OrderStatut__main .OrderNotificationList .OrderNotification__showMore {
    font-size: 0;
    color: #fff
  }
}

.Order .OrderStatut__main .OrderNotificationList .OrderNotification__showMore i {
  margin-left: 5px;
  font-size: 16px;
  color: #afafaf
}

.Order .OrderStatut__main .OrderNotificationList .OrderNotification__dropDownContainer {
  display: -webkit-flex;
  display: flex;
  width: 130px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

@media only screen and (max-width: 767px) {
  .Order .OrderStatut__main .OrderNotificationList .OrderNotification__cta {
    margin-top: 20px
  }
}

.Order .OrderStatut__main .OrderNotificationList .OrderNotification__cta button {
  min-width: 90px
}

@media only screen and (min-width: 768px) {
  .Order .OrderStatut__main .OrderNotificationList .OrderNotification__text {
    padding-right: 20px
  }
}

.Order .OrderStatut__main .OrderNotificationList .OrderNotificationDropdown__button {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  border: 0;
  padding: 15px 0;
  line-height: 16px
}

@media only screen and (min-width: 768px) {
  .Order .OrderStatut__main .OrderNotificationList .OrderNotificationDropdown__button {
    padding: 0
  }
}

.Order .OrderStatut__main .OrderNotificationList .OrderNotificationDropdown__button:after {
  background: transparent
}

.Order .OrderStatut__main .OrderNotificationList .OrderNotificationDropdown__menu {
  border: 0 !important;
  box-shadow: none
}

@media only screen and (max-width: 767px) {
  .Order .OrderStatut__main .OrderNotificationList .OrderNotificationDropdown__menu {
    padding-bottom: 15px
  }
}

@media only screen and (min-width: 768px) {
  .Order .OrderStatut__main .OrderNotificationList .OrderNotificationDropdown__menu {
    padding-top: 15px;
    color: #666
  }
}

@media only screen and (min-width: 768px) {
  .Order .OrderStatut__main .OrderNotificationList .OrderNotificationDropdown__menu.show {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

.Order .OrderStatut__main .OrderNotificationList .OrderNotification__cancel {
  padding: 0;
  width: 80%;
  min-width: 80%
}

.Order .slick-next, .Order .slick-prev {
  z-index: 1;
  position: absolute;
  display: block;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  border: none;
  outline: none;
  opacity: 1;
  background-color: rgba(0, 0, 0, .5);
  height: 40px;
  margin-top: -20px;
  width: 40px;
  line-height: 40px;
  font-size: 25px
}

.Order .slick-next:focus, .Order .slick-next:hover, .Order .slick-prev:focus, .Order .slick-prev:hover {
  opacity: 1;
  outline: none;
  background: #1d1d1d;
  color: transparent
}

.Order .slick-next:focus:before, .Order .slick-next:hover:before, .Order .slick-prev:focus:before, .Order .slick-prev:hover:before {
  opacity: 1
}

.Order .slick-next.slick-disabled:before, .Order .slick-prev.slick-disabled:before {
  opacity: .25
}

.Order .slick-next:before, .Order .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.Order .slick-prev {
  left: 0
}

[dir=rtl] .Order .slick-prev {
  left: auto;
  right: 0
}

.Order .slick-prev:before {
  content: "\E60B";
  font-family: vpgseticon
}

[dir=rtl] .Order .slick-prev:before {
  content: "\E60A"
}

.Order .slick-next {
  right: 0
}

[dir=rtl] .Order .slick-next {
  left: 0;
  right: auto
}

.Order .slick-next:before {
  content: "\E60A";
  font-family: vpgseticon
}

[dir=rtl] .Order .slick-next:before {
  content: "\E60B"
}

.Order .slick-dotted.slick-slider {
  margin-bottom: 30px
}

.Order .slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%
}

.Order .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.Order .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer
}

.Order .slick-dots li button:focus, .Order .slick-dots li button:hover {
  outline: none
}

.Order .slick-dots li button:focus:before, .Order .slick-dots li button:hover:before {
  opacity: 1
}

.Order .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.Order .slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75
}

.Order .slick-slider {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden
}

.Order .slick-slider .slick-track {
  display: -webkit-flex;
  display: flex
}

.Order .slick-slider .slick-track:after, .Order .slick-slider .slick-track:before {
  display: none
}

.Order .slick-slider .slick-track .slick-slide {
  width: auto !important;
  height: 100%;
  padding: 0 15px;
  outline: none;
  float: none
}

.Order .slick-slider .slick-track .slick-slide div {
  outline: none
}

.Order .slick-slider .slick-track .slick-slide > div > div {
  display: -webkit-flex !important;
  display: flex !important
}

.Order .slick-slider .slick-list {
  padding-left: 0 !important
}

.Order .slick-slider .slick-arrow {
  top: 5px;
  margin-top: 8px;
  height: 354px;
  -webkit-transform: none;
  transform: none;
  background: rgba(0, 0, 0, .1);
  line-height: 1
}

.Order .slick-slider .slick-arrow:hover {
  background: rgba(0, 0, 0, .3)
}

.Order .slick-slider .slick-arrow:after, .Order .slick-slider .slick-arrow:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.Order .slick-slider .slick-arrow.slick-prev {
  left: 14px
}

.Order .slick-slider .slick-arrow.slick-next {
  right: 14px
}

.Order .slick-slider .slick-disabled.slick-next, .Order .slick-slider .slick-disabled.slick-prev {
  display: none !important
}

.Order .slick-slider .slick-disabled.slick-next, .Order .slick-slider .slick-disabled.slick-next:hover {
  background-color: rgba(0, 0, 0, .05)
}

.Order .SliderFreescroll {
  display: -webkit-flex;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  min-width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.Order .SliderFreescroll::-webkit-scrollbar {
  display: none
}

.Order .SliderFreescroll--moreThanMin {
  padding-right: 30px
}

.Order .SliderFreescroll * {
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.Order .SliderFreescroll > div:first-child {
  margin-left: 10px
}

.Order .SliderFreescroll > div:last-child {
  margin-right: 10px
}

@media only screen and (max-width: 1024px) {
  .Order .OrderCompleteSlider, .Order .OrderMobilitySlider {
    overflow: hidden
  }
}

.Order .OrderCompleteSlider__title, .Order .OrderMobilitySlider__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: Georgia;
  font-style: italic
}

@media only screen and (max-width: 1024px) {
  .Order .OrderCompleteSlider__title, .Order .OrderMobilitySlider__title {
    padding-left: 20px;
    margin-bottom: 15px
  }
}

.Order .OrderPrepareSlide {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 380px;
  border-radius: 2px
}

@media only screen and (max-width: 767px) {
  .Order .OrderPrepareSlide {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex: 0 0 258px;
    flex: 0 0 258px;
    height: 312px
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .Order .OrderPrepareSlide {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex: 0 0 326px;
    flex: 0 0 326px;
    height: 375px
  }
}

.Order .OrderPrepareSlide__content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
  width: 307px;
  height: 354px;
  cursor: pointer
}

@media only screen and (max-width: 767px) {
  .Order .OrderPrepareSlide__content {
    min-width: 238px;
    width: 238px;
    height: 310px
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .Order .OrderPrepareSlide__content {
    min-width: 306px;
    width: 306px;
    height: 355px
  }
}

.Order .OrderPrepareSlide__content__title {
  height: 85px;
  padding: 0 20px
}

@media only screen and (max-width: 767px) {
  .Order .OrderPrepareSlide__content__title {
    height: 70px
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .Order .OrderPrepareSlide__content__title {
    height: 80px
  }
}

.Order .OrderPrepareSlide__content__title .option-type {
  display: inline-block;
  margin-bottom: 10px;
  padding: 1px 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-radius: 2px;
  background-color: #9b9b9b
}

@media only screen and (max-width: 767px) {
  .Order .OrderPrepareSlide__content__title .option-type {
    margin-bottom: 5px;
    padding: 0 5px;
    font-size: 10px
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .Order .OrderPrepareSlide__content__title .option-type {
    padding: 0 2px;
    font-size: 14px
  }
}

.Order .OrderPrepareSlide__content__title .option-title {
  font-weight: 700;
  font-size: 16px;
  color: #000
}

@media only screen and (max-width: 767px) {
  .Order .OrderPrepareSlide__content__title .option-title {
    font-size: 14px
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .Order .OrderPrepareSlide__content__title .option-title {
    font-size: 16px
  }
}

.Order .OrderPrepareSlide__content button {
  width: 100%;
  border-radius: 0 0 2px 2px;
  padding-top: 15px;
  padding-bottom: 15px
}

@media only screen and (min-width: 1025px) {
  .Order .OrderPrepareSlide__content button {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

@media only screen and (max-width: 1024px) {
  .Order .prestation .InsurancePremium-block {
    margin-left: 20px
  }
}

.Order .prestation .InsurancePremium-block__title {
  height: 22px;
  width: 229px;
  color: #000;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 20px;
  font-style: italic;
  line-height: 22px
}

@media only screen and (max-width: 767px) {
  .Order .prestation .InsurancePremium-block__title {
    font-size: 18px
  }
}

.Order .prestation .InsurancePremium-block .option-insurancePremium {
  margin-top: 20px;
  width: 307px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2)
}

@media only screen and (max-width: 767px) {
  .Order .prestation .InsurancePremium-block .option-insurancePremium {
    width: 238px
  }
}

.Order .prestation .InsurancePremium-block .option-insurancePremium .insuranceBlock:hover {
  cursor: pointer
}

.Order .prestation .InsurancePremium-block .option-insurancePremium .insuranceBlock__info {
  padding: 20px
}

.Order .prestation .InsurancePremium-block .option-insurancePremium .insuranceBlock__info__header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column
}

.Order .prestation .InsurancePremium-block .option-insurancePremium .insuranceBlock__info__header__tag {
  height: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 4px;
  color: #fff;
  background-color: #8a8a8a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .31px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-radius: 2px
}

@media only screen and (max-width: 767px) {
  .Order .prestation .InsurancePremium-block .option-insurancePremium .insuranceBlock__info__header__tag {
    height: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .22px;
    line-height: 14px
  }
}

.Order .prestation .InsurancePremium-block .option-insurancePremium .insuranceBlock__info__header__title {
  height: 20px;
  width: 208px;
  color: #1d1d1d;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 13px
}

@media only screen and (max-width: 767px) {
  .Order .prestation .InsurancePremium-block .option-insurancePremium .insuranceBlock__info__header__title {
    font-size: 18px
  }
}

.Order .prestation .InsurancePremium-block .option-insurancePremium .insuranceBlock__info__body li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
  .Order .prestation .InsurancePremium-block .option-insurancePremium .insuranceBlock__info__body li li:not(:last-child) {
    margin-bottom: 10px
  }
}

.Order .prestation .InsurancePremium-block .option-insurancePremium .insuranceBlock__info__body li span {
  margin-left: 10px
}

.Order .prestation .InsurancePremium-block .option-insurancePremium .insuranceBlock__footer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 54px;
  width: 307px;
  border-radius: 0 0 2px 2px;
  background-color: #bd1343;
  font-weight: 700;
  color: #fff
}

@media only screen and (max-width: 767px) {
  .Order .prestation .InsurancePremium-block .option-insurancePremium .insuranceBlock__footer {
    width: 238px
  }
}

.Order .prestation .InsurancePremium-block .option-insurancePremium .insuranceBlock__footer button {
  height: 100%
}

.download-app h2 {
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  font-size: 24px;
  line-height: 1
}

.download-app em {
  display: block;
  margin: 10px 0;
  color: #bd1343;
  font-size: 35px;
  font-weight: 700
}

.download-app #stores {
  width: 40%;
  margin-left: auto;
  margin-right: auto
}

@media only screen and (max-width: 767px) {
  .download-app #stores {
    width: 100%
  }

  .download-app #stores .icon-document, .download-app #stores .line-icon-web {
    color: #666
  }

  .download-app #stores .icon-document:after {
    content: "PDF";
    position: absolute;
    right: 32px;
    color: #666;
    font-family: Source Sans Pro, sans-serif;
    font-size: 12px;
    font-weight: 700
  }

  .download-app #stores .store-logo {
    display: block;
    margin: 20px auto;
    width: 40%
  }

  .download-app #stores hr {
    background-color: #e6e6e6;
    height: 1px;
    border: 0
  }
}

@media only screen and (max-width: 767px) {
  header {
    border-bottom: 1px solid #eee
  }
}

.SpecialRequests {
  padding: 20px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .SpecialRequests {
    padding-left: 20px;
    padding-right: 20px
  }
}

@media only screen and (min-width: 1025px) {
  .SpecialRequests {
    padding: 2px 0 0
  }
}

.SpecialRequests__title {
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 22px
}

@media only screen and (min-width: 1025px) {
  .SpecialRequests__title {
    font-size: 24px;
    line-height: 27px
  }
}

.SpecialRequests__subtitle {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 10px
}

.SpecialRequests .SpecialRequestsCreation {
  display: block;
  margin-bottom: 10px
}

@media only screen and (min-width: 768px) {
  .SpecialRequests .SpecialRequestsCreation {
    display: -webkit-flex;
    display: flex
  }
}

.SpecialRequests .SpecialRequestsCreation__leftBlock {
  background-color: #f8f8f8;
  -webkit-flex: 0 0 280px;
  flex: 0 0 280px;
  padding: 30px 30px 0
}

@media only screen and (max-width: 767px) {
  .SpecialRequests .SpecialRequestsCreation__leftBlock {
    background-color: #fff;
    padding: 30px 30px 10px
  }
}

@media only screen and (min-width: 768px) {
  .SpecialRequests .SpecialRequestsCreation__leftBlock {
    padding: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

.SpecialRequests .SpecialRequestsCreation__rightBlock {
  background-color: #fff;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 30px
}

@media only screen and (min-width: 1025px) {
  .SpecialRequests .SpecialRequestsCreation__rightBlock {
    padding: 30px 40px
  }
}

.SpecialRequests .SpecialRequestsCreation__littleTitle {
  text-align: center;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  padding-bottom: 5px
}

.SpecialRequests .SpecialRequestsCreation__text {
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  max-width: 100%;
  color: #666
}

.SpecialRequests .SpecialRequestsCreation__iconService {
  padding-bottom: 30px;
  padding-top: 8px
}

@media only screen and (max-width: 767px) {
  .SpecialRequests .SpecialRequestsCreation__iconService {
    display: block;
    margin: auto
  }
}

.SpecialRequests .SpecialRequestsList__block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  background-color: #fff;
  -webkit-flex: auto;
  flex: auto;
  margin-bottom: 10px;
  padding: 30px
}

@media only screen and (max-width: 767px) {
  .SpecialRequests .SpecialRequestsList__block {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    height: unset
  }
}

.SpecialRequests .SpecialRequestsList__column {
  background-color: #fff;
  -webkit-flex: auto;
  flex: auto;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%
}

@media only screen and (max-width: 767px) {
  .SpecialRequests .SpecialRequestsList__column {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media only screen and (min-width: 1025px) {
  .SpecialRequests .SpecialRequestsList__column {
    padding: 0 10px
  }
}

.SpecialRequests .SpecialRequestsList__column:first-child {
  padding-left: 0
}

@media only screen and (min-width: 768px) {
  .SpecialRequests .SpecialRequestsList__column:first-child {
    width: 70%
  }
}

@media only screen and (max-width: 767px) {
  .SpecialRequests .SpecialRequestsList__column:last-child {
    margin-bottom: 0
  }
}

@media only screen and (min-width: 768px) {
  .SpecialRequests .SpecialRequestsList__column:last-child {
    padding-right: 0
  }
}

@media only screen and (max-width: 767px) {
  .SpecialRequests .SpecialRequestsList__column {
    -webkit-flex: 0 0 10px;
    flex: 0 0 10px;
    margin-bottom: 10px
  }
}

.SpecialRequests .SpecialRequestsList__boldText {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 5px
}

@media only screen and (max-width: 767px) {
  .SpecialRequests .SpecialRequestsList__boldText {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
}

.SpecialRequests .SpecialRequestsList__text {
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 5px;
  color: #666;
  word-break: break-word
}

@media only screen and (max-width: 767px) {
  .SpecialRequests .SpecialRequestsList__text {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    padding-left: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
}

.SpecialRequests .SpecialRequestsForm .FormInput {
  margin-bottom: 20px;
  display: block
}

.SpecialRequests .SpecialRequestsForm .special-requests-form {
  position: relative
}

.SpecialRequests .SpecialRequestsForm .special-requests-form .observable {
  margin: 25px auto
}

.SpecialRequests .SpecialRequestsForm .special-requests-form .observable:empty, .SpecialRequests .SpecialRequestsForm .special-requests-form .subForm h3 {
  display: none
}

.SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm > div {
  width: 49%;
  margin-bottom: 20px
}

.SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm > div.col-100, .SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm > div .col-100, .SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm > div:last-of-type {
  width: 100%
}

@media only screen and (max-width: 767px) {
  .SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm {
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm > div {
    width: 100%;
    margin-bottom: 20px
  }
}

.SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm .alwaysAbove {
  z-index: 9999
}

@media only screen and (min-width: 768px) {
  .SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm .alwaysAbove {
    width: 49% !important
  }
}

.SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm .tableRow > .label {
  display: block;
  opacity: .9;
  font-weight: 700
}

.SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm .tableRow > .FormInput {
  margin-top: 8px
}

.SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm .tableRow > .FormInput > input, .SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm .tableRow > .FormInput > select, .SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm .tableRow > .FormInput > textarea {
  background-color: #fff;
  height: 44px;
  width: 100%;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
  padding-left: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (min-width: 1025px) {
  .SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm .tableRow > .FormInput > input, .SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm .tableRow > .FormInput > select, .SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm .tableRow > .FormInput > textarea {
    font-size: 14px
  }
}

.SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm .tableRow > .FormInput > input, .SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm .tableRow > .FormInput > textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm .tableRow > .FormInput > textarea {
  height: 120px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm .tableRow > .FormInput > textarea {
    width: 25%
  }
}

@media only screen and (min-width: 1025px) {
  .SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm .tableRow > .FormInput > textarea {
    height: 100px
  }
}

.SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm .tableRow > .FormInput > select:not([multiple]) {
  position: relative;
  width: 100%;
  height: 44px;
  padding-right: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij4gIDxwYXRoIGZpbGw9IiM2NjYiIGQ9Ik0xMS4yOSAxNS43MWExIDEgMCAwIDAgMS40MSAwbDYtNmExIDEgMCAwIDAtMS40MS0xLjQxTDEyIDEzLjU4IDYuNzEgOC4yOWExIDEgMCAwIDAtMS40MiAxLjQybDUuOTIgNS45M3oiLz48L3N2Zz4=") no-repeat right 9px center
}

.SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm .tableRow > .FormInput > select:not([multiple])::-ms-expand {
  display: none
}

@media only screen and (max-width: 767px) {
  .SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm .tableRow > .FormInput > select:not([multiple]) {
    font-size: 14px;
    color: #666
  }
}

.SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm .tableRow > .FormInput .formErrorField {
  border: 1px solid #bd1343
}

.SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm .tableRow.unfloated select {
  float: none
}

@media only screen and (min-width: 1025px) {
  .SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm .tableRow.wish {
    width: 400px
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .SpecialRequests .SpecialRequestsForm .special-requests-form .subForm .tableForm .tableRow.wish {
    width: 200%
  }
}

.SpecialRequests .SpecialRequestsForm .special-requests-form .NotifMandatory {
  margin-bottom: 30px;
  color: #666;
  position: absolute;
  top: 200px;
  left: 430px
}

@media only screen and (max-width: 767px) {
  .SpecialRequests .SpecialRequestsForm .special-requests-form .NotifMandatory {
    top: 180px;
    left: 6px
  }
}

@media only screen and (max-width: 767px) {
  .SpecialRequests .SpecialRequestsForm .special-requests-form .SpecialRequests__submit {
    margin-top: 60px
  }
}

.SpecialRequests .SpecialRequestsForm .FormTitle {
  position: relative;
  margin-bottom: 45px;
  margin-top: 20px;
  font-size: 22px;
  font-style: italic;
  font-family: Georgia, Times New Roman, Times, serif;
  color: #1d1d1d;
  text-align: left
}

.SpecialRequests .SpecialRequestsForm .FormTitle:after {
  content: " ";
  position: absolute;
  top: 40px;
  left: 0;
  width: 20px;
  height: 3px;
  background-color: #bd1343
}

.SpecialRequests .SpecialRequestsForm .FormSimpleText {
  color: #666;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px
}

.SpecialRequests .SpecialRequestsForm .FormSimpleButton {
  display: block;
  min-width: 200px;
  margin: auto
}

.SpecialRequests .SpecialRequestsForm__error {
  margin-top: 10px;
  border: 1px solid #bd1343;
  color: #bd1343 !important;
  padding: 10px
}

.SpecialRequests .SpecialRequests__submit {
  display: block
}

@media only screen and (min-width: 768px) {
  .SpecialRequests .SpecialRequests__submit {
    min-width: 200px
  }
}

@media only screen and (max-width: 767px) {
  .SpecialRequests .SpecialRequests__submit {
    width: 100%
  }
}

@media only screen and (max-width: 767px) {
  .SpecialRequestsModal {
    display: none
  }
}

.SpecialRequestsModal * {
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.SpecialRequestsModal__title {
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  font-size: 22px;
  line-height: 25px;
  color: #bd1343;
  padding-bottom: 10px;
  padding-top: 20px
}

.SpecialRequestsModal__icon {
  font-size: 54px;
  color: #bd1343
}

.SpecialRequestsModal .modal-dialog {
  max-width: 500px
}

@media only screen and (min-width: 768px) {
  .SpecialRequestsModal .modal-dialog {
    top: 50vh;
    margin: 0 auto;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
  }
}

@media only screen and (max-width: 767px) {
  .SpecialRequestsModal .modal-dialog {
    top: 100px;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    margin: auto;
    width: 96%
  }
}

.SpecialRequestsModal .modal-dialog .modal-content {
  -webkit-justify-content: center;
  justify-content: center
}

@media only screen and (min-width: 768px) {
  .SpecialRequestsModal .modal-dialog .modal-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

@media only screen and (max-width: 767px) {
  .SpecialRequestsModal .modal-dialog .modal-content {
    width: 90%;
    margin: 0 auto
  }
}

.SpecialRequestsModal .modal-dialog .modal-content .modal-body {
  padding: 40px 20px;
  text-align: center
}

@media only screen and (min-width: 768px) {
  .SpecialRequestsModal .modal-dialog .modal-content .modal-body {
    padding: 40px
  }
}

@media only screen and (min-width: 768px) {
  .SpecialRequestsModal .modal-dialog .close {
    padding: 0;
    position: absolute;
    right: 0;
    top: -28px;
    color: #fff;
    font-family: Source Sans Pro, sans-serif;
    font-weight: 700;
    font-size: 14px
  }
}

@media only screen and (max-width: 767px) {
  .SpecialRequestsModal .modal-dialog .close .hidden-mobile {
    display: none
  }
}

@media only screen and (min-width: 768px) {
  .SpecialRequestsModal .modal-dialog .close i, .SpecialRequestsModal .modal-dialog .close span {
    display: inline-block;
    vertical-align: middle
  }
}

@media only screen and (min-width: 768px) {
  .SpecialRequestsModal .modal-dialog .close i {
    margin-top: 2px;
    margin-left: 6px;
    font-size: 16px
  }
}

.Prestation {
  position: relative
}

@media only screen and (min-width: 768px) {
  .Prestation {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 320px 1fr;
    grid-template-columns: 320px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
  }

  .Prestation > :first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }

  .Prestation > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .Prestation {
    margin: 0 20px
  }
}

.Prestation .Prestation__list {
  position: relative
}

@media only screen and (min-width: 768px) {
  .Prestation .Prestation__list {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2
  }
}

.Prestation .Prestation__detail {
  position: relative
}

@media only screen and (min-width: 768px) {
  .Prestation .Prestation__detail {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2
  }
}

@media only screen and (min-width: 1025px) {
  .Prestation .Prestation__detail {
    padding-left: 20px
  }
}

.CardPrestaList {
  position: relative;
  top: 0;
  bottom: 0;
  height: 100%;
  padding-right: 20px;
  width: 300px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column
}

@media only screen and (max-width: 767px) {
  .CardPrestaList {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 20px
  }
}

.CardPresta {
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 20px
}

.CardPresta .CardPresta__title, .CardPresta .CardPrestaFlight {
  padding-right: 11px
}

.CardPresta:not(.is-active) .CardPresta__title, .CardPresta:not(.is-active) .CardPrestaFlight {
  padding-right: 15px
}

.CardPresta:not(.is-clickable) .CardPresta__link {
  cursor: auto
}

.CardPresta:not(.is-clickable) .CardPresta__icon.line-icon-angle-right {
  display: none
}

.CardPresta:last-child {
  margin-bottom: 0
}

.CardPresta__link {
  position: relative;
  padding: 20px;
  cursor: pointer
}

.CardPresta__link:hover .CardPresta__icon {
  right: 5px
}

.CardPresta__link:not(:last-child) {
  border-bottom: 1px solid #eee
}

.CardPresta__label {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  background-color: #8a8a8a;
  border-radius: 2px;
  padding: 1px 6px;
  margin-bottom: 10px
}

.CardPresta__label, .CardPresta__subtitle, .CardPresta__title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700
}

.CardPresta__info {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.CardPresta__info:not(:empty) {
  margin-top: 10px
}

.CardPresta__info .icon {
  margin-right: 8px
}

.CardPresta__icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: right .15s ease;
  font-size: 16px
}

.CardPresta.is-active {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
  border-right: 4px solid #bd1343
}

.CardPresta.is-active:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #bd1343;
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.CardPresta.is-active .CardPresta__link {
  cursor: auto
}

.CardPresta.is-active .CardPresta__label {
  background-color: #bd1343
}

.CardPresta.is-active .CardPresta__icon {
  display: none
}

.CardPresta.CardPresta--detailOffer, .CardPresta.CardPresta--practicalInformation {
  text-transform: uppercase
}

.CardPrestaFlight {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}

.CardPrestaFlight > :first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 1
}

.CardPrestaFlight > :nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2
}

.CardPrestaFlight > :nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3
}

.CardPrestaFlight .CardPrestaFlight__way {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  overflow: hidden
}

.CardPrestaFlight .CardPrestaFlight__way:first-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2
}

.CardPrestaFlight .CardPrestaFlight__way:last-child {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  text-align: right
}

.CardPrestaFlight .CardPrestaFlight__title {
  text-transform: uppercase;
  font-weight: 700
}

.CardPrestaFlight .CardPrestaFlight__subtitle {
  color: #666
}

.CardPrestaFlight .CardPrestaFlight__icon {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  font-size: 20px;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0 5px
}

.PrestaDetail {
  background-color: #fff;
  border-radius: 2px;
  padding: 20px
}

@media only screen and (min-width: 768px) {
  .PrestaDetail {
    position: -webkit-sticky;
    position: sticky;
    top: 70px
  }
}

.PrestaDetail__title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4
}

.PrestaDetail__bannerDescription {
  position: relative;
  padding-bottom: 58%;
  background-color: #eee;
  margin-left: -20px;
  margin-right: -20px
}

@media only screen and (min-width: 768px) {
  .PrestaDetail__bannerDescription {
    padding-bottom: 51%
  }
}

.PrestaDetail__img {
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.PrestaDetail__description, .PrestaDetail__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%
}

.PrestaDetail__description {
  padding: 25px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.PrestaDetailFlight {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff
}

.PrestaDetailFlight > :first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 1
}

.PrestaDetailFlight > :nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2
}

.PrestaDetailFlight > :nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3
}

.PrestaDetailFlight .PrestaDetailFlight__way {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  overflow: hidden
}

.PrestaDetailFlight .PrestaDetailFlight__way:first-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2
}

.PrestaDetailFlight .PrestaDetailFlight__way:last-child {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  text-align: right
}

.PrestaDetailFlight .PrestaDetailFlight__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  word-break: break-word;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

@media only screen and (max-width: 767px) {
  .PrestaDetailFlight .PrestaDetailFlight__title {
    font-size: 22px
  }
}

.PrestaDetailFlight .PrestaDetailFlight__subtitle {
  font-size: 14px
}

@media only screen and (min-width: 768px) {
  .PrestaDetailFlight .PrestaDetailFlight__subtitle {
    font-size: 16px
  }
}

@media only screen and (min-width: 1025px) {
  .PrestaDetailFlight .PrestaDetailFlight__iconBlock {
    margin-top: 15px
  }
}

.PrestaDetailFlight .PrestaDetailFlight__icon {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  font-size: 36px;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0 10px
}

@media only screen and (max-width: 767px) {
  .PrestaDetailFlight .PrestaDetailFlight__icon {
    font-size: 28px
  }
}

.PrestaDetailBoat {
  color: #fff
}

.PrestaDetailBoat__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  word-break: break-word
}

.PrestaDetailBoat__text {
  margin-left: 10px
}

@media only screen and (max-width: 767px) {
  .PrestaDetailHotel, .PrestaDetailRestaurant {
    margin-top: 0 !important
  }
}

.PrestaDetailHotel .name, .PrestaDetailRestaurant .name {
  color: #1d1d1d;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px
}

.PrestaDetailHotel .address, .PrestaDetailRestaurant .address {
  margin-top: 20px;
  color: #666;
  font-size: 14px;
  line-height: 18px
}

.PrestaDetailHotel .address span, .PrestaDetailRestaurant .address span {
  text-decoration: underline
}

.PrestaDetailHotel .telephone, .PrestaDetailRestaurant .telephone {
  margin-top: 10px;
  color: #666;
  font-size: 14px;
  line-height: 18px
}

.PrestaDetailHotel .address, .PrestaDetailHotel .name, .PrestaDetailHotel .telephone, .PrestaDetailRestaurant .address, .PrestaDetailRestaurant .name, .PrestaDetailRestaurant .telephone {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.PrestaDetailHotel .address i, .PrestaDetailHotel .name i, .PrestaDetailHotel .telephone i, .PrestaDetailRestaurant .address i, .PrestaDetailRestaurant .name i, .PrestaDetailRestaurant .telephone i {
  margin-right: 8px
}

.PrestaDetailHotel .PrestaDetailItineraryDetail__included:last-child, .PrestaDetailRestaurant .PrestaDetailItineraryDetail__included:last-child {
  margin-bottom: 0
}

.PrestaDetailHotel .PrestaDetail__info.column, .PrestaDetailRestaurant .PrestaDetail__info.column {
  -webkit-flex-direction: column;
  flex-direction: column
}

.PrestaDetailHotel .PrestaDetail__info:last-child, .PrestaDetailRestaurant .PrestaDetail__info:last-child {
  margin-bottom: 10px
}

.PrestaDetailHotel .PrestaDetail__info .PrestaDetailInfo, .PrestaDetailRestaurant .PrestaDetail__info .PrestaDetailInfo {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 0
}

.PrestaDetailHotel .PrestaDetail__info .PrestaDetailInfo__title, .PrestaDetailRestaurant .PrestaDetail__info .PrestaDetailInfo__title {
  color: #1d1d1d
}

.PrestaDetailRestaurant .PrestaDetailInfo.prestations {
  -webkit-flex: 0 0 100% !important;
  flex: 0 0 100% !important
}

.PrestaDetail__info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.PrestaDetail__info:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eee
}

.PrestaDetail__info__transports {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 35px;
  padding-bottom: 20px
}

.PrestaDetail__luggage, .PrestaDetail__pax {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee
}

.PrestaDetail__luggage__title, .PrestaDetail__pax__title {
  text-transform: uppercase;
  font-weight: 700
}

@media only screen and (max-width: 767px) {
  .PrestaDetail__luggage__title, .PrestaDetail__pax__title {
    color: #000
  }
}

.PrestaDetail__luggage__content, .PrestaDetail__pax__content {
  display: -webkit-flex;
  display: flex;
  padding: 15px 0;
  color: #666
}

.PrestaDetailInfo {
  -webkit-flex: 0 1 33.33%;
  flex: 0 1 33.33%;
  margin-bottom: 20px;
  line-height: 1;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px
}

@media only screen and (max-width: 767px) {
  .PrestaDetailInfo {
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%
  }

  .PrestaDetailInfo:nth-child(2n) {
    text-align: right;
    padding-right: 0;
    padding-left: 10px
  }
}

.PrestaDetailInfo__action {
  float: right
}

.PrestaDetailInfo__title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px
}

@media only screen and (max-width: 767px) {
  .PrestaDetailInfo__title {
    color: #000
  }
}

.PrestaDetailInfo__subtitle {
  margin-top: 30px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #000
}

.PrestaDetailInfo__content {
  color: #666
}

.PrestaDetailInfo__content--withCTA {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media only screen and (max-width: 767px) {
  .PrestaDetailInfo__content--withCTA {
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .PrestaDetailInfo__content--withCTA .PrestaDetailInfo__action {
    margin-top: 10px
  }
}

.PrestaDetailInfo__content--withCTA span {
  -webkit-order: 1;
  order: 1
}

.PrestaDetailInfo__content--withCTA span:nth-child(2) {
  max-width: 350px
}

.PrestaDetailInfo__content--withCTA .PrestaDetailInfo__action {
  -webkit-order: 2;
  order: 2
}

.PrestaDetailInfo-boat {
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  line-height: 1;
  margin-bottom: 20px
}

.PrestaDetailCollapse__title {
  text-transform: uppercase;
  font-weight: 700
}

@media only screen and (max-width: 767px) {
  .PrestaDetailCollapse__title {
    color: #000
  }
}

.PrestaDetailCollapse__title__train {
  display: -webkit-flex;
  display: flex;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px
}

.PrestaDetailCollapse__header {
  display: -webkit-flex;
  display: flex;
  padding: 15px 0;
  cursor: pointer
}

.PrestaDetailCollapse__header__content {
  color: #666
}

.PrestaDetailCollapse__header__content .PrestaDetail__paxList:not(:last-child):after {
  content: ","
}

.PrestaDetailCollapse__toggle {
  font-size: 16px;
  color: #8a8a8a;
  margin-left: auto
}

.PrestaDetailCollapse__content {
  color: #666
}

.PrestaDetailCollapse__info {
  font-style: italic;
  color: #666;
  padding: 20px;
  margin-left: -20px
}

.PrestaDetail__luggageList .icon, .PrestaDetail__paxList .icon {
  font-size: 16px;
  margin-right: 5px
}

@media only screen and (min-width: 768px) {
  .PrestaDetail__luggageList:not(:first-child), .PrestaDetail__paxList:not(:first-child) {
    margin-top: 5px
  }
}

.PrestaDetail__luggageList {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

@media only screen and (max-width: 767px) {
  .PrestaDetail__luggageList {
    display: block;
    margin-bottom: 5px
  }
}

.PrestaDetailPax {
  padding: 10px 0
}

.PrestaDetailPax:not(:last-child) {
  border-bottom: 1px dashed #eee
}

.PrestaDetailPax__type {
  text-transform: uppercase;
  color: #afafaf;
  font-size: 12px;
  font-weight: 700
}

.PrestaDetailPax__name {
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: capitalize
}

@media only screen and (max-width: 767px) {
  .PrestaDetailPax__name {
    color: #000
  }
}

.PrestaDetailPax__birthDate, .PrestaDetailPax__passport {
  color: #666
}

.PrestaDetailPax__birthDate__PopIn, .PrestaDetailPax__passport__PopIn {
  color: #bd1343;
  text-decoration: underline
}

.PrestaDetailLuggage {
  padding-bottom: 10px
}

.PrestaDetailLuggage__title {
  font-weight: 700
}

@media only screen and (max-width: 767px) {
  .PrestaDetailLuggage__title {
    color: #000
  }
}

.PrestaDetailLuggage__description {
  color: #666
}

.PrestaDetail__boardingCard {
  text-align: center;
  padding: 20px 0
}

.PrestaDetail__itinerary {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px
}

.PrestaDetail__itinerary__title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
  .PrestaDetail__itinerary__title {
    color: #000
  }
}

.PrestaDetailSegment {
  color: #666;
  margin-bottom: 17px
}

.PrestaDetailSegment__resumeInfo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px
}

.PrestaDetailSegment__logo {
  margin-right: 12px;
  font-size: 25px
}

.PrestaDetailSegment__bound {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.PrestaDetailSegment__path {
  margin-left: 12px;
  margin-right: 21px
}

.PrestaDetailSegment__path svg {
  display: block;
  margin-top: 2px
}

.PrestaDetailSegment__escale {
  display: -webkit-flex;
  display: flex
}

.PrestaDetailSegment__text {
  margin-left: -2px
}

.PrestaDetailSegment__schedule__line {
  line-height: 1.2;
  margin: 8px 0
}

.PrestaDetailItineraryDetail__included {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  margin-bottom: 20px
}

.PrestaDetailItineraryDetail__tag {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background-color: #1d1d1d;
  padding: 1px 5px;
  border-radius: 2px;
  margin-right: 8px;
  vertical-align: middle
}

.PrestaDetailItineraryDetail__label {
  color: #1d1d1d;
  font-weight: 700;
  vertical-align: middle
}

.PrestaDetailItineraryDetail__sublabel {
  vertical-align: middle;
  color: #666;
  font-size: 14px
}

.PrestaDetailItineraryDetail__travelTime {
  color: #666
}

.PrestaDetailItineraryDetail__travelTime strong {
  color: #1d1d1d
}

.PrestaDetailInfoBlock {
  position: relative;
  margin: -65px 0 0;
  background-color: #fff
}

@media only screen and (min-width: 768px) {
  .PrestaDetailInfoBlock {
    margin: -100px 10px 0
  }
}

.PrestaDetailInfoBlock__content {
  padding: 15px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
  border-radius: 2px;
  border: 1px solid #eee
}

.PrestaDetailInfoBlock__head {
  color: #bd1343
}

.PrestaDetailInfoBlock__head, .PrestaDetailInfoBlock__head--black {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 8px
}

.PrestaDetailInfoBlock__head--black {
  color: #000
}

.PrestaDetailInfoBlock__title {
  text-transform: uppercase;
  font-weight: 700
}

.PrestaDetailInfoBlock__icon {
  font-size: 20px;
  margin-right: 8px
}

.PrestaDetailInfoBlock__button {
  width: 100%;
  border-radius: 0 0 2px 2px
}

.PrestaDetailCheckin {
  margin-top: 15px
}

.PrestaDetailCheckin__info:not(:last-child) {
  margin-bottom: 10px
}

.PrestaDetailCheckin__info-title {
  display: -webkit-flex;
  display: flex;
  font-weight: 700;
  color: #1d1d1d;
  text-transform: uppercase
}

.PrestaDetailCheckin__title {
  font-weight: 700;
  margin-bottom: 5px
}

.PrestaDetailCheckin .block_reference {
  margin-right: 20px
}

.PrestaDetailCheckin .description {
  margin-right: 10px
}

.PrestaDetailCheckin__text a {
  color: #bd1343;
  text-decoration: underline;
  font-weight: 700
}

.PrestaDetailCheckin__text a:hover {
  color: #a5113a
}

.PrestaDetailCheckin__text b, .PrestaDetailCheckin__text strong {
  font-weight: 700
}

.PrestaDetailCheckin__text ul {
  counter-reset: line;
  font-size: 14px;
  margin: 8px
}

.PrestaDetailCheckin__text ul li {
  min-height: 25px;
  line-height: 20px;
  padding-left: 20px;
  margin: 5px 0
}

.PrestaDetailCheckin__text ul li:last-child {
  margin-bottom: 0
}

.PrestaDetailCheckin__text ul li:before {
  counter-increment: line;
  content: counter(line);
  display: inline-block;
  padding: 0 .5em;
  margin-right: .5em;
  margin-left: -28px;
  line-height: 20px;
  color: #fff;
  background-color: #afafaf;
  border-radius: 50%
}

.PrestaDetailCheckin__textNote {
  margin-top: 15px
}

.DistrurbanceAirport {
  background-color: #f8f8f8;
  min-height: 60px;
  position: relative;
  padding: 16px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-top: 20px
}

.DistrurbanceAirport, .DistrurbanceAirport__title {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px
}

.DistrurbanceAirport__title {
  -webkit-align-items: center;
  align-items: center
}

.DistrurbanceAirport__title > span {
  color: #bd1343;
  font-weight: 700;
  font-size: 14px;
  margin-left: 10px
}

.DistrurbanceAirport__title > i {
  color: #bd1343;
  font-size: 20px
}

.DistrurbanceAirport__title:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #bd1343;
  top: 0
}

.DistrurbanceAirport .info-important {
  font-weight: 700;
  color: #bd1343
}

@media only screen and (min-width: 768px) {
  .PrestaOfferDetails .PrestaDetail__title, .PrestatDetailsInsurance .PrestaDetail__title {
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: 1px solid #eee;
    padding-left: 20px;
    padding-bottom: 20px
  }
}

.PrestaOfferDetails .OfferDetails {
  color: #666
}

.PrestaOfferDetails .OfferDetails li {
  display: -webkit-flex;
  display: flex;
  margin-top: 3px
}

.PrestaOfferDetails .OfferDetails li:before {
  content: "\2022";
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 10px;
  flex: 0 0 10px;
  margin-right: 7px;
  font-size: 20px
}

.ImportantNotif {
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}

.ImportantNotif__title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 700;
  color: #bd1343;
  font-size: 15px
}

.ImportantNotif__title i {
  margin-right: 5px;
  font-size: 15px
}

.ImportantNotif__text {
  color: #666
}

.PrestaDetailsOption .PrestaDetail__header {
  min-height: 40px;
  margin-top: 30px
}

.PrestaDetailsOption .PrestaDetail__header .PrestaDetailInfo__title {
  font-size: 20px;
  text-transform: lowercase
}

.PrestaDetailsOption .PrestaDetail__header .PrestaDetailInfo__title:first-letter {
  text-transform: uppercase
}

.PrestaDetailsOption .paxList .PrestaDetailInfo__showMore {
  display: -webkit-flex;
  display: flex;
  text-transform: uppercase;
  margin-bottom: 20px;
  cursor: pointer;
  color: #1d1d1d
}

.PrestaDetailsOption .paxList .PrestaDetailInfo__PaxDetails.preview {
  color: #666;
  display: -webkit-flex;
  display: flex;
  cursor: pointer
}

.PrestaDetailsOption .paxList .PrestaDetailPax {
  line-height: 15px
}

.PrestaDetailsOption .paxList .PrestaDetailPax:not(:last-child) {
  padding: 20px 0 15px
}

.PrestaDetailsOption .paxList .PrestaDetailPax:last-child {
  padding: 20px 0 0
}

.PrestaDetailsOption .paxList .PrestaDetailPax__type {
  line-height: 20px
}

.PrestaDetailsOption .prestataire {
  margin-bottom: 10px;
  color: #1d1d1d;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700
}

.PrestaDetailsOption .prestataire:not(.n0) {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee
}

.PrestaDetailsOption .PrestaDetailInfo {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-right: 0
}

.PrestaDetailsOption .PrestaDetailInfo__content {
  display: -webkit-flex;
  display: flex;
  padding-top: 10px;
  line-height: 18px
}

.PrestaDetailsOption .PrestaDetailInfo__content.column {
  -webkit-flex-direction: column;
  flex-direction: column
}

.PrestaDetailsOption .PrestaDetailInfo .capitalize, .PrestaDetailsOption .PrestaDetailInfo__content.no-flex {
  display: block
}

.PrestaDetailsOption .PrestaDetailInfo .capitalize:first-letter, .PrestaDetailsOption .PrestaDetailInfo__content:first-letter {
  text-transform: uppercase
}

.PrestaDetailsOption .PrestaDetail__info {
  padding-bottom: 0
}

.PrestaDetailsOption .PrestaDetail__info .PrestaDetailInfo {
  margin-bottom: 0
}

@media only screen and (max-width: 767px) {
  .PrestaDetailsOption .PrestaDetail__info:last-child {
    padding-bottom: 20px
  }
}

.PrestaDetailsOption .icon {
  margin-right: 7px;
  font-size: 16px
}

.PrestaDetailsOption .emergencyNumber {
  font-weight: 700;
  line-height: 25px
}

.PrestaDetailsSkiRent {
  color: #666
}

.PrestaDetailsSkiRent strong {
  color: initial
}

.PrestaDetailsSkiRent .PrestaDetail__header {
  min-height: 40px;
  margin-top: 30px
}

.PrestaDetailsSkiRent .PrestaDetail__header .PrestaDetailInfo__title {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: capitalize
}

.PrestaDetailsSkiRent .PrestaDetail__header .PrestaDetailInfo__title:first-letter {
  text-transform: uppercase
}

.PrestaDetailsSkiRent .prestataire {
  margin-bottom: 10px
}

.PrestaDetailsSkiRent .prestataire, .PrestaDetailsSkiRent .stationSki {
  color: #1d1d1d;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700
}

.PrestaDetailsSkiRent .stationSki {
  margin: 10px 0
}

.PrestaDetailsSkiRent .packContent {
  margin-top: 2px
}

.PrestaDetailsSkiRent .PrestaDetailInfo {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-right: 0
}

.PrestaDetailsSkiRent .PrestaDetailInfo__title {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px
}

.PrestaDetailsSkiRent .PrestaDetailInfo__title.showMore {
  margin-bottom: 0;
  cursor: pointer
}

.PrestaDetailsSkiRent .PrestaDetailInfo__content {
  padding-top: 10px;
  display: -webkit-flex;
  display: flex
}

.PrestaDetailsSkiRent .PrestaDetailInfo__content.column {
  -webkit-flex-direction: column;
  flex-direction: column
}

.PrestaDetailsSkiRent .PrestaDetailInfo__content__qrCode {
  display: block;
  margin: auto;
  padding: 20px
}

.PrestaDetailsSkiRent .PrestaDetailInfo__content__equipment {
  display: inline-block;
  margin-top: 20px
}

.PrestaDetailsSkiRent .PrestaDetailInfo__content__equipment strong {
  color: initial
}

.PrestaDetailsSkiRent .PrestaDetailInfo__content__equipment .typePresta {
  margin-top: 2px
}

.PrestaDetailsSkiRent .PrestaDetailInfo__content__equipment .typePresta span {
  text-transform: capitalize
}

@media only screen and (min-width: 768px) {
  .PrestaDetailsSkiRent .PrestaDetailInfo__shopInfo {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap
  }
}

.PrestaDetailsSkiRent .PrestaDetailInfo__shopInfo__content {
  margin-top: 20px;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%
}

.PrestaDetailsSkiRent .PrestaDetailInfo__shopInfo__content strong {
  color: #666
}

.PrestaDetailsSkiRent .PrestaDetailInfo__shopInfo__content span {
  text-transform: uppercase;
  font-weight: 700
}

.PrestaDetailsSkiRent .PrestaDetailInfo__shopInfo__content > div {
  margin-bottom: 2px
}

.PrestaDetailsSkiRent .PrestaDetailInfo .capitalize {
  display: block
}

.PrestaDetailsSkiRent .PrestaDetailInfo .capitalize:first-letter, .PrestaDetailsSkiRent .PrestaDetailInfo__content:first-letter {
  text-transform: uppercase
}

.PrestaDetailsSkiRent .PrestaDetail__info {
  padding-bottom: 0
}

.PrestaDetailsSkiRent .PrestaDetail__info .PrestaDetailInfo {
  margin-bottom: 0
}

@media only screen and (max-width: 767px) {
  .PrestaDetailsSkiRent .PrestaDetail__info:last-child {
    padding-bottom: 20px
  }
}

.PrestaDetailsSkiRent .line-icon-family-adult, .PrestaDetailsSkiRent .line-icon-folder, .PrestaDetailsSkiRent .line-icon-ticket {
  margin-right: 7px;
  font-size: 16px
}

@media only screen and (max-width: 767px) {
  .PrestaDetailsInsurance .PrestaDetail__header {
    margin-top: 0
  }
}

.PrestaDetailsInsurance .PrestaDetail__bannerDescription {
  margin: auto;
  color: #fff
}

.PrestaDetailsInsurance .PrestaDetail__img {
  margin: auto;
  width: auto;
  height: auto
}

.PrestaDetailsInsurance .PrestaDetailInfo_insuranceDetails .row {
  color: #666
}

.PrestaDetailsInsurance .PrestaDetailInfo_insuranceDetails .row--head {
  color: #1d1d1d;
  font-weight: 700;
  background-color: #eee
}

.PrestaDetailsInsurance .PrestaDetailInfo_insuranceDetails .row--head .cell {
  padding: 9px
}

@media only screen and (min-width: 1025px) {
  .PrestaDetailsInsurance .PrestaDetailInfo_insuranceDetails .row--head .cell {
    padding-left: 20px;
    padding-right: 20px
  }
}

.PrestaDetailsInsurance .PrestaDetailInfo_insuranceDetails .row--base {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee
}

.PrestaDetailsInsurance .PrestaDetailInfo_insuranceDetails .row--base + .row--base {
  border-top: 1px solid #eee
}

.PrestaDetailsInsurance .PrestaDetailInfo_insuranceDetails .row--base .cell {
  display: table-cell;
  width: 33.33%;
  text-align: center;
  padding: 10px;
  border-left: 1px solid #eee
}

.PrestaDetailsInsurance .PrestaDetailInfo_insuranceDetails .row--base .cell:first-child {
  border-left: none;
  text-align: left;
  color: #8a8a8a
}

@media only screen and (min-width: 1025px) {
  .PrestaDetailsInsurance .PrestaDetailInfo_insuranceDetails .row--base .cell:first-child {
    padding-left: 40px
  }
}

.PrestaDetailsInsurance .PrestaDetailInfo_insuranceDetails .row--base .cell:first-child strong {
  font-weight: 700
}

.PrestaDetailsInsurance .PrestaDetailInfo_insuranceDetails .row--base:last-child {
  border-bottom: 1px solid #eee
}

.PrestaDetailsInsurance .PrestaDetailInfo_insuranceDetails .row--base i {
  font-size: 12px
}

.PrestaDetailsInsurance .PrestaDetailInfo_insuranceDetails .cell {
  display: table-cell
}

.PrestaDetailsOptionRentCar {
  color: #666
}

.PrestaDetailsOptionRentCar strong {
  color: #000
}

.PrestaDetailsOptionRentCar .PrestaDetail__bannerDescription {
  margin-bottom: 20px
}

.PrestaDetailsOptionRentCar .PrestaDetail__header {
  min-height: 40px;
  border-bottom: 1px solid #eee
}

.PrestaDetailsOptionRentCar .PrestaDetail__header .PrestaDetailInfo__title {
  font-size: 20px
}

.PrestaDetailsOptionRentCar .PrestaDetail__header .PrestaDetailInfo__title.capitalize {
  text-transform: capitalize
}

.PrestaDetailsOptionRentCar .PrestaDetail__header .PrestaDetailInfo__block .companyName {
  margin-bottom: 10px
}

.PrestaDetailsOptionRentCar .PrestaDetail__header .PrestaDetailInfo__block .capitalize {
  margin-left: 5px
}

.PrestaDetailsOptionRentCar .PrestaDetail__header .prestataire {
  margin-bottom: 10px;
  color: #1d1d1d;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700
}

.PrestaDetailsOptionRentCar .PrestaDetail__info {
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  border-top: 0
}

.PrestaDetailsOptionRentCar .PrestaDetail__info .PrestaDetailInfo {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-right: 0;
  margin-bottom: 0
}

.PrestaDetailsOptionRentCar .PrestaDetail__info .PrestaDetailInfo.carDates {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%
}

.PrestaDetailsOptionRentCar .PrestaDetail__info .PrestaDetailInfo.carDates__title {
  cursor: pointer
}

.PrestaDetailsOptionRentCar .PrestaDetail__info .PrestaDetailInfo__content {
  padding-top: 10px
}

.PrestaDetailsOptionRentCar .PrestaDetail__info .PrestaDetailInfo__content:first-letter {
  text-transform: capitalize
}

.PrestaDetailsOptionRentCar .PrestaDetail__info .PrestaDetailInfo__title {
  display: -webkit-flex;
  display: flex;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000
}

.PrestaDetailsOptionRentCar .PrestaDetail__info .PrestaDetailInfo__showMore {
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  text-transform: uppercase
}

.PrestaDetailsOptionRentCar .PrestaDetail__info .PrestaDetailInfo .noHeader {
  margin-bottom: 0
}

.PrestaDetailsOptionRentCar .PrestaDetail__info .PrestaDetailInfo__driverInfo {
  margin-top: 10px
}

.PrestaDetailsOptionRentCar .PrestaDetail__info .PrestaDetailInfo__rentPaxDetails {
  display: -webkit-flex;
  display: flex;
  margin-top: 20px;
  cursor: pointer
}

.PrestaDetailsOptionRentCar .PrestaDetail__info .PrestaDetailInfo__rentCarDetails {
  margin-top: 10px;
  text-align: initial
}

.PrestaDetailsOptionRentCar .PrestaDetail__info .PrestaDetailInfo__rentCarDetails .infoRentCar {
  margin-top: 0;
  margin-bottom: 10px
}

.PrestaDetailsOptionRentCar .PrestaDetail__info .PrestaDetailInfo__rentCarDetails .blockContent {
  margin-bottom: 20px
}

.PrestaDetailsOptionRentCar .PrestaDetail__info .PrestaDetailInfo__rentCarDetails ul {
  list-style: inside
}

.PrestaDetailsOptionRentCar .PrestaDetail__info .PrestaDetailInfo__rentCarDetails .blockContent__procedure ul {
  list-style: inside decimal
}

.PrestaDetailsHolidayTaxis .PrestaDetail__paxList:not(:last-of-type):after {
  content: ","
}

.PrestaDetailsHolidayTaxis .difficulty b {
  color: #000
}

.PrestaDetailsHolidayTaxis .difficulty a {
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
  color: #000
}

.capitalize:first-letter {
  text-transform: uppercase
}

.Hub {
  padding-top: 20px
}

.Hub .cancel-CTA-Block {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

@media only screen and (max-width: 767px) {
  .Hub .cancel-CTA-Block {
    -webkit-justify-content: center;
    justify-content: center
  }

  .Hub .cancel-CTA-Block .cancel-cta {
    width: auto
  }
}

.Hub .hub-blocks {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width: 767px) {
  .Hub .hub-blocks {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0 10px
  }
}

.Hub .hub-blocks .hub-block {
  width: 49%;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 40px
}

@media only screen and (max-width: 767px) {
  .Hub .hub-blocks .hub-block {
    width: 100%;
    margin-bottom: 20px
  }
}

.Hub .hub-blocks .hub-block .block-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 20px 0
}

.Hub .hub-blocks .hub-block .block-content .block-title {
  color: #1d1d1d;
  font-size: 22px;
  line-height: 25px;
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  margin-top: 20px
}

.Hub .hub-blocks .hub-block .block-content .block-separator {
  margin: 10px 0 20px;
  height: 3px;
  width: 20px;
  opacity: .9;
  background-color: #bd1343;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center
}

.Hub .hub-blocks .hub-block .block-content .block-text {
  min-height: 36px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  padding: 0 40px
}

@media only screen and (max-width: 767px) {
  .Hub .hub-blocks .hub-block .block-content .block-text {
    padding: 0 20px
  }
}

.Hub .hub-blocks .hub-block .block-content img {
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center
}

.Hub .hub-blocks .hub-block .block-button {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center
}

@media only screen and (max-width: 767px) {
  .Hub .hub-blocks .hub-block .block-button .hub-button {
    width: auto
  }
}

.Hub .hub-blocks .hub-block:only-child {
  width: 100%
}

.Hub .hub-blocks .hub-block:only-child .block-text {
  max-width: 60%;
  padding: 0 10px;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left
}

@media only screen and (max-width: 767px) {
  .Hub .hub-blocks .hub-block:only-child .block-text {
    width: 80%
  }
}

#member-no-order {
  color: #1d1d1d;
  text-align: center;
  background: #fff
}

#member-no-order > div {
  max-width: 980px;
  margin: 0 auto
}

#member-no-order .no-order-title {
  max-width: 600px;
  margin: 0 auto;
  padding: 60px 50px;
  font-family: Georgia, Times New Roman, Times, serif;
  text-align: center;
  font-style: italic;
  font-size: 32px;
  line-height: 36px
}

@media only screen and (max-width: 767px) {
  #member-no-order .no-order-title {
    max-width: 400px;
    margin: 0 auto;
    padding: 32px;
    font-size: 28px;
    line-height: 32px
  }
}

#member-no-order .back-sdv.recent-search {
  display: inline-block;
  border-spacing: 20px;
  border: 1px solid #e6e6e6;
  border-left: 3px solid #bd1343;
  margin-bottom: 60px;
  font-size: 33px;
  color: #1d1d1d
}

@media only screen and (min-width: 1025px) {
  #member-no-order .back-sdv.recent-search > * {
    display: table-cell;
    vertical-align: middle
  }
}

#member-no-order .back-sdv.recent-search .btn {
  margin-left: 20px;
  font-size: 15px;
  font-weight: 700;
  max-height: 50px
}

@media only screen and (max-width: 1024px) {
  #member-no-order .back-sdv.recent-search .btn {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 8px 45px;
    margin-left: 0
  }
}

#member-no-order .back-sdv.recent-search .placeholder-container {
  text-align: left
}

@media only screen and (max-width: 1024px) {
  #member-no-order .back-sdv.recent-search .placeholder-container {
    margin-top: 20px;
    text-align: center;
    padding: 0 20px
  }
}

#member-no-order .back-sdv.recent-search .placeholder-container .placeholder-title {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  color: #a7a7a7;
  font-size: 16px;
  text-align: left
}

@media only screen and (max-width: 1024px) {
  #member-no-order .back-sdv.recent-search .placeholder-container .placeholder-title {
    text-align: center
  }
}

#member-no-order .back-sdv.recent-search .placeholder-container .placeholder {
  display: block;
  font-size: 20px
}

#member-no-order .placeholder {
  text-align: left;
  line-height: 1;
  padding-right: 70px;
  min-width: 350px
}

@media only screen and (max-width: 1024px) {
  #member-no-order .placeholder {
    min-width: 0;
    padding-right: 0;
    text-align: center
  }
}

#member-no-order .btn {
  display: inline-block;
  padding: 4px 20px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 160px
}

@media only screen and (max-width: 1024px) {
  #member-no-order .btn {
    margin: 0 0 60px
  }
}

.no-order footer #footer-detail {
  display: none
}

.no-order footer #footer-slogan {
  border-top: 0
}

.reassurance {
  overflow: hidden;
  padding: 20px
}

.reassurance .detail-container {
  display: block;
  float: left;
  width: 33.33333%;
  text-align: center
}

@media only screen and (max-width: 767px) {
  .reassurance .detail-container {
    width: 100%;
    margin-bottom: 50px
  }
}

.reassurance .detail-title {
  font-size: 18px;
  font-weight: 700
}

.reassurance .detail-title i {
  color: #bd1343;
  font-size: 48px;
  display: block;
  margin-bottom: 17px
}

.reassurance .detail-title i.icon-macaron {
  margin-top: -10px;
  font-size: 58px
}

.reassurance .detail-text {
  margin-top: 8px
}

@media only screen and (max-width: 767px) {
  .reassurance .detail-text span {
    display: inline-block;
    max-width: 280px
  }
}

@media only screen and (max-width: 767px) {
  .modal-orders {
    padding: 0 !important
  }
}

.modal-orders .modal-dialog {
  max-height: 80vh;
  top: 50%
}

@media only screen and (min-width: 768px) {
  .modal-orders .modal-dialog {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
  }
}

@media only screen and (max-width: 767px) {
  .modal-orders .modal-dialog {
    top: 50px;
    max-height: 100vh;
    margin: 0 !important
  }
}

.modal-orders .modal-dialog .modal-content {
  max-height: 80vh;
  overflow-y: auto
}

@media only screen and (max-width: 767px) {
  .modal-orders .modal-dialog .modal-content {
    max-height: 100%
  }
}

.modal-orders .modal-dialog .modal-content .close {
  position: fixed;
  right: 10px
}

.modal-orders .modal-dialog .modal-body {
  color: #1d1d1d
}

@media only screen and (min-width: 768px) {
  .modal-orders .modal-dialog .modal-body {
    padding-right: 0
  }
}

.modal-orders .modal-dialog .modal-body .title {
  border-top: 0;
  padding-top: 0
}

.modal-orders .modal-dialog .modal-body .globalForm {
  width: 100%;
  overflow: hidden
}

@media only screen and (min-width: 768px) {
  .modal-orders .modal-dialog .modal-body .globalForm .subForm {
    width: 49%;
    margin-right: 1%;
    float: left;
    display: inline-block;
    vertical-align: top
  }
}

.modal-orders .modal-dialog .modal-body .globalForm h3 {
  font-weight: 700;
  font-size: 16px;
  margin: 10px 0
}

@media only screen and (max-width: 767px) {
  .modal-orders .modal-dialog .modal-body .globalForm h3 {
    margin: 20px 0
  }
}

.modal-orders .modal-dialog .modal-body .globalForm .tableForm {
  margin-bottom: 5px
}

.modal-orders .modal-dialog .modal-body .globalForm .tableForm .tableRow {
  display: -webkit-flex;
  display: flex;
  border: 1px solid #e6e6e6
}

.modal-orders .modal-dialog .modal-body .globalForm .tableForm .tableRow > * {
  display: inline-block;
  padding: 8px 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden
}

.modal-orders .modal-dialog .modal-body .globalForm .tableForm .tableRow .label {
  font-weight: 700;
  width: 40%
}

.modal-orders .modal-dialog .modal-body .globalForm .tableForm .tableRow .label.required:after {
  content: " *"
}

.modal-orders .modal-dialog .modal-body .globalForm .tableForm .tableRow .label + span {
  display: inline-block;
  margin-left: 5px
}

@media only screen and (max-width: 767px) {
  .modal-orders .modal-dialog .modal-body .globalForm .tableForm .tableRow .label + span {
    font-size: 16px
  }
}

.modal-orders .modal-dialog .modal-body .globalForm .tableForm .tableRow .FormInput {
  width: 60%;
  border-left: 1px solid #e6e6e6
}

.modal-orders .modal-dialog .modal-body .globalForm .tableForm .tableRow .FormInput input {
  font-style: italic
}

@media only screen and (max-width: 767px) {
  .modal-orders .modal-dialog .modal-body .globalForm .tableForm .tableRow .FormInput input {
    font-size: 16px
  }
}

.modal-orders .modal-dialog .modal-body .globalForm .tableForm .tableRow .FormInput input::-webkit-input-placeholder {
  color: #666
}

.modal-orders .modal-dialog .modal-body .globalForm .tableForm .tableRow .FormInput input::-moz-placeholder {
  color: #666
}

.modal-orders .modal-dialog .modal-body .globalForm .tableForm .tableRow .FormInput input:-ms-input-placeholder, .modal-orders .modal-dialog .modal-body .globalForm .tableForm .tableRow .FormInput input::-ms-input-placeholder {
  color: #666
}

.modal-orders .modal-dialog .modal-body .globalForm .tableForm .tableRow .FormInput input::placeholder {
  color: #666
}

.modal-orders .modal-dialog .modal-body .globalForm .tableForm .tableRow .FormInput input[type=radio] {
  margin: 0 5px
}

.modal-orders .modal-dialog .modal-body .globalForm .tableForm .tableRow .FormInput select {
  width: 100%
}

@media only screen and (max-width: 767px) {
  .modal-orders .modal-dialog .modal-body .globalForm .tableForm .tableRow .FormInput select {
    font-size: 16px
  }
}

.modal-orders .modal-dialog .modal-body .globalForm .tableForm .tableRow.selectRow .formSelect {
  width: 100%;
  padding: 0
}

.modal-orders .modal-dialog .modal-body .globalForm .tableForm .tableRow.selectRow .formSelect > .FormInput {
  width: 100%;
  border: 0
}

.modal-orders .modal-dialog .modal-body .globalForm .tableForm .tableRow.selectRow .formSelect > .FormInput select {
  width: 100%
}

.modal-orders .modal-dialog .modal-body .FormError {
  color: red
}

.modal-orders .modal-dialog .modal-body .send-edit {
  float: right;
  margin: 20px 15px
}

#member-order-header-light + * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden
}

#member-order-header-light + :not(.hub-blocks) {
  padding: 20px !important;
  background: #fff
}

@media only screen and (max-width: 767px) {
  #member-order-header-light + * {
    margin: 0 auto;
    width: 94%;
    width: calc(100% - 20px) !important
  }
}

@media only screen and (max-width: 767px) {
  #member-order-header-light + #payment-page .input-payment-type .form-type-label {
    max-width: none
  }
}

@media only screen and (max-width: 767px) {
  #member-order-header-light + #payment-page .form-container label {
    word-break: break-all
  }

  #member-order-header-light + #payment-page i {
    font-size: 15px !important
  }

  #member-order-header-light + #payment-page i.icon-mastercard-2 {
    font-size: 35px !important;
    top: -14px
  }

  #member-order-header-light + #payment-page i.icon-ideal {
    font-size: 27px !important;
    top: -8px !important
  }
}

#member-order-header-light + #payment-page .submit-payment {
  height: auto
}

@media only screen and (max-width: 767px) {
  #member-order-header-light + #payment-page .submit-payment #payment-form-cgv {
    width: auto;
    margin: 0 10px 0 0
  }
}

#member-order-header-light + #payment-page .btn.gray {
  margin-top: 0
}

@media only screen and (max-width: 767px) {
  #member-order-header-light + #payment-page .cgvContainer {
    height: auto
  }
}

#member-order-header-light + .modification {
  overflow: hidden
}

#member-order-header-light + #cancellation .title {
  margin-top: 0
}

#member-order-header-light + #cancellation .fieldCGV {
  display: block;
  width: 100%;
  margin-bottom: 20px
}

#member-order-header-light + #cancellation .cancelButton {
  margin-left: 0
}

@media only screen and (max-width: 1024px) {
  #member-order-header-light + #account-page #contact {
    padding: 0
  }

  #member-order-header-light + #account-page #contact #category-text {
    margin-left: 0
  }
}

#member-order-header-light + #account-page .section-title-send-email {
  font-size: 17px;
  line-height: 1
}

#member-order-header-light + #content-insurance {
  width: 64%
}

@media only screen and (max-width: 767px) {
  #member-order-header-light + #content-insurance {
    width: 100% !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px
  }

  #member-order-header-light + #content-insurance .title {
    text-align: center
  }

  #member-order-header-light + #content-insurance .insurance-container {
    min-width: 0;
    padding: 0
  }

  #member-order-header-light + #content-insurance .insurance-container .insurance-option {
    width: auto
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #member-order-header-light + #content-insurance .insurance-option {
    display: inline-block;
    width: 49%;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
}

#member-order-header-light + #updateDate {
  overflow: inherit
}

#member-order-header-light + #updateDate #tooltip-arrival, #member-order-header-light + #updateDate #tooltip-departure {
  position: absolute;
  width: 78%;
  top: 35px
}

@media only screen and (max-width: 767px) {
  #member-order-header-light + #updateDate #tooltip-arrival, #member-order-header-light + #updateDate #tooltip-departure {
    position: fixed;
    top: 150px;
    left: 10%;
    width: 80%;
    border: 2px solid #555
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #member-order-header-light + #updatePax .editPassengerForm .form-container, #member-order-header-light + #updatePax .newPassengerForm .form-container {
    overflow: hidden;
    min-height: 0
  }

  #member-order-header-light + #updatePax .editPassengerForm .form-container .input-left, #member-order-header-light + #updatePax .newPassengerForm .form-container .input-left {
    width: 100%
  }

  #member-order-header-light + #updatePax .editPassengerForm .btn_update, #member-order-header-light + #updatePax .editPassengerForm .btn_update_pax, #member-order-header-light + #updatePax .editPassengerForm .cancelButton, #member-order-header-light + #updatePax .newPassengerForm .btn_update, #member-order-header-light + #updatePax .newPassengerForm .btn_update_pax, #member-order-header-light + #updatePax .newPassengerForm .cancelButton {
    float: left !important;
    margin: 0 !important
  }

  #member-order-header-light + #updatePax .editPassengerForm .cancelButton, #member-order-header-light + #updatePax .newPassengerForm .cancelButton {
    margin-left: 10px !important
  }
}

@media only screen and (max-width: 767px) {
  #member-order-header-light + #updatePax .last {
    width: 100% !important
  }

  #member-order-header-light + #updatePax .last form + span {
    clear: none !important;
    margin-left: 10px
  }

  #member-order-header-light + #updatePax section#list_pax .btn_delete_pax {
    width: inherit;
    float: none
  }

  #member-order-header-light + #updatePax input, #member-order-header-light + #updatePax label, #member-order-header-light + #updatePax select, #member-order-header-light + #updatePax textarea {
    font-size: 14px !important
  }

  #member-order-header-light + #updatePax .sendPaxModif {
    width: inherit;
    float: none
  }
}

#leftside-insurance-form {
  width: 30%;
  margin-top: 0 !important
}

@media only screen and (max-width: 767px) {
  #leftside-insurance-form {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
}

#member-survey-thanks {
  background-color: transparent;
  padding: 0 !important;
  overflow: initial;
  width: auto !important
}

.survey-confirmation header {
  margin-bottom: 8px
}

.survey-confirmation footer {
  margin-top: 24px;
  margin-bottom: 0
}

.survey-confirmation__rating {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 26px
}

.survey-confirmation__rating__logo {
  margin-right: 18px
}

.survey-confirmation__rating__note {
  color: #bd1343;
  font-size: 26px;
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  line-height: 1
}

.survey-confirmation__content {
  text-align: center;
  color: #666;
  line-height: 1.3
}

.survey-confirmation__content__title {
  color: #1d1d1d;
  font-size: 18px
}

@media only screen and (max-width: 767px) {
  .survey-confirmation__content__title {
    margin-bottom: 20px
  }
}

.survey-confirmation__actions {
  text-align: center
}

.survey-confirmation__actions .button {
  display: inline-block
}

@media only screen and (max-width: 767px) {
  .survey-confirmation__actions .button {
    width: auto
  }
}

.survey-confirmation__actions .button--trustpilot {
  border: 1px solid #d3d3d3;
  font-size: 14px;
  color: #666;
  display: inline-table;
  padding: 0 20px 0 0;
  height: 42px;
  margin-left: auto;
  margin-right: 20px;
  margin-bottom: 20px;
  transition: all .1s ease
}

.survey-confirmation__actions .button--trustpilot:hover {
  color: #414141;
  border-color: #8a8a8a;
  transition: all .2s ease
}

.survey-confirmation__actions .button--trustpilot__logo {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  background-color: #eee;
  padding-left: 10px;
  padding-right: 18px
}

.survey-confirmation__actions .button--trustpilot__logo:after, .survey-confirmation__actions .button--trustpilot__logo:before {
  left: 100%;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.survey-confirmation__actions .button--trustpilot__logo:after {
  border-color: rgba(211, 0, 0, 0);
  border-left-color: #eee;
  border-width: 20px 0 20px 10px;
  margin-top: -20px;
  margin-top: 1px
}

.survey-confirmation__actions .button--trustpilot__logo:before {
  border-color: hsla(0, 0%, 83%, 0);
  border-left-color: #d3d3d3;
  border-width: 22px 0 22px 11px;
  margin-top: -22px;
  margin-top: -1px
}

.survey-confirmation__actions .button--trustpilot__label {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px
}

.survey-confirmation__actions .link {
  display: block;
  color: #666;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  transition: color .1s ease-out
}

.survey-confirmation__actions .link:hover {
  color: #000;
  transition: color .2s ease-out
}

#cancel-insurance-info .InsuranceInfo {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 20px;
  background-color: #fff;
  padding: 16px 24px
}

#cancel-insurance-info .InsuranceInfo i {
  -webkit-align-self: baseline;
  align-self: baseline;
  font-size: 30px;
  padding: 25px 20px
}

@media only screen and (max-width: 767px) {
  #cancel-insurance-info .InsuranceInfo i {
    padding: 6px 12px 6px 0;
    font-size: 24px
  }
}

#cancel-insurance-info .InsuranceInfo .InsuranceInfo_main {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
  flex: 1;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media only screen and (max-width: 767px) {
  #cancel-insurance-info .InsuranceInfo .InsuranceInfo_main {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

#cancel-insurance-info .InsuranceInfo .InsuranceInfo_main .InsuranceInfo_text {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  justify-content: space-around
}

#cancel-insurance-info .InsuranceInfo .InsuranceInfo_main .InsuranceInfo_text .InsuranceInfo_title {
  font-weight: 700;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 18px
}

#cancel-insurance-info .InsuranceInfo .InsuranceInfo_main .InsuranceInfo_text .InsuranceInfo_description {
  display: block;
  font-size: 14px;
  line-height: 18px
}

@media only screen and (max-width: 767px) {
  #cancel-insurance-info .InsuranceInfo .InsuranceInfo_main .InsuranceInfo_text .InsuranceInfo_description {
    margin-top: 15px
  }
}

#cancel-insurance-info .InsuranceInfo .InsuranceInfo_main .InsuranceInfo_cta {
  -webkit-flex: 0 1 146px;
  flex: 0 1 146px;
  word-break: break-word
}

@media only screen and (max-width: 767px) {
  #cancel-insurance-info .InsuranceInfo .InsuranceInfo_main .InsuranceInfo_cta {
    -webkit-flex: none;
    flex: none;
    margin-top: 20px
  }
}

#cancel-insurance-info .InsuranceInfo .InsuranceInfo_main .InsuranceInfo_cta a {
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#navigation-cancellation {
  margin-top: 30px
}

#navigation-cancellation .cancelButton {
  color: #666;
  font-weight: 700;
  line-height: 44px
}

#navigation-cancellation .cancelButton i {
  font-weight: 400;
  font-size: 20px;
  vertical-align: sub;
  padding-right: 5px
}

#popup_cancellation {
  background-color: #fff;
  padding: 30px;
  width: 670px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  color: #1d1d1d;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center
}

#popup_cancellation h1 {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 24px;
  margin: 15px auto 0;
  font-style: italic;
  font-weight: 400;
  line-height: 27px
}

@media only screen and (max-width: 767px) {
  #popup_cancellation h1 {
    font-size: 18px
  }
}

#popup_cancellation h1:after {
  content: "\2014";
  display: block;
  font-family: Georgia, Times New Roman, Times, serif;
  color: #bd1343;
  opacity: .9;
  font-size: 25px;
  font-weight: 700
}

#popup_cancellation p {
  color: #1d1d1d;
  font-size: 16px;
  margin-bottom: 10px
}

#popup_cancellation p.small {
  font-size: 12px;
  margin: 0;
  text-align: right;
  margin-top: 15px
}

#popup_cancellation p b {
  white-space: nowrap
}

#popup_cancellation p.info-cancelation-fees b {
  color: #1d1d1d
}

#popup_cancellation p.info-cancelation-payed b, #popup_cancellation p.info-cancelation-reimburse b {
  color: #bd1343
}

#popup_cancellation .action_buttons {
  margin-top: 30px
}

@media only screen and (max-width: 767px) {
  #popup_cancellation .action_buttons {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

#popup_cancellation .action_buttons input {
  display: block;
  margin: 5px auto
}

@media only screen and (max-width: 767px) {
  #popup_cancellation .action_buttons input {
    margin: 0;
    width: 100%
  }
}

#popup_cancellation .action_buttons input.cancelButton {
  color: #666;
  font-weight: 700
}

#popup_cancellation .action_buttons .refundVoucherButton {
  width: 48%;
  white-space: pre-wrap;
  line-height: 18px;
  margin-bottom: 20px
}

#popup_cancellation .action_buttons .refundVoucherButton:hover {
  color: #fff
}

#popup_cancellation .action_buttons .refundMoneyButton {
  width: 48%;
  white-space: pre-wrap;
  line-height: 18px;
  color: #666
}

#popup_cancellation .action_buttons .refundMoneyButton:hover {
  color: #000
}

#cancellation {
  color: #666
}

#cancellation.card {
  padding: 30px 20px !important
}

#cancellation.card header {
  width: 100%
}

@media only screen and (min-width: 768px) {
  #cancellation.card header .card__title:before {
    left: -20px
  }
}

@media only screen and (max-width: 767px) {
  #cancellation.card.flexibility {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100% !important
  }
}

@media only screen and (min-width: 768px) {
  #cancellation.card.flexibility {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    background-image: linear-gradient(90deg, transparent 70%, #f8f8f8 0);
    padding: 15px 20px !important
  }
}

@media only screen and (min-width: 768px) {
  #cancellation.card.flexibility.flexibility--fullWidth {
    background-image: none
  }

  #cancellation.card.flexibility.flexibility--fullWidth main {
    width: 100%;
    padding-right: 20px
  }
}

@media only screen and (min-width: 768px) {
  #cancellation.card.flexibility main {
    width: calc(70% - 40px);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around
  }
}

@media only screen and (max-width: 767px) {
  #cancellation.card.flexibility main {
    -webkit-order: 3;
    order: 3;
    background: url("/s/images/visual/orders/flexibility.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 60px;
    padding-top: 80px;
    margin-top: -30px
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 192dpi) {
  #cancellation.card.flexibility main {
    background-image: url("/s/images/visual/orders/flexibility@2x.png")
  }
}

#cancellation.card.flexibility #disableFlexLink {
  font-weight: 700;
  text-decoration: underline
}

#cancellation h4 {
  border-top: 0
}

#cancellation aside.flexibility, #cancellation aside.voucherRefund {
  display: inline-block;
  min-height: 100px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (min-width: 768px) {
  #cancellation aside.flexibility, #cancellation aside.voucherRefund {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: -40px;
    width: calc(30% + 40px);
    padding-left: 60px
  }

  #cancellation aside.flexibility .voucherRefund_block, #cancellation aside.voucherRefund .voucherRefund_block {
    padding-left: 40px
  }
}

@media only screen and (max-width: 767px) {
  #cancellation aside.flexibility, #cancellation aside.voucherRefund {
    -webkit-order: 2;
    order: 2;
    width: 100%;
    padding: 10px 20px;
    background-color: #f5f5f5
  }
}

#cancellation aside.flexibility h3, #cancellation aside.voucherRefund h3 {
  font-size: 18px;
  color: #1d1d1d;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
  margin: 10px 0
}

#cancellation aside.flexibility h3 span, #cancellation aside.voucherRefund h3 span {
  font-weight: 700
}

#cancellation aside.flexibility a, #cancellation aside.voucherRefund a {
  color: #666
}

#cancellation aside.flexibility a.small, #cancellation aside.voucherRefund a.small {
  font-size: 13px
}

#cancellation aside.flexibility a:hover, #cancellation aside.voucherRefund a:hover {
  color: #000
}

#cancellation aside.flexibility ol, #cancellation aside.voucherRefund ol {
  margin: 0 0 .5em;
  padding: 0;
  counter-reset: item
}

#cancellation aside.flexibility ol > li, #cancellation aside.voucherRefund ol > li {
  margin: 10px 0;
  list-style-type: none;
  counter-increment: item;
  font-size: 14px
}

#cancellation aside.flexibility ol > li:before, #cancellation aside.voucherRefund ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: .5em;
  font-weight: 700;
  text-align: right;
  content: counter(item) "."
}

#cancellation aside.flexibility .infoCancellationNotice_block, #cancellation aside.voucherRefund .infoCancellationNotice_block {
  margin: 1.5em 0 0
}

#cancellation aside.flexibility .infoCancellationNotice_block .infoCancellationNotice__legal, #cancellation aside.voucherRefund .infoCancellationNotice_block .infoCancellationNotice__legal {
  font-size: 11px;
  line-height: 1.2em
}

@media only screen and (min-width: 768px) {
  #cancellation aside.flexibility {
    padding-left: 100px;
    background: url("/s/images/visual/orders/flexibility.png");
    background-repeat: no-repeat;
    background-position: 25px calc(50% - 15px);
    background-size: 60px
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi) {
  #cancellation aside.flexibility {
    background-image: url("/s/images/visual/orders/flexibility@2x.png")
  }
}

#cancellation .label-tag {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  background: #bd1343;
  width: auto;
  border-radius: 2px;
  padding: 0 8px;
  display: inline-block;
  margin-left: 5px
}

#cancellation .line {
  width: 100%;
  height: 1px;
  line-height: 0;
  display: inline-block;
  margin: 0;
  padding: 0
}

#cancellation .line.step {
  background-image: linear-gradient(90deg, #d3d3d3 50%, transparent 0);
  background-size: 10px 100%
}

#cancellation .line.total {
  border-bottom: 1px solid #d3d3d3
}

#cancellation .recapPayment {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}

#cancellation .recapPayment.details {
  padding-left: 30px
}

#cancellation .recapPayment .libelle {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 50%;
  max-width: 70%;
  line-height: 24px
}

#cancellation .recapPayment .libelle.bold {
  font-size: 16px
}

#cancellation .recapPayment .libelle.total {
  color: #1d1d1d
}

#cancellation .recapPayment .price {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  line-height: 24px;
  text-align: right;
  min-width: 30px
}

#cancellation .recapPayment .price.bold {
  font-size: 18px
}

#cancellation .recapPayment .price.total {
  color: #bd1343;
  font-size: 18px
}

#cancellation .recapPayment .bold {
  font-weight: 700
}

#cancellation .recapPayment + p {
  padding-top: 30px;
  margin-top: 10px;
  border-top: 1px solid #e6e6e6
}

#cancellation .recapPayment .NoticeReimburseDelayed {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 20px;
  font-size: 14px
}

#cancellation .acceptCgv {
  display: inline-block
}

#cancellation .acceptCgv #errorCgvMessage {
  display: none;
  color: red
}

#cancellation .acceptCgv .total {
  border: none
}

#cancellation .acceptCgv .backButton, #cancellation .acceptCgv .cancelButton {
  float: left !important;
  color: #666;
  font-weight: 700;
  line-height: 44px
}

#cancellation .acceptCgv .backButton i, #cancellation .acceptCgv .cancelButton i {
  font-weight: 400;
  font-size: 20px;
  vertical-align: sub;
  padding-right: 5px
}

#cancellation .acceptCgv .save {
  float: right !important
}

#cancellation .acceptCgv .fieldCGV {
  margin-right: 6%;
  margin-top: 8px
}

@media only screen and (min-width: 768px) {
  #cancellation .acceptCgv .fieldCGV {
    float: left;
    margin-bottom: 40px !important
  }
}

#cancellation .acceptCgv .fieldCGV input[type=checkbox] {
  margin-right: 8px
}

#cancellation .acceptCgv .buttons {
  margin-top: 30px
}

@media only screen and (max-width: 767px) {
  #cancellation .acceptCgv .buttons {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

@media only screen and (max-width: 767px) {
  #cancellation .acceptCgv .buttons button {
    display: block;
    width: 100%;
    margin-top: 10px
  }
}

#cancellation .infoCancellationFees {
  width: 100%;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: underline;
  color: #666
}

#cancellation .infoCancellationNotice {
  display: none;
  clear: left;
  margin-top: 5px
}

#cancellation .infoCancellationNotice__subDetails {
  margin-top: 15px
}

#cancellation .infoCancellationNotice__legal {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 10px
}

#cancellation .infoCancellationNotice__legal .icon {
  font-size: 24px;
  margin-right: 11px
}

#cancellation .infoCancellationNotice__special {
  margin-top: 10px
}

#cancellation .cancellationRules {
  width: 100%;
  table-layout: fixed;
  margin-top: 20px;
  margin-bottom: 20px
}

#cancellation .cancellationRules .resp-td, #cancellation .cancellationRules .resp-th {
  text-align: left;
  padding: 12px;
  border: 1px solid #d3d3d3
}

#cancellation .infoCancellationInsurance {
  margin-top: 30px;
  font-style: italic
}

#cancellation .infoCancellationInsurance a {
  font-weight: 700;
  text-decoration: underline
}

#cancellation .cancelButton {
  font-family: Source Sans Pro, sans-serif
}

@media only screen and (max-width: 767px) {
  #cancellation .cancelButton {
    text-align: center;
    width: 100% !important
  }
}

#cancellation .refundVoucherButton {
  width: 40%;
  color: #fff
}

#cancellation .refundVoucherButton:hover {
  color: #fff
}

#cancellation .refundMoneyButton {
  width: 50%;
  color: #666;
  font-size: 13px;
  padding: 14px 20px
}

#cancellation .refundMoneyButton:hover {
  color: #000
}

#cancellation .button.save {
  margin: 0
}

#cancellation .flexibility .acceptCgv {
  margin-top: 20px
}

.CopyPaste {
  position: relative;
  display: inline-block;
  line-height: 30px
}

.CopyPaste .text {
  position: relative;
  padding: 4px 8px;
  color: #bd1343;
  font-weight: 700;
  background-color: #f8f8f8;
  border: 1px dashed #979797;
  border-radius: 2px;
  cursor: pointer
}

@media only screen and (max-width: 767px) {
  .modal--order {
    padding: 0 !important
  }
}

.modal--order .modal-dialog {
  max-height: 80vh;
  top: 50%
}

@media only screen and (min-width: 768px) {
  .modal--order .modal-dialog {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
  }
}

@media only screen and (min-width: 1025px) {
  .modal--order .modal-dialog {
    width: 770px
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modal--order .modal-dialog {
    width: 600px
  }
}

@media only screen and (max-width: 767px) {
  .modal--order .modal-dialog {
    max-height: 100vh;
    margin: 0 !important
  }
}

.modal--order .modal-dialog .modal-content {
  max-height: 80vh;
  overflow-y: auto
}

@media only screen and (max-width: 767px) {
  .modal--order .modal-dialog .modal-content {
    max-height: 100%
  }
}

@media only screen and (min-width: 768px) {
  .modal--order .modal-dialog .modal-content .close {
    padding: 0;
    position: fixed;
    right: 0;
    top: -28px;
    color: #fff;
    font-family: Source Sans Pro, sans-serif;
    font-weight: 700;
    font-size: 14px
  }
}

@media only screen and (max-width: 767px) {
  .modal--order .modal-dialog .modal-content .close {
    padding: 10px;
    font-size: 18px;
    right: 10px
  }
}

@media only screen and (max-width: 767px) {
  .modal--order .modal-dialog .modal-content .close .hidden-mobile {
    display: none
  }
}

@media only screen and (min-width: 768px) {
  .modal--order .modal-dialog .modal-content .close i, .modal--order .modal-dialog .modal-content .close span {
    display: inline-block;
    vertical-align: middle
  }
}

@media only screen and (min-width: 768px) {
  .modal--order .modal-dialog .modal-content .close i {
    margin-top: 2px;
    margin-left: 6px;
    font-size: 16px
  }
}

.modal--order .modal-dialog .modal-body {
  color: #1d1d1d;
  padding: 40px
}

@media only screen and (max-width: 767px) {
  .modal--order .modal-dialog .modal-body {
    padding: 20px
  }
}

.modal--order .modal-dialog .modal-body header {
  color: #1d1d1d;
  text-align: center
}

@media only screen and (min-width: 768px) {
  .modal--order .modal-dialog .modal-body header {
    text-align: left
  }
}

.modal--order .modal-dialog .modal-body header .modal--title {
  font-style: italic;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 28px;
  line-height: 1.1
}

@media only screen and (max-width: 365px) {
  .modal--order .modal-dialog .modal-body header .modal--title {
    margin: 0 -10px
  }
}

.modal--order .modal-dialog .modal-body header .modal--title:after {
  content: "\2014";
  display: block;
  font-family: Georgia, Times New Roman, Times, serif;
  color: #bd1343;
  opacity: .9;
  font-size: 25px;
  font-weight: 700;
  margin-top: 10px
}

@media only screen and (max-width: 767px) {
  .modal--order .modal-dialog .modal-body header .modal--title:after {
    margin-top: 0
  }
}

.modal--order .modal-dialog .modal-body a {
  color: #bd1343
}

.modal--MobilePageOrder .modal-dialog {
  margin: 0;
  min-height: 100%;
  background-color: #fff
}

.modal--MobilePageOrder .modal-body {
  padding: 0
}

.modal--MobilePageOrder .modal-body header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px;
  color: #000;
  font-size: 15px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  font-weight: 700;
  z-index: 1
}

.modal--MobilePageOrder .modal-body header i {
  margin-right: 15px;
  font-size: 24px
}

@media only screen and (max-width: 767px) {
  .modal--MobilePageOrder .modal-body header .shortTitle {
    text-transform: lowercase
  }

  .modal--MobilePageOrder .modal-body header .shortTitle:first-letter {
    text-transform: uppercase
  }
}

.modal--MobilePageOrder .modal-body .MobilePageOrder__main {
  padding: 20px
}

.modal--MobilePageOrder .modal-body .MobilePageOrder__main__header {
  font-size: 20px;
  font-weight: 700;
  color: #000
}

.modal--MobilePageOrder .modal-body .MobilePageOrder__main__header:after {
  content: "\2014";
  display: block;
  font-family: Georgia, Times New Roman, Times, serif;
  color: #bd1343;
  opacity: .9;
  font-size: 25px;
  font-weight: 700;
  margin-top: 10px
}

@media only screen and (max-width: 767px) {
  .modal--MobilePageOrder .modal-body .MobilePageOrder__main__header:after {
    margin-top: 0
  }
}

.modal--MobilePageOrder .modal-body .MobilePageOrder__main.noPadding {
  padding: 0 20px !important
}

.modal--MobilePageOrder .modal-body .MobilePageOrder__main__content {
  margin-top: 10px;
  word-break: break-word
}

.modal--MobilePageOrder .modal-body .MobilePageOrder__main__content.noPadding {
  margin-top: 0 !important
}

.modal--MobilePageOrder a {
  color: #bd1343
}

#member-order-header-light, #member-order-header-light.counter-proposal-header #header_picture {
  height: auto
}

#member-order-header-light .counter-proposal-dates {
  float: left;
  clear: both
}

#counter-proposal {
  color: #666
}

#counter-proposal .button-clicked {
  transition: none;
  background-color: #b1343
}

#counter-proposal.card {
  padding: 30px 20px !important
}

#counter-proposal .counter-proposal-balance {
  font-weight: 700
}

#counter-proposal h4 {
  border-top: 0
}

#counter-proposal .label-tag {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  background: #bd1343;
  width: auto;
  border-radius: 2px;
  padding: 0 8px;
  display: inline-block;
  margin-left: 5px
}

#counter-proposal .line {
  width: 100%;
  height: 1px;
  line-height: 0;
  display: inline-block;
  margin: 0;
  padding: 0
}

#counter-proposal .line.step {
  background-image: linear-gradient(90deg, #d3d3d3 50%, transparent 0);
  background-size: 10px 100%
}

#counter-proposal .line.total {
  border-bottom: 1px solid #d3d3d3
}

#counter-proposal .recapPayment {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}

#counter-proposal .recapPayment.details {
  padding-left: 30px
}

#counter-proposal .recapPayment .libelle {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 50%;
  max-width: 70%;
  line-height: 24px
}

#counter-proposal .recapPayment .libelle.bold {
  font-size: 16px
}

#counter-proposal .recapPayment .libelle.total {
  color: #1d1d1d
}

#counter-proposal .recapPayment .price {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  line-height: 24px;
  text-align: right;
  min-width: 30px
}

#counter-proposal .recapPayment .price.bold {
  font-size: 18px
}

#counter-proposal .recapPayment .price.total {
  color: #bd1343;
  font-size: 18px
}

#counter-proposal .recapPayment .bold {
  font-weight: 700
}

#counter-proposal .recapPayment + p {
  padding-top: 30px;
  margin-top: 10px;
  border-top: 1px solid #e6e6e6
}

#counter-proposal .recapPayment .NoticeReimburseDelayed {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 20px;
  font-size: 14px
}

#counter-proposal .acceptCgv {
  display: inline-block
}

#counter-proposal .acceptCgv .total {
  border: none
}

#counter-proposal .acceptCgv .cancelButton {
  float: left !important;
  color: #666;
  font-weight: 700;
  line-height: 44px
}

#counter-proposal .acceptCgv .cancelButton i {
  font-weight: 400;
  font-size: 20px;
  vertical-align: sub;
  padding-right: 5px
}

#counter-proposal .acceptCgv .save {
  float: right !important
}

#counter-proposal .acceptCgv .fieldCGV {
  margin-right: 6%;
  margin-top: 8px
}

@media only screen and (min-width: 768px) {
  #counter-proposal .acceptCgv .fieldCGV {
    float: left;
    margin-bottom: 40px !important
  }
}

#counter-proposal .acceptCgv .fieldCGV input[type=checkbox] {
  margin-right: 8px
}

#counter-proposal .acceptCgv .buttons {
  clear: both;
  margin-top: 30px
}

@media only screen and (max-width: 767px) {
  #counter-proposal .acceptCgv .buttons {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

@media only screen and (max-width: 767px) {
  #counter-proposal .acceptCgv .buttons button {
    display: block;
    width: 100%;
    margin-top: 10px
  }
}

#counter-proposal .infoCancellationFees {
  width: 100%;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: underline;
  color: #666
}

#counter-proposal .infoCancellationNotice {
  display: none;
  clear: left;
  margin-top: 30px
}

#counter-proposal .infoCancellationNotice__legal {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

#counter-proposal .infoCancellationNotice__legal .icon {
  font-size: 24px;
  margin-right: 11px
}

#counter-proposal .cancellationRules {
  width: 100%;
  table-layout: fixed;
  margin-top: 20px;
  margin-bottom: 20px
}

#counter-proposal .cancellationRules .resp-td, #counter-proposal .cancellationRules .resp-th {
  text-align: left;
  padding: 12px;
  border: 1px solid #d3d3d3
}

#counter-proposal .infoCancellationInsurance {
  margin-top: 30px;
  font-style: italic
}

#counter-proposal .infoCancellationInsurance a {
  font-weight: 700;
  text-decoration: underline
}

#counter-proposal .cancelButton {
  font-family: Source Sans Pro, sans-serif
}

@media only screen and (max-width: 767px) {
  #counter-proposal .cancelButton {
    text-align: center;
    width: 100% !important
  }
}

#counter-proposal .button.save {
  margin: 0
}

div.find-my-order {
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center
}

div.find-my-order > div {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 10px
}

@media only screen and (max-width: 767px) {
  div.find-my-order > div {
    padding-bottom: 10px
  }
}

div.find-my-order > div .cta--find-my-order {
  margin: 40px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 2;
  order: 2;
  width: auto
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  div.find-my-order > div .cta--find-my-order {
    margin-right: 20px
  }
}

@media only screen and (max-width: 767px) {
  div.find-my-order > div .cta--find-my-order {
    margin: 0 auto
  }
}

@media only screen and (max-width: 767px) {
  .modal--find-my-order {
    padding: 0 !important
  }
}

.modal--find-my-order .modal-dialog {
  max-height: 80vh;
  top: 50%
}

@media only screen and (min-width: 768px) {
  .modal--find-my-order .modal-dialog {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
  }
}

@media only screen and (max-width: 767px) {
  .modal--find-my-order .modal-dialog {
    max-height: 100vh;
    margin: 0 !important;
    top: 10%
  }
}

.modal--find-my-order .modal-dialog .modal-content {
  max-height: 80vh;
  overflow-y: auto
}

@media only screen and (max-width: 767px) {
  .modal--find-my-order .modal-dialog .modal-content {
    max-height: 100%
  }
}

@media only screen and (min-width: 768px) {
  .modal--find-my-order .modal-dialog .modal-content .close {
    padding: 0;
    position: fixed;
    right: 0;
    top: -28px;
    color: #fff;
    font-family: Source Sans Pro, sans-serif;
    font-weight: 700;
    font-size: 14px
  }
}

@media only screen and (max-width: 767px) {
  .modal--find-my-order .modal-dialog .modal-content .close {
    padding: 10px;
    font-size: 18px;
    right: 10px
  }
}

@media only screen and (max-width: 767px) {
  .modal--find-my-order .modal-dialog .modal-content .close .hidden-mobile {
    display: none
  }
}

@media only screen and (min-width: 768px) {
  .modal--find-my-order .modal-dialog .modal-content .close i, .modal--find-my-order .modal-dialog .modal-content .close span {
    display: inline-block;
    vertical-align: middle
  }
}

@media only screen and (min-width: 768px) {
  .modal--find-my-order .modal-dialog .modal-content .close i {
    margin-top: 2px;
    margin-left: 6px;
    font-size: 16px
  }
}

.modal--find-my-order .modal-dialog .modal-body {
  color: #1d1d1d;
  padding: 40px;
  min-height: 400px
}

@media only screen and (max-width: 767px) {
  .modal--find-my-order .modal-dialog .modal-body {
    padding: 20px
  }
}

.modal--find-my-order .modal-dialog .modal-body header {
  color: #1d1d1d
}

.modal--find-my-order .modal-dialog .modal-body header .modal--title {
  text-align: center;
  font-style: italic;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 32px;
  line-height: 1.1
}

@media only screen and (max-width: 365px) {
  .modal--find-my-order .modal-dialog .modal-body header .modal--title {
    margin: 0 -10px
  }
}

.modal--find-my-order .modal-dialog .modal-body header .modal--title:after {
  content: "\2014";
  display: block;
  font-family: Georgia, Times New Roman, Times, serif;
  color: #bd1343;
  font-size: 26px;
  font-weight: 700;
  margin-top: 10px
}

@media only screen and (max-width: 767px) {
  .modal--find-my-order .modal-dialog .modal-body header .modal--title:after {
    margin-top: 0
  }
}

.modal--find-my-order .modal-dialog .modal-body p {
  color: #1d1d1d;
  margin: 10px 0 0
}

.modal--find-my-order .modal-dialog .modal-body section.response button {
  margin: 20px auto;
  display: block
}

.modal--find-my-order .modal-dialog .modal-body section.response .modal--message {
  font-size: 18px
}

.modal--find-my-order .modal-dialog .modal-body section.response .modal--message i {
  font-size: 32px;
  float: left;
  padding: 0 20px;
  color: #bd1343
}

.modal--find-my-order .modal-dialog .modal-body section.response .modal--advice {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 20px
}

.modal--find-my-order .modal-dialog .modal-body section.form {
  width: 285px;
  margin: 0 auto
}

.modal--find-my-order .modal-dialog .modal-body section.form label {
  color: #666;
  font-weight: 700;
  display: block;
  margin: 22px 0 8px
}

.modal--find-my-order .modal-dialog .modal-body section.form input {
  display: block;
  width: 100%;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
  background-color: #fff;
  color: #666;
  line-height: 22px;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Monaco, Lucida Console
}

.modal--find-my-order .modal-dialog .modal-body section.form button {
  display: block;
  margin: 22px auto 0
}

.modal--find-my-order .modal-dialog .modal-body section.form button:disabled {
  background-color: #8a8a8a
}

#page-container.voucher-extendVoucher {
  padding-bottom: 0
}

#page-container.voucher-extendVoucher .libelle i {
  font-size: 17px
}

#page-container.voucher-extendVoucher .newAmount {
  color: #bd1343;
  font-weight: 700;
  font-size: 16px
}

#page-container.voucher-extendVoucher .expireAt {
  font-size: 16px
}

#page-container.voucher-extendVoucher a.refundVoucher, #page-container.voucher-extendVoucher button.refundVoucher {
  text-align: left;
  color: #666;
  font-size: 14px;
  font-family: Source Sans Pro, sans-serif
}

.extendVoucher.card {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media only screen and (max-width: 1024px) {
  .extendVoucher.card {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.extendVoucher__proposal {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 35px 30px 25px 35px
}

@media only screen and (max-width: 1024px) {
  .extendVoucher__proposal {
    padding: 35px 15px 15px
  }
}

.extendVoucher__proposal header {
  margin-bottom: 40px;
  border: 0
}

.extendVoucher__infos {
  padding: 15px 15px 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto
}

@media only screen and (min-width: 1025px) {
  .extendVoucher__infos {
    padding: 50px 30px;
    -webkit-flex: 0 0 252px;
    flex: 0 0 252px;
    background-color: #f8f8f8
  }
}

@media only screen and (max-width: 1024px) {
  .extendVoucherSteps {
    padding: 20px;
    background-color: #f8f8f8
  }
}

.extendVoucherSteps__step {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 12px;
  line-height: 15px
}

.extendVoucherSteps__step:not(:last-child) {
  margin-bottom: 30px
}

.extendVoucherSteps .Step__number {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #666;
  border-radius: 50%
}

.extendVoucherSteps .Step__info {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #666
}

.extendVoucherSteps .RefundMyVoucher {
  display: block;
  margin-top: 15px;
  margin-left: 40px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  color: #666
}

.ExtendRecap__priceLine {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #1d1d1d
}

@media only screen and (max-width: 1024px) {
  .ExtendRecap__priceLine {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.ExtendRecap__priceLine--voucherBonus {
  font-weight: 700
}

.ExtendRecap__priceLine i {
  margin-right: 5px;
  font-size: 17px;
  line-height: 24px;
  vertical-align: bottom
}

.ExtendRecap__separator {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 0;
  width: 100%;
  height: 1px
}

.ExtendRecap__separator--dashed {
  background-image: linear-gradient(90deg, #d3d3d3 50%, transparent 0);
  background-size: 10px 100%
}

.ExtendRecap__button {
  margin: 40px 0 0 auto;
  display: block
}

@media only screen and (max-width: 1024px) {
  .ExtendRecap .Price {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
  }
}

.Amount {
  font-size: 16px;
  font-weight: 700
}

.Amount--final {
  color: #bd1343
}

.Timeline__item {
  display: -webkit-flex;
  display: flex;
  gap: 10px
}

.Timeline__container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start
}

.Timeline__icon {
  width: 16px;
  height: 16px
}

.Timeline__line {
  width: 1px;
  height: 100%
}

.Timeline__line--active {
  background-color: #000
}

.Timeline__line--inactive {
  background-color: #d3d3d3
}

.Timeline__line--error {
  background: linear-gradient(90deg, #000 30%, #bd1343 70%)
}

.Timeline__line--up {
  height: 32px;
  margin-left: 9px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
  .Timeline__line--up {
    margin-left: 8.5px
  }
}

.Timeline__status-container {
  -webkit-align-items: center;
  align-items: center;
  min-width: 18px
}

.Timeline__content, .Timeline__status-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column
}

.Timeline__content {
  position: absolute;
  font-weight: 400;
  text-align: left;
  position: relative;
  -webkit-justify-content: start;
  justify-content: start;
  color: #000
}

.Timeline__date {
  font-weight: 700;
  max-width: 284px
}

.Timeline__date--inactive {
  color: #d3d3d3
}

.Timeline__text {
  font-weight: 400
}

.Timeline__text--inactive {
  color: #d3d3d3
}

.Timeline__text--error {
  color: #bd1343
}

.formal-dialog {
  display: none;
}

@media only screen and (max-width: 767px) {
  .formal-dialog .modal--order .modal-dialog {
    top: 0%;
    overflow: auto;
  }

  .formal-dialog .modal-content {
    overflow: auto;
  }

  .formal-dialog .modal-body {
    overflow: auto;
  }

  .OrderNavigation .OrderDropdown__menu {
    width: 100%;
    position: relative !important;
    border: 1px solid #eee;
    transform: none !important;
  }

  .Order .OrderDropdown.show .OrderDropdown__button {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: transparent;
  }
}

.cancel-modal .info-cancelation-reimburse {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.action_buttons {
  padding-top: 40px;
  text-align: center;
}

.cancel-modal .info-cancelation-reimburse b {
  color: #a5113a;
}

.action_buttons div {
  padding-top: 10px;
}
