@charset "UTF-8";
/* Organisation de la feuille de style
 * 1 - Layout : Concerne la mise en page générale (template)
 * 2 - Forms : Concerne les formulaires
 * 3 - Modules : Concerne la mise en page des modules
 * 4 - Select : Regroupe les styles des selects
 * 5 - Fleche Top : Regroupe les styles du backtotop
 * 6 - Loading : Regroupe les styles du loader
 * 7 - RGPD : Regroupe les styles de RGPD (label + input) pour formulaire
 * 8 - 404 : Regroupe les styles de la page 404
 * 9 - Datepicker : Regroupe les styles des datepicker
 * 10 - PopIn : Regroupe les styles des popIn
*/
/* 1 - Layout
-------------------------------- */
.kit-body-wrap .page-layout-wrap {
  font-size: 13px;
  color: #606060;
}

.kit-body-wrap .page-footer,
.kit-body-wrap .page-footer-wrap {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.kit-body-wrap .product-book-selection .icon-arrow-right {
  display: inline;
}

body.modal-open {
  overflow: hidden;
}

.kit-body-wrap .page-layout-wrap h1 {
  font-size: 1.75rem;
}

.kit-body-wrap .page-layout-wrap .product-page h1 {
  font-size: 1rem;
}

.kit-body-wrap .page-layout-wrap h2 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: .75rem;
}

.kit-body-wrap .page-layout-wrap h2 [class^="icon-"],
.kit-body-wrap .page-layout-wrap h2 [class*=" icon-"] {
  font-size: 20px;
  margin-right: 2px;
}

.kit-body-wrap .page-layout-wrap h2.line:before {
  position: relative;
  top: 13px;
  display: block;
  height: 1px;
  content: '';
  background: #e2e2e2;
}

.kit-body-wrap .page-layout-wrap h2.line > span {
  position: relative;
  background: #fff;
  padding-right: 8px;
}

.kit-body-wrap .page-layout-wrap h2.line.text-center > span {
  padding-left: 8px;
}

.kit-body-wrap .page-layout-wrap h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.kit-body-wrap .page-layout-wrap p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: .75rem;
}

.kit-body-wrap label {
  cursor: auto;
}

.kit-body-wrap label.inline {
  margin: 0 0 0 0;
}

.kit-body-wrap .page-layout-wrap ul,
.kit-body-wrap .page-layout-wrap ol,
.kit-body-wrap .page-layout-wrap dl {
  font-size: 13px;
}

.kit-body-wrap .page-layout-wrap a.big-link {
  text-transform: uppercase;
  text-decoration: none;
}

.kit-body-wrap .page-layout-wrap a.big-link [class^="icon-"],
.kit-body-wrap .page-layout-wrap a.big-link [class*=" icon-"] {
  position: relative;
  top: -1px;
  font-size: 16px;
  vertical-align: middle;
}

.kit-body-wrap .page-layout-wrap a.big-link .text {
  vertical-align: middle;
}

.kit-body-wrap .page-layout-wrap a.big-link:hover {
  text-decoration: none;
}

.kit-body-wrap .page-layout-wrap a.big-link:hover .text {
  text-decoration: underline;
}

.kit-body-wrap .page-layout-wrap a:hover,
.kit-body-wrap .page-layout-wrap a:focus {
  text-decoration: underline;
}

.kit-body-wrap .page-layout-wrap table tr th {
  color: #333;
}

.kit-body-wrap .page-layout-wrap table tr td {
  color: #606060;
}

.kit-body-wrap sup span {
  font-size: 12px;
}

.kit-body-wrap .tabs-content {
  margin-bottom: 0;
}

.error-preview {
  padding-top: 0.75rem !important;
}

.preview-warning {
  background: #c35356 none repeat scroll 0 0;
  color: white;
  text-align: center;
  font-size: 1.5rem;
}

.reveal-modal {
  position: fixed;
}

.reveal-modal .close-reveal-modal {
  top: 0;
}

.kit-body-wrap div.alert-box-reveal.alert,
.kit-body-wrap div.alert-box.alert {
  margin: 0;
  text-align: left;
  color: white;
  background: #ff5656;
  border-color: transparent;
  width: 100%;
}

.kit-body-wrap div.alert-box-reveal.success,
.kit-body-wrap div.alert-box.success {
  margin: 0;
  text-align: left;
  color: white;
  background: #43AC6A;
  border-color: transparent;
  width: 100%;
}

.alert-box-reveal a.close,
.alert-box-reveal a.close:hover,
.alert-box a.close,
.alert-box a.close:hover {
  color: white !important;
  opacity: 1;
}

.textarea-height-10 {
  min-height: 10rem;
  background-color: white;
}

.textarea-height-5 {
  min-height: 5rem;
  background-color: white;
}

#cookie-banner-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem;
  background: #323332;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  z-index: 100;
}

#cookie-banner-container p,
#cookie-banner-container button {
  margin: 0;
}

#cookie-banner-container .buttons {
  margin-left: 10px;
  text-align: center;
}

#cookie-banner-container .cookie-more,
#cookie-banner-container .cookie-validate {
  margin: 10px 5px;
}

#cookie-banner-container .cookie-validate {
  padding: 5px 10px;
  border-radius: 5px;
  background: #333;
  color: white;
}

@media only screen and (min-width: 40.0625em) {
  .kit-body-wrap .page-block > .row.center-offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

/* 2 - Forms
-------------------------------- */
.kit-body-wrap .page-layout-wrap input[type="text"],
.kit-body-wrap .page-layout-wrap input[type="password"],
.kit-body-wrap .page-layout-wrap input[type="date"],
.kit-body-wrap .page-layout-wrap input[type="datetime"],
.kit-body-wrap .page-layout-wrap input[type="datetime-local"],
.kit-body-wrap .page-layout-wrap input[type="month"],
.kit-body-wrap .page-layout-wrap input[type="week"],
.kit-body-wrap .page-layout-wrap input[type="email"],
.kit-body-wrap .page-layout-wrap input[type="number"],
.kit-body-wrap .page-layout-wrap input[type="search"],
.kit-body-wrap .page-layout-wrap input[type="tel"],
.kit-body-wrap .page-layout-wrap input[type="time"],
.kit-body-wrap .page-layout-wrap input[type="url"],
.kit-body-wrap .page-layout-wrap input[type="color"],
.kit-body-wrap .page-layout-wrap textarea {
  padding: .5625rem .5rem;
  height: 2.4375rem;
  border-color: #e2e2e2;
  margin-bottom: 1rem;
}

.kit-body-wrap .page-layout-wrap input[type="text"]:focus,
.kit-body-wrap .page-layout-wrap input[type="password"]:focus,
.kit-body-wrap .page-layout-wrap input[type="date"]:focus,
.kit-body-wrap .page-layout-wrap input[type="datetime"]:focus,
.kit-body-wrap .page-layout-wrap input[type="datetime-local"]:focus,
.kit-body-wrap .page-layout-wrap input[type="month"]:focus,
.kit-body-wrap .page-layout-wrap input[type="week"]:focus,
.kit-body-wrap .page-layout-wrap input[type="email"]:focus,
.kit-body-wrap .page-layout-wrap input[type="number"]:focus,
.kit-body-wrap .page-layout-wrap input[type="search"]:focus,
.kit-body-wrap .page-layout-wrap input[type="tel"]:focus,
.kit-body-wrap .page-layout-wrap input[type="time"]:focus,
.kit-body-wrap .page-layout-wrap input[type="url"]:focus,
.kit-body-wrap .page-layout-wrap input[type="color"]:focus,
.kit-body-wrap .page-layout-wrap textarea:focus {
  border-color: #606060;
}

.kit-body-wrap .page-layout-wrap select {
  height: 2.4375rem;
  padding: .5625rem .5rem;
}

.kit-body-wrap .page-layout-wrap select,
.kit-body-wrap .page-layout-wrap select:hover {
  background-color: #fff;
  border-color: #e2e2e2;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.kit-body-wrap .page-layout-wrap select:focus {
  border-color: #606060;
  outline: none;
}

.kit-body-wrap .page-layout-wrap button,
.kit-body-wrap .page-layout-wrap .button {
  padding: .7rem 0.6rem .5625rem 0.6rem;
  outline: none;
  min-height: 2.4375rem;
}

.kit-body-wrap:not(.kit-body-admin) .button-2,
.kit-body-wrap:not(.kit-body-admin) button.button-2,
.kit-body-wrap:not(.kit-body-admin) a.button-2,
.kit-body-wrap:not(.kit-body-admin) input.button-2 {
  position: relative;
  top: inherit;
  right: inherit;
  color: white;
  font-size: 1rem;
  font-weight: normal;
}

.kit-body-wrap .radio-label {
  width: 70px;
  display: inline-block;
}

#mail-notification div.row.answer.error {
  color: #C35356;
}

/* 3 - Modules
-------------------------------- */
/** Bandeau Module CE ET B2B **/
.kit-body-wrap .auth-nav-bar-container {
  height: 84px;
}

.kit-body-wrap .auth-nav-bar {
  z-index: 500;
  max-width: none;
  max-height: 70px;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.kit-body-wrap .auth-nav-bar .auth-arrow {
  height: 70px;
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#d4d4d4));
  background: linear-gradient(#e6e6e6, #d4d4d4);
  /* Standard syntax */
  background-color: #e6e6e6 !important;
}

.kit-body-wrap .auth-nav-bar .auth-name,
.kit-body-wrap .auth-nav-bar .ce-button,
.kit-body-wrap .auth-nav-bar .auth-text {
  height: 70px;
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#d4d4d4));
  background: linear-gradient(#e6e6e6, #d4d4d4);
  /* Standard syntax */
  background-color: #e6e6e6 !important;
  overflow: hidden;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.kit-body-wrap .auth-nav-bar .auth-name.closed,
.kit-body-wrap .auth-nav-bar .ce-button.closed,
.kit-body-wrap .auth-nav-bar .auth-text.closed {
  padding-top: 0;
  height: 0px;
}

.kit-body-wrap .auth-nav-bar .auth-name {
  line-height: 70px;
}

.kit-body-wrap .auth-nav-bar .auth-name img {
  max-height: 60px;
}

.kit-body-wrap .auth-nav-bar h2 {
  font-size: 20px;
  font-style: italic;
  color: #524e52;
  line-height: 70px;
  height: 70px;
  display: block;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
}

.kit-body-wrap .auth-nav-bar .auth-name .agence-name,
.kit-body-wrap .auth-nav-bar .auth-name .customer-name {
  line-height: 35px;
  font-size: 16px;
  font-style: normal;
}

.kit-body-wrap .auth-nav-bar .auth-name .status {
  display: none;
  position: relative;
  vertical-align: middle;
  margin: 0.5rem;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
}

.kit-body-wrap .auth-nav-bar .auth-name .status.color-V {
  display: inline-block;
  background-color: #018E42;
}

.kit-body-wrap .auth-nav-bar .auth-name .status.color-O {
  display: inline-block;
  background-color: #FE9000;
}

.kit-body-wrap .auth-nav-bar .auth-name .status.color-R {
  display: inline-block;
  background-color: #f70707;
}

.kit-body-wrap .auth-nav-bar .ce-button {
  padding-top: 11px;
  border-right: solid #524e52 1px;
}

.kit-body-wrap .auth-nav-bar .ce-button [class^="icon-"] {
  display: inline-block;
  padding-right: 10px;
}

.kit-body-wrap .auth-nav-bar .ce-button .button {
  margin-bottom: 0;
  border-radius: 4px;
  padding: 1rem 0.5rem;
  background-color: #524e52;
  font-size: 0.7rem;
  border: solid white 1px;
}
.kit-body-wrap .auth-nav-bar .auth-text{
	font-size: 20px; 
	font-style: italic;
	color: #524e52;
  line-height: 70px;
  align-items: center;
  justify-content: center;
}

.kit-body-wrap .auth-nav-bar .auth-arrow {
  padding-top: 19px;
  cursor: pointer;
  cursor: hand;
}

.kit-body-wrap .auth-nav-bar .auth-arrow [class^="icon-"] {
  color: #524e52;
}

.kit-body-wrap .auth-nav-bar .auth-arrow.closed {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.kit-body-wrap .not-authenticated-anymore {
  text-align: center;
  padding: 2rem 0px;
}

/* Mobile only */
@media only screen and (max-width: 40em) {
  .kit-body-wrap .auth-nav-bar .auth-arrow {
    padding-top: 22px;
    width: 13%;
  }
  .kit-body-wrap .auth-nav-bar .ce-button {
    padding-top: 5px;
    width: 37%;
    padding-right: 2px !important;
  }
  .kit-body-wrap .auth-nav-bar .ce-button .button {
    font-size: 0.6rem;
  }
  .kit-body-wrap .auth-nav-bar .ce-button .button .icon-power {
    font-size: 24px;
    padding: 0 0.5rem;
  }
  .kit-body-wrap .auth-nav-bar .auth-arrow [class*="icon-"].size-32 {
    font-size: 24px;
  }
  .kit-body-wrap .auth-nav-bar .auth-name {
    padding-left: 0;
    padding-right: 0;
  }
  .kit-body-wrap .auth-nav-bar .ce-button .auth-text-button {
    display: none;
  }
}
/* Tablette */
@media only screen and (min-width: 40.063em) {
  .kit-body-wrap .auth-nav-bar .auth-arrow {
    width: 10%;
  }
  .kit-body-wrap .auth-nav-bar .ce-button {
    width: 40%;
  }
  .kit-body-wrap .auth-nav-bar .ce-button .button {
    font-size: 0.9rem;
  }
  .kit-body-wrap .auth-nav-bar .auth-name .agence-name,
  .kit-body-wrap .auth-nav-bar .auth-name .customer-name {
    line-height: 70px;
  }
  .kit-body-wrap .auth-nav-bar .ce-button .auth-text-button {
    display: inline-block;
  }
}
/* Desktop */
@media only screen and (min-width: 64.063em) {
  .kit-body-wrap .auth-nav-bar .auth-arrow {
    width: 5%;
  }
  .kit-body-wrap .auth-nav-bar .ce-button {
    width: 28.3333333%;
  }
  .kit-body-wrap .auth-nav-bar .auth-arrow {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
}
/** FIN Module CE **/
/* Page contact */
.kit-body-wrap .quotation-form {
  background: white;
}

.kit-body-wrap .quotation-form .pax-container .pax h3 {
  display: inline;
}

/* FIN Page contact */
/* Bandeau CNAS */
.identification-container-cnas {
  position: fixed;
  z-index: 100;
  top: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.identification-error {
  background-color: #fff3cd;
  color: #856404;
  border: 2px solid #ffeeba;
  border-radius: 8px;
  padding: 18px 32px;
  text-align: center;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .07);
          box-shadow: 0 2px 8px rgba(0, 0, 0, .07);
  font-size: 14px;
}

.identification-error a {
  color: var(--c-first);
  text-decoration: underline;
  font-weight: bold;
}

/* 4 - Select
------------------------------------------ */
.kit-body-wrap .select2-container,
.kit-body-wrap select {
  display: block;
  margin: 0;
  margin-bottom: 1rem;
  width: 100% !important;
  height: 2.4375rem;
}

.kit-body-wrap .select2-container .select2-selection.select2-selection--multiple {
  height: 2.5375rem;
  overflow: auto;
  border: 1px solid #e2e2e2;
  border-radius: 0;
}

.select2-hidden-accessible.error + .select2 {
  margin: 0;
}

.kit-body-wrap .select2-container .select2-selection--single {
  border-radius: 0;
  height: 2.4rem;
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.kit-body-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
  font-size: 14px;
}

.kit-body-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}

.kit-body-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  border-width: 3px 3px 0 3px;
}

.kit-body-wrap .select2-container .select2-search--inline .select2-search__field {
  margin: 0;
  height: 33px;
  padding: 0;
  font-size: 14px;
}

/* 5 - Fleche Top
------------------------------------------ */
.kit-body-wrap a.top_link {
  border-radius: 5px;
  bottom: 100px;
  display: none;
  height: 45px;
  padding: 10px;
  position: fixed;
  right: 20px;
  width: 45px;
  z-index: 9;
}

.kit-body-wrap a.top_link span {
  color: #fff;
}

.kit-body-wrap a.top_link:hover:not(.button) {
  background: white !important;
  border-radius: 5px;
}

/* 6 - Loading
---------------------------------------------- */
.kit-body-wrap div#show-loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5) url('../../img/admin/loader.gif') center no-repeat;
  background-size: 100px;
  z-index: 1010;
}

.ui-datepicker {
  z-index: 2000 !important;
}

/* 7 - RGPD 
---------------------------------------------- */
.rgpd input {
  display: inline-block;
  margin: 0;
}

.rgpd label {
  display: initial !important;
  text-transform: none !important;
}

/* 8 - 404 
---------------------------------------------- */
.kit-body-wrap .page-layout-wrap .error-http-container .error-picture {
  max-width: 20%;
}

.kit-body-wrap .page-layout-wrap .error-http-container p {
  color: #333333;
  font-size: 18px;
  margin-bottom: 0;
}

.kit-body-wrap .page-layout-wrap .error-http-container p.size-14,
.kit-body-wrap .page-layout-wrap .error-http-container p.size-12 {
  color: #606060;
}

.kit-body-wrap .page-layout-wrap .error-http-container p.size-18 {
  font-size: 18px;
}

.kit-body-wrap .page-layout-wrap .error-http-container p.size-14 {
  font-size: 14px;
}

.kit-body-wrap .page-layout-wrap .error-http-container p.size-12 {
  font-size: 12px;
}

.kit-body-wrap .page-layout-wrap .error-http-container .button {
  color: #fff;
}

/* 9 - Datepicker 
---------------------------------------------- */
.kit-body-wrap .ui-datepicker .ui-datepicker-header {
  background-color: transparent;
  border: none;
}

.kit-body-wrap .ui-datepicker .ui-datepicker-header > a {
  border: 1px solid transparent;
  border-radius: 0;
}

.kit-body-wrap .ui-datepicker table {
  border: none;
}

.ui-datepicker thead {
  background: none;
}

.kit-body-wrap .ui-state-default,
.kit-body-wrap .ui-widget-content .ui-state-default,
.kit-body-wrap .ui-widget-header .ui-state-default {
  text-align: center;
  color: black !important;
}

.kit-body-wrap .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}

.kit-body-wrap .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}

/* 10 - PopIn
-------------------------------- */
.kit-body-wrap .page-layout-wrap .popIn-custom {
  background-color: rgba(0, 0, 0, 0.56);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kit-body-wrap .page-layout-wrap .popIn-custom.isHidden {
  display: none;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .tooltip-custom {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 50px;
  background: #aaa;
  color: #fff;
  line-height: 1.5;
  position: absolute;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  cursor: pointer;
  font-weight: 400;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria {
  background-color: #fff;
  border-radius: var(--s-primary, 20px);
  padding: 15px 15px 20px;
  width: 100%;
  max-width: 450px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  overflow-y: auto;
  max-height: 90%;
  margin-top: 2vh;
}

@media screen and (min-width: 768px) {
  .kit-body-wrap .page-layout-wrap .popIn-custom .criteria {
    margin-top: 8vh;
  }
}
.kit-body-wrap .page-layout-wrap .popIn-custom .criteria-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria-header svg {
  height: 12px;
  width: 12px;
  cursor: pointer;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria-field h2 {
  margin-bottom: 0;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria-field span {
  font-size: 14px;
  font-family: roboto, Arial, sans-serif;
  color: #333;
  margin-left: 3px;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria-pax {
  color: #333;
  font-weight: 700;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria-pax-select,
.kit-body-wrap .page-layout-wrap .popIn-custom .criteria-pax-modify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria-pax-select:not(:last-child) {
  margin-bottom: 15px;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria-pax-button {
  height: 26px;
  width: 26px;
  cursor: pointer;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .pax-warning {
  font-size: 12px;
  font-weight: 500;
  color: #a00000;
  display: block;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria-pax-select:has(.pax-warning) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria-pax-select:has(.pax-warning) .criteria-pax-type {
  margin-left: 0;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria-pax-button.isDisabled svg {
  fill: #ccc;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria-pax-number {
  font-family: roboto, Arial, sans-serif;
  font-size: 16px;
  margin: 0 10px;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria-pax-type {
  margin-left: 10px;
  font-family: raleway, roboto, Arial, sans-serif;
  font-size: 14px;
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria-pax-type span {
  font-weight: 400;
  font-size: 12px;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria-pax-age {
  margin-top: 1rem;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria-pax-age > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 8px;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria-pax-age > div span {
  width: 25%;
  padding-left: 8px;
  padding-right: 8px;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria h1,
.kit-body-wrap .page-layout-wrap .popIn-custom .criteria h2 {
  font-family: raleway, roboto, Arial, sans-serif;
  font-weight: 700;
  color: #333;
  text-transform: none;
  margin-top: 0;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria h1 {
  font-size: 18px;
  margin-bottom: 0;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria h2 {
  font-size: 14px;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria select {
  margin-bottom: 25px;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria input {
  margin-bottom: 12px;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria select,
.kit-body-wrap .page-layout-wrap .popIn-custom .criteria input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  border: 1px solid #E2E2E2;
  font-size: 14px;
  color: #333;
  font-style: normal;
  font-weight: 400;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria button.action {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  font-family: var(--f-title);
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  margin: 0 6px;
  padding: 12px 32px;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria button.action.hollow {
  background-color: #fff;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria button.action.full {
  color: #fff;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria .criteria-mandatory {
  display: block;
  text-align: right;
  font-size: 10px;
  margin-top: -8px;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria .criteria-identification input {
  margin-bottom: 0;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria .criteria-identification label {
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
  color: #333;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria .criteria-identification .criteria-pax > label {
  padding-bottom: .5rem;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria .criteria-identification .tooltip-custom {
  margin-left: 8px;
  -webkit-transform: none;
          transform: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  position: static;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria .criteria-identification .criteria-field > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria .criteria-identification .criteria-field.paxslist > div {
  display: inline-block;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria .criteria-identification .criteria-field > div.criteria-field-radio {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria .criteria-identification .criteria-field > div.criteria-field-radio label,
.kit-body-wrap .page-layout-wrap .popIn-custom .criteria .criteria-identification .criteria-field > div.criteria-field-radio input {
  cursor: pointer;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria .criteria-identification-description {
  font-weight: 500;
  font-family: raleway, roboto, Arial, sans-serif;
  color: #333;
  margin-bottom: 24px;
  font-size: 14px;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria .criteria-choice-return {
  text-decoration: underline;
  cursor: pointer;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria .criteria-identification .criteria-pax {
  margin-bottom: 20px;
  margin-top: 5px;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria .criteria-identification .criteria-pax > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria .criteria-identification .criteria-pax > div > .width-100 {
  width: 100%;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria .criteria-identification .criteria-pax > div > .radio-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5rem 0;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria .criteria-identification .criteria-pax > div select {
  margin-bottom: 0;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria .criteria-identification .criteria-pax div.guest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria .criteria-identification .criteria-pax div.guest > div {
  min-width: 50%;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria .criteria-identification .criteria-pax > div > div:nth-child(1),
.kit-body-wrap .page-layout-wrap .popIn-custom .criteria .criteria-identification .criteria-pax div.guest > div:nth-child(2n+1) {
  padding-right: 0.5rem;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria .criteria-identification .criteria-pax .warning-message {
  background-color: #fff3cd;
  color: #856404;
  border: 2px solid #ffeeba;
  border-radius: 8px;
  padding: 15px;
  text-align: left;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .07);
          box-shadow: 0 2px 8px rgba(0, 0, 0, .07);
  width: 100%;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria .criteria-identification .criteria-pax .warning-message p {
  font-size: 14px;
  margin-bottom: 0;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria .criteria-identification .error {
  color: red;
  font-size: 14px;
  text-align: center;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria .criteria-identification .error.cnas {
  margin: 2rem 0;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria .criteria-identification .error.cnas a,
.kit-body-wrap .page-layout-wrap .popIn-custom .criteria .criteria-identification .error.cnas a:hover {
  color: red;
  text-decoration: underline;
}

.kit-body-wrap .ui-tooltip {
  border: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.kit-body-wrap .ui-tooltip .ui-tooltip-content {
  font-weight: 400;
  font-size: 14px;
}

:root {
  --c-green-500: hsl(116, 65%, 45%);
  --c-lime-800: hsl(91, 100%, 25%);
  --c-lime-50: hsl(115, 48%, 95%);
  --c-orange-400: hsl(31.43, 100%, 51.32%);
  --c-red-500: hsl(356.95, 95.9%, 57.72%);
  --c-red-100: hsl(359.98, 98.78%, 94.25%);
  --c-grayCold-400: hsl(230, 14%, 60%);
  --c-grayCold-200: hsl(228, 23%, 91%);
  --c-gray-400: hsl(240.08, 5.71%, 64.3%);
  --c-gray-300: hsl(240.01, 5.38%, 83.97%);
  --c-gray-100: hsl(239.99, 3.51%, 95.79%);
  --c-black: hsl(0, 0%, 0%);
}

.status-bg-V {
  background-color: var(--c-green-500);
}

.status-color-V {
  color: var(--c-green-500);
}

.status-bg-O {
  background-color: var(--c-orange-400);
}

.status-color-O {
  color: var(--c-orange-400);
}

.status-bg-R {
  background-color: var(--c-red-500);
}

.status-color-R {
  color: var(--c-red-500);
}

.status-bg-none.statusBanner {
  display: none;
}