:root {
    --light : #FFF;
    --gray_dk: #333;
    --gray_md: #666;
    --gray_lg: #999;
    --gray_bd: #DDD; 
    --gray_shad :rgba(0,0,0,0.2);
    --gray_d: #F5F5F5;      
    --black: #000;
    --blue: #375e97;
    --lemon: #ffbb00;    
    --GreyBG : #DEE2E6;
    
    --fOne:'Raleway',sans-serif;    
    --fTwo:'Raleway',sans-serif;
    /*--fTwo:'Barlow',sans-serif;*/
    
    /*--vendor:saddlebrown; */
    /*--vendor:#698b23;*/
    --vendor:#4A5729
    /*--vendor:#96a78d*/
}

#icc_desktop_bloc {
    position: absolute;
    top: 10px;
    left: 0px;
    right: 590px;
    width: auto;
    height: 100%;
    padding: 7% 2%;
    min-width: 400px;
    text-align: center;
}
.icc_corpo_infos {
    position: relative;
    margin: auto;
    width: 80%;
    padding: 20px;  
    max-width: 600px;  
}
.wbe_corpo_desktop {
    color: #fff;
}
.wbe_corpo_desktop h1 {
    font-size: 4.2em;
    padding: 0;
    margin: 0;
    line-height: 1em;
    float: left;
    width: 75%;
    margin-bottom: 20px;
}
.wbe_corpo_desktop p {
    font-size: 13px;
}
.wbe_corpo_desktop p b {
    font-size: 18px;
}
.wbe_corpo_desktop .cbffx {
    position: absolute;
    top: 180px;
    left: -40px;
    width: 35px;
    height: 5px;
    border-radius: 2px;
    background-color: #fff;
}



#ipay-container,
#dropin-container,
#card-container {
    width: 100%; 
    margin-bottom: 20px;
    float: left;
}
#dropin_recap,
.co_str_button {
    float: left;
    width: 100%;
    position: relative;
}
#dropin-container {
    margin: 0px 0 10px 0;
    min-height: 80px;
}
#droping_legalBloc {
    float: left;
    width: 100%;
    margin: 0px 0 20px 0;
}
#droping_legalBloc p {
    font-size: 12px;
}

.co_str_button {
    padding: 10px 0;
    display: none;
}
.co_str_button.on {
    display: block;
}
.co_str_button button {
    width: 100%;
}


body.noscroll {
    overflow: hidden;
}

#icc_frame_body {
    background-color: transparent;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 22px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.wSb b {
    float: right;
    margin: 4px 5px;
    font-weight: normal;
    font-family: 'Roboto',sans-serif;
}
.button b {
    float: left;
    margin: 3px 5px;
    font-weight: normal;
}
.button i {
    margin: 3px 0px;
}

body, html, #viewport {
  height: 100%;
  margin: 0;
  font-family: var(--fOne);
  font-weight: 450;
  font-size: 15px/1.8em;
  color: var(--gray_md);
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}
body {
    background-color:transparent;
    overflow: hidden;
}
#viewport {
    position: fixed;
    top: 20px;
    left: auto;
    right: 15px;
    bottom: 60px;
    height: auto;
    width: 550px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 14px rgba(57, 57, 57, 0.8);    
}
#viewport_top,
#viewport_main,
#viewport_bottom {
    -webkit-transition: all 1s; 
    -moz-transition: all 1s; 
    -ms-transition: all 1s; 
    -o-transition: all 1s; 
    transition: all 1s;  
}

#viewport_top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height:0px;
    width: 100%;
    border-bottom: 2px solid transparent;
}
#viewport_main {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: auto;  
    bottom: 0px;  
    width: 100%;
    overflow-y: auto;   
}
#viewport_bottom {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    height: 0px;
    bottom: 0;
    width: 100%;
}

#viewport._icScroll #viewport_top {
    height:100px;
    border-bottom: 2px solid transparent;
}
#viewport._icScroll #viewport_main {
    top: 100px;
    bottom: 30px;   
}
#viewport._icScroll #viewport_bottom {
    height: 30px;
}
#viewport._icScroll._icSys #viewport_main {
    top: 100px;
    bottom: 81px;  
}
#viewport._icScroll._icSys #viewport_bottom {
    height: 80px;
}

#infospanel {
    background-color: #FFF;
}

#loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    box-sizing: border-box;
    padding: 5%;
    display: none;
}

    #loader .vFrame {
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 5%;
        /* border: 1px solid #666; */
        text-align: center;
        height: 100%;
        vertical-align: middle;
        background: #FFF url('../img/712.GIF') no-repeat center 20%;
        box-shadow: 0 0 15px #999;
        color: #000;
    }

    #loader .vFrame h1 {
        max-width: 50%;
        padding-bottom: 15px;
        border-bottom: 1px solid #666;
        margin: auto;
        margin-bottom: 30px;
        margin-top: 230px;
        font-size: 2em;
        font-weight: bold;
        line-height: 34px;
        color: #000;
    }


    #loader .vFrame p {
        max-width: 70%;
        padding: 0;
        margin: auto;
        font-size: 12px;
        text-align: center;
    }
    #loader .vFrame h2 {
        max-width: 50%;
        padding-top: 15px;
        border-top: 1px solid #666;
        margin: auto;
        margin-top: 30px;
        font-size: 10px;
    }


.icc_frame_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: rgba(0,0,0,.5);
}
.icc_frame_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;    
}


#viewport_desktop_infos {
    position: absolute;
    bottom: 5px;
    right: 15px;
    width: 550px;
    height: 55px;
    padding: 10px;
}
.icc_frame_corpo {
    float: left;    

    background: url(../img/icc_bottom.svg) no-repeat left 0px;
    width: 80px!important;
    height: 20px!important;
    background-size: 100% 25px;
    margin: 8px 0px 0 0px;
    cursor: pointer;

}
.icc_frame_corpo:hover {
    opacity: 0.5;
}
.icc_frame_links {
    float: right;
    width: 55%;
    text-align: right;
}
.icc_frame_links small {
    float: right;
    cursor: pointer;
    padding: 10px;
    font-size: 11px;
    color: #cecece;
}
.icc_frame_links small:hover {
    opacity: 0.4;
}




.co_checkout_navBar {
    float: left;
    width: 100%;
    padding: 8px 0;
}


#wbe_header {
    display: none;
}


.clearfix {
    clear: both;
}
.wClear{ 
   content: "";
   display: block; 
   clear: both;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

select {
    -webkit-appearance: none;
   -moz-appearance: none;        
}

h1,h2,h3,h4,h5,p,a {
    font-weight: normal;
}

big {
    font-family: 'Roboto',sans-serif;
}


#_ui_errorMsg {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 12px;
    color: red;
}

._fx {
    transition: all 0.3s ease-in;
}
._shad {
    box-shadow: 0 0 30px var(--gray_shad);       
}
._fx_scroll {
    transform: rotate(90deg);
    position: fixed;
    bottom: 20%;
    right: 0;
    left: auto;
    color:var(--gray_dk);
    font-weight: 200;
    display: none;
}

.nav {
    float: left;
    margin-top: 16px;
}
.wbe_co .nav {
    float: left;
    margin-top: 16px;
}

.branding {
    position: absolute;
    top: 60px;
    left: 55px;
    /*width: 250px;
    height: 77px;
    background: transparent url(../img/branding/corpo_white.svg) no-repeat center center;
    background-size: 100% auto;*/
    cursor: pointer;
}
.branding:hover {
    opacity: 0.5;   
}
.branding hr {
    margin: 0;
    padding: 0;
    bottom: -10px;
    position: absolute;
    left: 10px;
    width: 40%;
    border-top: 3px solid var(--light);
}
.corpo_footer {
    position: absolute;
    bottom: 120px;
    left: 50px;
    right: 90px;
    height: 27px;
    text-align: left;
}
.corpo_footer hr {
    margin: 0;
    padding: 0;
    top: -10px;
    position: absolute;
    left: 0px;
    width: 20%;
    border-top: 1px solid var(--light);
}
.corpo_footer span {
    color: var(--light);
    font-size: 0.8em;
    float: left;
}

.spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--light) url(../img/spinner.gif) no-repeat center center;
    background-color: rgba(255, 255, 255, 1);
    z-index: 900000000;
}
.spinnerIcon {
    float: left;
    width: 15px;
    height: 15px;
    background: var(--light) url(../img/spinner.gif) no-repeat center center;
    background-size: 100%;
    margin-right: 10px;
}

.lk_scroll_tb {
    float: right;
    display: none;
}
.icc_corpo_bloc {
    position: relative;
    float: left;
    width: 100%;
}
.icc_corpo_bloc h1, 
.icc_corpo_bloc h2,
.icc_corpo_bloc h3,
.icc_corpo_bloc strong {
    float: left;
    width: 100%!important;
    padding: 0;
    margin: 0!important;
    color: #000!important;
    font-family: var(--fOne);
    font-weight: 500;
    padding: 0 5%;
}
.icc_corpo_bloc h1 {
    padding: 0px 4%!important;
    margin-top: 5%!important;
}
.icc_corpo_bloc h3 {
    margin: 5% 0!important;
}
.icc_corpo_bloc strong {
    margin: 2% 0!important;
}

.icc_corpo_bloc label {
    float: left;
    width: 100%;
    margin: 15px 0 15px 25px;
    background: url('../img/icc_bottom_grey.svg') no-repeat left center;
    background-size: auto 100%;
    height: 30px;
    margin-bottom: 8%;
}
.icc_corpo_bloc p {
    float: left;
    width: 100%;
    font-size: 12px;
    padding: 0 5%;
    font-size: 13px;
    padding: 0 5%;
    float: left;
    line-height: 22px;
}
.icc_corpo_bloc:last-child {
    margin-bottom: 250px;
}

.corpo_legal_stuff {
    float: left;
    width: 70%;
}
.corpo_legal_stuff span {
    float: left;
    width: 100%;   
}

.wbe_content {
    position: relative;
    width: 100%;
    height: auto;
}
.wbe_screen {
    position: relative;
    width: 100%;
    text-align: center;
}

p {
    line-height: 1.4em;
    padding: 0;
    margin: 0;
}

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

.t1 {
    padding: 0;
    margin: 0;
    font-family: var(--fTwo);
    font-size: 24px;
    font-weight: 400;
    color: var(--black);
    line-height: 1em;
    margin: 0.4em 0;    
}


.t2 {
    padding: 0;
    margin: 0;
    font-family: var(--fOne);
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 700;
}
.t3 {
    padding: 0;
    margin: 0;    
    font-family: var(--fOne);
    font-size: 0.9em;
    color: var(--vendor);
}
.t4 {
    padding: 0;
    margin: 0;    
    font-family: var(--fOne);
    font-size:13px;
    color: var(--black);
    line-height: 1.3em;
}
.t5 {
    padding: 0;
    margin: 0;    
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    line-height:19px;
}
.t5 span {
    float: left;
    width: 100%;
    font-weight: normal;
    color:var(--black);
    text-transform: none;
    font-size: 16px;
}
._ui_curr {
    padding: 0;
    margin: 0;
    font-family:'Roboto',sans-serif;
    font-size:17px;
    text-transform: capitalize;
    font-weight: bold;
    color: var(--black);
}


.vp_overlay {
    position: absolute;
    top: 0;
    left: 0; right:0; bottom: 0;
    background: rgba(0, 0, 0, 0.6) url(../img/png_patterns/cross.png) repeat top left;
}

.vp_overlay_gallery {
    position: absolute;
    top: 0;
    left: 0; right:0; bottom: 0;
    background: rgba(0, 0, 0, 0.5) url(../img/png_patterns/cross.png) repeat top left;
}

.vp_frame {
    position: absolute;
    top: 0;
    left: 0; right:0; bottom: 0;
    border: 12px solid var(--light);
}
.vp_frame._rm {
    border: 0;
}


#vp_fx {
    position: fixed;
    top: 15px;
    left: auto;
    right: 15px;
    bottom: 60px;
    width: 550px;
    overflow: hidden!important;
    z-index: 100002;
}


.fx_top {
    position: absolute;
    top: -50%;
    left: 0;
    right: 0;
    height: 50%;
    background-color: var(--light);
}


.fx_bt {
    position: absolute;
    top: auto;
    bottom: -50%;
    left: 0;
    right: 0;
    height: 50%;
    background-color: var(--light);
}
.fx_top, .fx_bt {
    transition: all 0.1s ease-out;
}

#vp_fx.on .fx_top {
    top: 0;
}
#vp_fx.on .fx_bt {
    bottom:0;
}
.spinnerMain {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/356.gif) no-repeat center center;
    display: none;
}
#vp_fx h1 {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    text-align: center;
    font-family: var(--fOne);
    font-weight: 100;
    font-size: 1em;
    opacity: 0;
    animation: mymove 3s;
    animation-iteration-count: infinite;    
}
#vp_fx h1 small {
    float: left;
    width: 100%;
    text-align: center;
}

@keyframes mymove {
  from {opacity: 0;}
  to {opacity: 1;}
}


.bgimg {
  position: relative;
  /*opacity: 0.65;*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--black);    

}

.bgimg-1 {
  /*background-image: url("../img/img_parallax.jpg");*/
    /*background-image: url("https://connect.protel.net/Files/Image/a9fc6c9f-3e6d-4fb4-8744-2a83248022db.jpg");*/
  min-height: 100%;
    opacity: 1;
    background-size: cover;
}

.bgimg-2 {
  background-image: url("../img/img_parallax2.jpg");
  min-height: 60vh;
}

.bgimg-3 {
  background-image: url("../img/img_parallax3.jpg");
  min-height: 400px;
}

.bgimg-footer {
    background-color: #F5F5F5;
  min-height: 350px;
    opacity: 1;
}

.bgimg-4 {
  background-color: var(--black);
  min-height: 200px;
}

.wbe_footer {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #181819;
    
   padding: 70px 60px;
}


.co_fx_fix {
    position: fixed;
    bottom: 60px;
    height: 50%;
    width: 550px;
    left: auto;
    right: 15px;
    background-color: #fff;
    z-index: -1;
}

.wbe_footer .branding {
    position: relative;
    top: inherit;
    left: inherit;
    /*width: 100%;
    height: 70px;
    background: transparent url(../img/branding/corpo_white.svg) no-repeat;
    background-size: auto 100%;
    background-position: -28px center;*/
}
.wbe_footer p{
    font-size: 13px;
    color: var(--gray_bd);
    width: 70%;
}
.wbe_footer p.smaller{
    font-size: 10px;
    margin-top: 8px;
}
.wbe_footer .brand_more {
    float: left;
    width: 100%;
    margin-top: 2.5em;
}
.wbe_footer .brand_more p{
    font-size: 11px;
    color: var(--gray_lg);
    width: 100%;
}

.wbe_footer .brand_legal {
    float: left;
    width: 100%;
    padding: 30px 0 0 0;
    text-align: left;
}

.wb_ft_lt {
    float: left;
    width:50%;
    border-right: 1px solid var(--light);
    min-height: 200px;
    text-align: left;
    padding-right: 30px;
}

.wb_ft_rt {
    float: right;
    width: 50%;
    height: 200px;
    text-align: left;
    padding-left: 7%;
}

.wb_ft_ctc {
    float: left;
    width:auto;
    min-height: 60px;
    margin: 1%;
    margin-bottom: 25px;    
    border-radius: 5px;
    padding: 9px;
}
.wb_ft_ctc span {
    float: left;
    width: 30px;
    height: 30px;
    color: var(--light);
    font-size: 1.5em;
    line-height: 1.2em;   
    color: var(--gray_bd);
}
.wb_ft_ctc span i {
    font-size: 30px;
}

.wb_ft_ctc h5,
.wb_ft_ctc small {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    color: var(--gray_bd);
}

.wb_ft_ctc h5 {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 1.04em;    
}

.wb_ft_botom {
    position: relative;
    float: left;
    width: 100%;
}
.wb_ft_botom ul {
    float: left;
    width: 100%;
}
.wb_ft_botom ul li {
    float: left;
    width: auto;
}
.wb_ft_botom ul li small {
    cursor: pointer;
    font-size: 11px;
    color: #999;
    padding-right: 5px;
}
li.icc_made {
    background: url('../img/icc_made.svg') no-repeat center left;
    width: 80px!important;
    height: 20px!important;
    background-size: 100% 25px;
    margin: 0 4px 0 0px;
    display: none;
}
li.icc_bottom {
    background: url(../img/icc_bottom.svg) no-repeat left 0px;
    width: 80px!important;
    height: 20px!important;
    background-size: 100% 25px;
    margin: 0 4px 0 0px;
}

/*
.corpo_footer .wb_ft_rt {
    float: left;
    width: inherit;
    padding-left: 15px;
    height: 30px;    
}*/
.corpo_footer .wb_ft_rt {
    position: absolute;
    top: 65px;
    left: -10px;
    width: inherit;
    height: inherit;
    text-align: right;
    padding: 0;
    width: 120px;
    height: 60px;
}
.corpo_footer .wb_ft_ctc {
    width: 40px;   
    height: 40px;
    cursor: pointer;
    border:1px solid var(--light)!important;
    margin-bottom: 0;
    min-height: inherit;
    border: none;
    margin: 8px;    
    border-radius: 100%;
}
.corpo_footer .wb_ft_ctc:hover {
    background-color:var(--light);
}
.corpo_footer .wb_ft_ctc:hover span{
    color: #333;
}

.ldBloc_select,
.ldBloc_room {
    float: left;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
}
.ldBloc_select {
    display: none;
}
.ldBloc_select.sel {
    display: block;
}
.ldBloc_room_pict {
    float: left;
    width: 40%;
}

.ldBloc_room_pict {
    float: left;
    width: 35%;
    background-position: center center;
    background-size: cover;
    background-color: #000;
    height: 110px;
    border-radius: 6px;
}

.ldBloc_room_title {
    float: right;
    width:61%;
    text-align: left;
    line-height: 1.1em;
}
.ldBloc_room_title h2 {
    font-size: 14px!important;
    line-height: 24px;
    font-family: var(--fOne);
    color: var(--gray_dk)!important;
    font-weight: bold;    
    text-transform: none!important;
    padding: 0;
    margin: 0;
}
.ldBloc_room_title p,
.ldBloc_room_title b {
    font-size: 13px;
}
.ldBloc_room_title b {
    color: #333;
    float: left;
    width: 100%;
}
.ldBloc_room_title b i {
    font-size: 12px;
}


.ldBloc_guest_fields,
.ldBloc_guest_selector {
    float: left;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}
.ldBloc_guest_selector {
    margin-bottom: 15px;
}
.ldBloc_guest_selector li {
    float: left;
    position: relative;
    width: auto;
    margin-right: 5px;
    border-bottom: 1px solid transparent;
}
.ldBloc_guest_selector li.sel {
    border-bottom: 2px solid var(--vendor);
}

.ldBloc_guest_selector li span {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #666;
    padding: 10px 25px;
    cursor: pointer;
    opacity: 0.4;
}
.ldBloc_guest_selector li div {
    position: absolute;
    top: 10px;
    right: 0px;
}
.ldBloc_guest_selector li div i {
    font-size: 16px;
}

.ldBloc_guest_selector li span:hover,
.ldBloc_guest_selector li.sel span {
    opacity: 1;    
    color: #333;
}

.ldBloc_guest {
    float: left;
    width: 100%; 
    margin-bottom: 5px;  
    display: none; 
}
.ldBloc_guest.sel {
    display: block; 
}
.ldBloc_label {
    float: left;
    position: relative;
    width: 20%;
    padding: 42px 20px;
    border: 1px solid #f5f5f5;
    height: 148px;
    margin-top: -1px;
    background: var(--GreyBG);
    border-radius: 8px;
    text-align: center;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.ldBloc_label span {
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #666;
    float: left;
    text-align: center;
    width: 100%;
}
.ldBloc_fields {
    float: right;
    position: relative;
    width: 79%;
    padding: 32px 20px 0 15px;
    border: 1px solid var(--GreyBG);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.ldBloc_helpTxt {
    float: left;
    position: relative;
    width: 100%;
    padding: 10px;
}
.ldBloc_helpTxt small {
    font-size: 11px ;
}

.ldBloc_guest_remarks {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

._ui_btn {
    background-image: url('../img/icbtn_mail.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 60px;
    height: 60px;
}
._ui_btn._ux_ft_tel {
    background-image: url('../img/icbtn_phone.png');
}
._ui_btn._ux_ft_map {
    background-image: url('../img/icbtn_map.png');
}
._ui_btn:hover {
    background-position: top right;
}



.mLD_header {
    position: absolute;
    top: 15px;
    left: 35px;
    right: 25px;
    padding-top: 0px;
}
.mLD_header span {
    float: left;
    margin-top: -3px;
    cursor: pointer;
    margin-right: 10px;
}
.mLD_header span:hover {
    opacity: 0.4;
}

.mLD_header h1 {
    float: left;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    padding: 0 8px 0 0px;
    margin: 0;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
}

.mLD_header h4 {
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    text-align: right;
}

.mLD_tools {
    position: absolute;
    top: 8px;
    right: 25px;
    padding-top: 0px; 
}
.mLD_tools span {
    float: left;
    margin-right: 13px;
    cursor: pointer; 
    color: #666;
}
.mLD_tools span:hover {
    opacity: 0.5;
}

/* ------------- MPE title ------------------- */

.wbe_mpe {
    position: absolute;
    top: 34%;
    width: 100%;
    text-align: center;
}
.wbe_mpe span {
    position: relative;
    margin: auto;
    width: 80%;
    max-width: 800px;
    border: 1px solid transparent;
    display: inherit;  
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 60px 30px 15px 30px;
    cursor: pointer;
}
.wbe_mpe span:hover {
   /*border: 1px solid rgba(0, 0, 0, 0.5); */
}

.wbe_mpe h1 {
    color: var(--light);
    font-family: var(--fTwo);
    font-size: 4.2em;  
    padding: 0; margin: 0;
    font-weight: 400;
    line-height: 0.85em; 
    display: inline-block;
}
.wbe_mpe h1 small {
    float: left;
    width: 100%;
    font-size: 0.4em;
    font-family: var(--fOne);
    font-weight: 200;  
    font-style: normal;
}

.wbe_mpe span h2.linkInfos {
    color: #fff;
    font-size: 50px;
    padding: 0;
    margin: 0;
}

.wbe_baseline {
    position: absolute;
    bottom:160px;
    left: 50px;
    text-align: center;
}
.wbe_baseline span {
    position: relative;
    margin: auto;
    width: 80%;
    max-width: 800px;
}
.wbe_baseline span h2 {
    text-transform: uppercase;
    color: var(--light);
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
}
.wbe_meteo {
    width: 280px;
    height: 35px;
    margin: auto;
}
.icmeteo_bloc {
    width: auto;
    margin: auto;
    display: inline-flex;
}
.icmeteo_bloc div {
    display: flex;
}
.icmeteo_bloc div.icmeteo_icon{
    margin-left: 10px;
    color: #fff;
    border-left: 1px solid #fff;
    padding-left: 11px;
}

.icmeteo_bloc div.icmeteo_icon i {
    font-size: 24px;
    color: #fff;
}
.icmeteo_bloc div.icmeteo_tmp{
    margin-left: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.icmeteo_bloc div.icmeteo_city{    
    font-size: 16px;
    font-weight: bold;
    color: #fff;        
}



.vLine{
    border-left: 2px solid var(--light);
    display: inline-block;
    height: 13%;
    margin: 0px;
    left: 50%;
    position: absolute;
    top: 10%;
  }
.vLine.bl {
    border-left: 2px solid var(--black);
    top: 3%
}

.vLine.co_vline {
  top: 6%;height: 10%  
}
.vLine.co_vline_2 {
  top:-6%;height: 50px 
}
.vLine.co_vline_3 {
top: 6%;height: 10%
}

/* ------------- CALENDAR ------------------- */


.wbesubForm {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height:0;
    background-color: var(--light);
}
#wbe_header.subForm .wbesubForm{
    height:47%;
}



#calendar-container {
    width:100%;
    height: 100%;
    position: relative;
    margin: 0;
    height: 450px;
    /*width: 100%;
    position: absolute;
    top: 208px;
    left: 0px;
    background-color: var(--light);
    height:420px;
    z-index: 1;
    padding: 20px;
    display: none;*/
}
#calendar-container.on {
    display: block;
}

.calendar-alternatives {
    /*position: absolute!important;
    top:10px;
    left: -9px;
    right: 0px;
    bottom: 10px;
    background-color: var(--light);
    text-align: left; 
    z-index: 10000;*/
     width: 100%;
    position: absolute;
    top: -1px;
    left: 0px;
    background-color: var(--light);
    min-height: 300px;
    z-index: 1000;
    padding: 30px;
}
.sticky .calendar-alternatives {
    height: 100%;
}

.cal_remove {
    position: absolute;
    top: 13px;
    right: 20px;
    cursor: pointer;
    color: var(--gray_lg);
}
.cal_remove:hover {
    color: var(--black);
}


.pika-table th {
font-size: 12px;
    font-weight: normal;
    padding-bottom: 6px; 
}
.pika-title {
    text-align: left;
}
.pika-title .pika-next {
    float: left;
}

.pika-single.is-hidden {
   display: none;
}
.pika-single.is-bound {
    box-shadow: none;
    width: 50%;
}
.pika-single {
    border: none;
    display: flex;
    width: 46%;
}
.pika-lendar {
    width: 100%;
    margin: 0;
}
.pika-table th, .pika-table td {

}
.pika-label {
    font-size: 12px;
}
.pika-button {
    color: var(--black);
    background-color: #F5F5F5;
    border-radius: 0;
   font-family: var(--fOne);
    font-size: 13px;
    font-weight: normal;
    border: solid 1px var(--light);

}
button.is-disabled,
.is-disabled .pika-button {
   color: #ccc;
   cursor: none;
   border: solid 1px var(--light);
}
.is-disabled .pika-button, .is-inrange .pika-button {
    background: #F5F5F5;
}

.pika-button:hover, .pika-row.pick-whole-week:hover .pika-button {
    background-color: var(--black);
     border-radius: 0;   
    border: solid 1px var(--light);
}
.is-disabled .pika-button {
    opacity: 0.5;
}
.is-selected .pika-button, .has-event .pika-button {
    box-shadow: none;  
    border-radius: 0;
    border: solid 1px var(--light);
}

abbr[title] {
text-decoration: none;
}


.is-inrange .pika-button,
.pika-button:hover {
   border: 1px solid var(--light);
   background-color: rgba(0, 0, 0, 0.2);
}


.is-startrange .pika-button,
.is-selected .pika-button {
   border-color: var(--black);
   background-color: var(--black);
    border-radius: 0;
}



.pika-title .pika-prev {
   left: 4px;
}

.pika-title .pika-next {
   right: 4px;
}


.calendar__start-wrapper {
   border: solid var(--lemon) 2px;
}

.calendar__end-wrapper {
   border: solid var(--black) 2px;
}

.calendar {
   background-color: var(--blue);
   padding: 16px;
   margin: 0 auto;
   display: flex;
   flex-direction: column;
   width: 360px;
}

.calendar__pikaday {
   background-color: white;
}

.calendar__reset {
   cursor: pointer;
   margin: 8px 0;
   padding: 16px;
   background-color: var(--lemon);
   border: solid 1px var(--lemon);
   color: #222;
   font-size: 14px;
   outline: none;
}

.calendar__reset:hover {
   background-color: #ffcc00;
}


.calendar__input {
   padding: 16px 8px;
   margin: 4px 0;
   flex-basis: 0;
   flex-grow: 1;
   width: 100%;
}

.calendar__input:first-child {
   margin-right: 4px;
}

.calendar__inputs {
   display: flex;
   width: 100%;
}


/* ------------- CALENDAR ------------------- */

.wbecal {
    position: absolute;
    left: 0;
    top: 46%;
    width: 100%;   
    text-align: center;
    transition:all 0 ease 0;
    display: none;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
    background-color: #fff;
}


#appMenu {
    margin: auto;
    width: 70%;
    max-width: 800px;
    background-color: var(--light);
    box-shadow: 0 0 20px rgba(0,0,0,0.2);       
}
.sticky .calcontainer,
.cal__container{
    max-width: 1000px;
    min-width: 360px;
    padding: 20px 0 10px 0;
}

.sticky #appMenu {
    box-shadow:none;
    max-width: 1000px;
    width: 100%;
}

.calcontainer {
    margin: auto;
    width: 100%;  
    position: relative;
}


.cal__container {
    position: absolute;
    top: auto;
    height: 0;
    display: none;
}
.cal__container._fxed {
    left: 0;
    right: 0;
    height: 270px;
    display: block;
    background-color: var(--light);
    box-shadow: 0 0 20px rgba(0,0,0,0.2);  
}

.wbe_mobileCta {
    position: absolute;
    bottom: 50px;
    left: auto;
    right: 50px;
    cursor: pointer;
    z-index: 1;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background-color: #fff;
    display: none;
}
.wbe_mobileCta div._ui_toggleCal {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30% 0;
    cursor: pointer;
}
.wbe_mobileCta div._ui_toggleCal:hover {
    opacity: 0.4;
}
.wbe_mobileCta div._ui_toggleCal i {
    font-size: 44px;
}

.wbe_mobileCta.ctaLink {
    position: absolute;
    bottom: 110px;
    left: auto;
    right: 50px;
    cursor: pointer;
    z-index: 1;
    width: 450px;
    height: 70px;
    border-radius: 0;
    background-color: transparent;
}
.wbe_mobileCta.ctaLink button {
    width: 100%;
    text-align: center;
    font-size: 20px;
    /*text-transform: uppercase;*/
    border-radius: 50px;
}


.scrollhelper {
    margin: auto;
    width: 100%;  
    padding: 20px;    
    position: relative;
    text-align: left;
    max-width: 1000px;
    min-width: 360px;
    padding:5px 20px 0px 20px;    
    /*border-top: 1px solid var(--gray_bd);*/
}
.scrollhelper button.wSb.wSbXsmall {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid var(--gray_bd)!important;
}

#scrollnav {
    position: absolute;
    top: 45px;
    width: 100%;
    display: none;
    height: 55px;
}
.sticky #scrollnav {
    display: block;
}

#scrollnavHeader {
    position: absolute;
    top: 10px;
    height: 30px;
    width: 100%;
}


 #appMenu {
    width: 100%;
    max-width: inherit;
    box-shadow: 0 0 20px rgba(15,20,12,0.2);  
    position: relative;
    float: left;
}
.corpoInput {
    width: 32%;
    padding: 6px 10px 3px 30px;
    text-align: left;
    display: none; 
    float: left;    
}


._ui_dateSel {
    width: 52%;
    padding: 0;
    text-align: left;
    /*height: 130px;*/  
    display: inline-block;  
}
.sticky ._ui_dateSel {
    width: 70%;
    margin-left: 0;
    position: absolute;
    top: 0;
    left: 30px;
}

._ui_toolbar {
    width: 77%;
    padding: 0;
    text-align: left;
    /*height: 130px;*/  
    display: inline-block;  
     margin-left: 15px;
    position: relative;
}
.sticky ._ui_toolbar {
    width: 100%;
    margin-left: 0;
    height: 60px;
}


.icBlockerCL {
    background-color: #fff!important;
}
.icBlockerCL::before{
    display: initial!important;
}



.calinput {
    width: 32%;
    padding: 35px 10px 30px 10px;
    text-align: left;
    /*height: 130px;*/  
    display: inline-block;
}
.ecomInput {
    width: 32%;
    padding:0px;
    text-align: left;
    display: none; 
    float: right;        
}
.lightpick__day {
    height: 60px;
}


.lightpick__day.is-end-date.is-in-range, .lightpick__day.is-start-date.is-in-range.is-flipped {
    /*background-color: var(---vendor);*/
}
.lightpick__toolbar {
    margin-top: -37px;
}
.lightpick__month {
    width: 100%!important;
}
.lightpick__months {
    background-color: transparent;
}
.lightpick__previous-action,
.lightpick__next-action {
    background-color: transparent;
    font-size: 30px;
}

.lightpick__month-title {
    width: 77%;
}
.lightpick__month-title > .lightpick__select-months {
    width: 50%;
}

.lightpick--inlined {
    left: 0;
    right: 0;
    top: 0;
}
.lightpick__day {
    border-radius: 1px;
    margin: 1px;    
}

.lightpick__day b,
.lightpick__day span{
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: bold;    
    float: left;
    width: 100%;
    text-align: center;
    min-width: 40px
}

.lightpick__day.is-start-date.is-in-range, .lightpick__day.is-end-date.is-in-range.is-flipped,
.lightpick__day.is-end-date.is-in-range, .lightpick__day.is-start-date.is-in-range.is-flipped {
    background-color: var(--vendor);
}

.lightpick__day.is-start-date,
.lightpick__day.is-end-date,
.lightpick__day.is-start-date:hover,
.lightpick__day.is-end-date:hover {
    background-image: none;
    background-color: var(--vendor);
}
.lightpick__day-of-the-week {
    color: #999;
    font-family: 'Roboto',sans-serif;
    padding: 6px 0;
    font-size: 12px;
}

.lightpick__day.is-start-date.is-in-range, .lightpick__day.is-end-date.is-in-range.is-flipped {
    border-top-left-radius:15px;
    border-bottom-left-radius:15px;
}
.lightpick__day.is-end-date.is-in-range, .lightpick__day.is-end-date.is-in-range.is-flipped {
    border-top-right-radius:15px;
    border-bottom-right-radius:15px;
}

table._ic_dayCell {
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;    
}
table._ic_dayCell td {
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
    line-height: 15px;
}
td._ic_d1 {
    font-size: 14px!important;
    font-weight: bold;
    color: #666;
}
td._ic_d2 {
    font-size: 11px!important;
    color: #999;
    padding-top: 5px!important;
}

.is-start-date td._ic_d1,
.is-start-date td._ic_d2,
.is-end-date td._ic_d1,
.is-end-date td._ic_d2 {
    color: #fff!important;
}

.panel_iccCorpo {
    position: absolute;
    top: auto;
    bottom: -15px;
    left: 14px;
    background: url(../img/icc_bottom_grey.svg) no-repeat top left;
    width: 120px;
    height: 17px;
    background-size: auto 100%;
}

.corpoInput,
.calinput,
.ecomInput {
    /*border: 1px solid #cecece;     */
}
.fxdes {
    float: left;
    width: 14%;
    height: 5px;
    background-color: var(--black);
    margin-top: 5px;        
}


.calinput.dd {
    width: 48%;
}
.calinput.gg {
    width: 20%;
}




.calinput.btn {
    width: 18%;
    padding: 0;
    float: right;
    text-align: center;
    position: relative;
    margin-right: 10px;
}
.scheduler .calinput.btn {
    margin: 0;
    width: 50%;
    float: right;
    text-align: left;
    margin-right: 15px;
}
.scheduler .calinput.btn button {
    margin: 15px 0;
    width: 50%;
}
.calinput.btn button {
    margin: 32px 0;
    width: 80%;
}

#_ui_BrandLogo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: none;
}

.wbecal.sticky #appMenu .corpoInput {
   display: inline-block;
    width: 69%;
}
.wbecal.sticky #appMenu .ecomInput {
    display: inline-block;
    width: 17%;
    max-width: 160px;
    position: absolute;
    top: 45px;
    right: 2%;
    text-align: right;
}
.ecomInput span {
    float: left;
    width: 100%;
    padding: 1% 0;
    text-align: center;
}
.ecomInput span div.app_s {
    position: relative;
    display: inline;
    padding: 0 7px;
    font-size: 1.5em; 
    cursor: pointer;
    color: #cecece;
}
.app_s b {
    position: absolute;
    bottom: -9px;
    left: 44%;
    width: 5px;
    height: 5px;
    background-color: #36A9E0;
    border-radius: 100%;
    display: none;
}
.app_s.kt.on {
    color: var(--black);
}
.app_s.kt.on b {
    display: block;
}

.ecomInput span div.app_s:hover {
    color: var(--black);
}
.ecomInput span div.app_s.lg {
    font-size: 1.3em;    
}

.ui_lang_sel{
    position: absolute;
    top: 20px;
    left: -20px;
    width: 80px;
    height: 50px;
    background-color: #fff;
    padding: 10px;
    display: none;
}
.ecomInput span div.app_s.lg.on .ui_lang_sel{
    display: block; 
}
.ui_lang_sel a {
    font-size: 0.8em;
}



.wbecal.sticky #appMenu .calinput.dd {
    width: 120px;
    margin-left:0;
    display: inline-block;
    padding: 0px 3px 0px 3px;
}
.wbecal.sticky #appMenu .calinput.gg {
    width: 19%;
    display: inline-block;
    padding: 5px 0;
    position: absolute;
    left: 280px;
}
.wbecal.sticky #appMenu .calinput.pc {
    display: none;
}
.wbecal.sticky #appMenu .calinput.btn {
    width: 15%;
    display: inline-block;
    margin-right: 0;
    display: none;
}
.wbecal.sticky #appMenu .calinput.btn button {
    margin-left: 0;
}
.wbecal.sticky #appMenu .calinput span {
    font-size: 14px;
    font-family: var(--fTwo);
}



.calinput h4 {
    text-transform: uppercase;
    color: var(--gray_lg);
    font-size: 11px;
    /* letter-spacing: 2px; */
    font-family: 'Roboto',sans-serif;
    font-weight: normal;
    padding: 0;
    margin: 0 0 5px 0;
    width: 100%;
}
.calinput span,
.corpoInput span {
    float: left;
    font-size: 1.4em;
    font-family: 'Roboto',sans-serif;
    color: var(--black);
    /*border-bottom: 1px solid #ddd;
    border-bottom: 2px solid transparent;*/
    padding-bottom: 10px;
    width: 95%;
    cursor: pointer;
}
.corpoInput span {
    font-size: 2.8em;
    font-family: var(--fTwo);
    line-height: 0.8em;    
}
.calinput span {
    margin-top: 0px;
}
.calinput span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

._ui_dateSel:hover .calinput.dd span,
.calinput.gg span:hover,
.corpoInput span:hover,
._ui_dateSel .calinput.dd.sel span,
.calinput.gg.sel span,
.corpoInput.sel span{
    opacity: 0.5;
    /*border-bottom: 2px solid #000;*/
}
.calinput small {
    float: right;
    color: var(--gray_lg);
    padding: 5px 15px 0 0;    
}

.calinput button {
    position: relative;
    margin: 32px auto;
    border: 0;
    background-color: var(--vendor);
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    width: auto;
    height: 55px;
    margin-left: 8px;
    padding: 20px 20px!important;
    border-radius: 3px;
    cursor: pointer;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0; }
}
.calinput button:hover {
    box-shadow: 0 0 0.2em rgba(173,173,173,0.8); 
}
.calinput button:focus {
    border: 0;
}
/*
.calinput button:focus{ 
    animation: pulse 1s infinite;
    -moz-animation: pulse 1s infinite;
    -webkit-animation: pulse 1s infinite;
    -o-animation: pulse 1s infinite;
    box-shadow: 0 0 0 1em rgba(224,224,224,0.6);   
}
*/



.calendar-options {
    position: absolute;
    top: 242px;
    left: 5px;
    text-align: left;
}
.calendar-options h3 {
font-size: 14px;
    color: var(--black);
    padding: 0;
    margin: 0;
    font-weight: bold;
}

#calendar-pax {
    padding: 5px 15px 0 20px;
}


button.wSb {
    border: 0;
    background-color: var(--vendor);
    border: 1px solid transparent;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    text-transform: none;
    padding: 15px 26px;
    cursor: pointer;
    margin: 2px;
    border-radius: 8px;
    outline:none;
    font-family: 'Roboto',sans-serif;
}
button.wSb:hover {
    opacity: 1;
}

button.wSb i.material-icons {
    float: right;
}

button.wSb.wSbsmall {
    font-size: 13px;
}
button.wSb.wSbXsmall {
    font-size: 9px;
    padding: 8px 10px;    
    margin: 5px 2px;
}
button.wSb:hover {
    background-color: var(--light);
    color: var(--vendor);
    border: 1px solid var(--vendor);
}

.wS_bl {
    border: 1px solid var(--black)!important;
    background-color: var(--light)!important;
    color: var(--black)!important;
}
.wS_bl:hover {
    background-color: var(--vendor)!important;
    color: var(--light)!important;
    border: 1px solid transparent!important;
}


.wS_blT {
    border: 1px solid var(--light)!important;
    background-color: transparent!important;
    color: var(--light)!important;
}
.wS_blT:hover {
    background-color: var(--light)!important;
    color: var(--black)!important;
    border: 1px solid transparent!important;
}
.wS_blTb {
    border: 1px solid transparent!important;
    background-color: transparent!important;
    color: var(--black)!important;
    padding: 5px 0!important;
}
.wS_blTb:hover {
    background-color: transparent!important;
    color: var(--gray_lg)!important;
    border: 1px solid transparent!important;
}
.wS_blTb_w {
    border: 1px solid transparent!important;
    background-color: transparent!important;
    color: var(--light)!important;
    padding: 5px 0!important;
}
.wS_blTb_w:hover {
    background-color: transparent!important;
    color: var(--gray_lg)!important;
    border: 1px solid transparent!important;
}


.wS_blank {
    border: 1px solid transparent!important;
    background-color: var(--light)!important;
    color: var(--black)!important;
}
.wS_blank:hover {
    background-color: transparent!important;
    color: var(--gray_lg)!important;
    border: 1px solid transparent!important;
}


.wS_option {
    border-radius: 4em;
    padding: 5px 16px!important;
    font-size: 12px!important;
    text-transform: none!important; 
}
.wS_option.wS_bl {
    opacity: 0.5
}
.wS_option.wS_bl:hover {
    opacity: 1
}
/* ------------- RESULTS ------------------- */


.wbe_results{
    padding: 0 15px;
}
.wbe_results_intro {
    float: left;
    width: 100%;
    padding: 0px 40px 10px 40px;
}
.wbe_results_intro p {
    font-size: 13px;
}
.wbe_results_intro span {
    float: left;
    width: 100%;
    font-size: 13px;
    font-family: 'Roboto',sans-serif;
}
.wbe_results_intro span b {
    float: left;
}
.wbe_results_intro span b:first-child {
    font-weight: normal;
    width: 100px;
}

.results_intro_infos {
    float: left;
    width: 75%;
    padding: 15px 0;
}
.results_intro_qr {
    float: right;
    width: 22%;
    padding: 10px;
    text-align: right;
}
.results_intro_qr img {
    width: 100%;
    max-width: 80px;
    height: auto;
}






.topbg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60vh;
    z-index: -1;
    background-color: var(--black);
}

.botbg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50vh;
    background: #F5F5F5;
    z-index: -1;
    opacity: 1;
}

.wbe_container {
    margin: auto;
    width:100%;
    max-width: 1000px;
    min-width: 360px;
    /*border: 1px solid #cecece;*/
    display: inline-block;
}
.wbe_results:last-child {
    margin-bottom: 150px;
}


.wCol {
    float: left;   
    /*border: 1px solid #999;*/
    padding: 15px;
}
.wCol45 {
    width: 100%;
}
.wCol100 {
    width: 100%;
    text-align: left;
}
.wCol55 {
    width: 100%;
    padding: 0 15px;    
}

.wCol50,.wCol50F {
    float: left;
    width: 49%;
}

.wCol50 button,
.wCol50F button {
    width: 98%;
}


.wCol60 {
    width: 59.9%;
    padding: 0 15px 0 0;
    float: left;
}
.wCol40 {
    width: 39.9%;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}



._curItemSel {
    float: left;
    width: 100%;
    padding: 0;
}
._curItemSel ._curNav {
    float: left;
}
._curItemSel h1 {
    float: left;
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
    padding: 11px 10px;
    line-height: 1.1em;
}
._curItemSel h1._curItem_name{
    float: left;
    max-width: 45%;
}
._curItemSel h1 small {
    float: left;
    width: 100%;
    color: var(--gray_md);
}
._curItemSel h1._curItem_price {
    float: right;
    text-align: right;
    width: 140px;
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
}
._curItem_price span {
    float: left;
}
.scrollhelper ._curItem_price span {
    float: right;
}
.ui_cta {
    float: right;
    margin: 23px 15px;
    width: 100%;
}
.ui_cta ._ux_co {
    width: auto;
    margin-right: 15px;
}


article.wRoom {
    position: relative;
    width: 100%; 
    float: left;
    margin-bottom: 0px;
}

.wItem_infos {
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid var(--light);
    box-shadow: 0 0 15px var(--gray_bd);   
    border-radius: 10px; 
}
.wItem_gfx {
    position: relative;
    width: 100%;
    padding-top: 49%;
}
.wItem_gfx.wItem_propal {
    padding-top: 39%;
}
.wItem_pct {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--black);
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;    
}

.wItem_pct_infos {
    position: absolute;
    top: 20px;
    left: 20px;
}
.wItem_pct_infos span {
    float: left;
    padding: 3px 15px;
    background-color: #fff;
    color: #000;
    font-family: 'Roboto',sans-serif;
    font-size: 11px;
    border-radius: 4px;
}

.wItem_pct_toolbox {
    position: absolute;
    top: 20px;
    right: 20px;
}




.splide__slide img {
	width : 100%;
	height: auto;
    margin-top: -17%;;
}

.wItem_des {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 10px 30px;
}
.wItem_toolbar {
    position: relative;
    width: 100%;
    margin-top: 20px;
}
.wItem_toolbar .wL {
    float: left;
    width:49%;
}
.wItem_toolbar .wR {
    float: right;
    width:49%;
    text-align: right;
}

.wItem_rate_listSelection {
    position: relative;
    width: 100%;
    float: left; 
    padding: 0 15px;
    display: none;
}
.wItem_rate_listSelection.ldRates_display {
    padding: 0 0px;
}
.wItem_rate_listSelection.on {
    display: block;
}

.wL1 {
    float: left;
    width:10%;
}
.wL1F {
    position: absolute;
    top: 18px;
    right: 15px;
    width: 30px;
    height: 30px;
}
.wL1F h3 {
    position: absolute;
    top: 5px;
    right: 40px;
    font-family: 'Roboto',sans-serif;
    font-size: 11px;
    padding: 0;
    margin: 0;
    text-align: right;
    color: #999;
    text-transform: uppercase;
    font-weight: bold;
    display: none;
}

.ldRate {
    background-color: var(--GreyBG);
    border-radius: 0!important; 
    padding: 20px 30px!important;  
    float: left;
    width: 100%; 
    height: 180px;
}
.ldRate hr {
    margin: 10px 0;
    float: left;
    width: 100%;
}

.wL2 {
    float: left;
    width:70%;
}
.wL2_sep {
    float: left;
    width: 100%;
    border-bottom: 1px solid var(--GreyBG);
    padding: 0 0 8px 0;
    margin-bottom: 8px;
}

.wL2B {
    float: left;
    width:60%;
}
.wL2F {
    float: left;
    width:100%;
}
.wR2 {
    float: right;
    width:29%;
    text-align: right;
    padding-top: 10px;
}
.wR2B {
    float: right;
    width:39%;
    text-align: right;
}

.wRadio {
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 1;
    cursor: pointer;
}
.wRadio:hover,
.wRadio.sel,
.wItem_rate_detail li:hover .wRadio {
    opacity: 1;
}

.wRadio span {
    border: 1px solid var(--vendor);
    border-radius: 100%;
    float: left;
    padding: 5px;
}
.wRadio span b {
    float: left;
    border: 1px solid;
    border-radius: 100%;
    width: 14px;
    height: 14px;    
}

.wRadio:hover span b,
.wRadio.sel span b {
    background-color: var(--vendor);
}

.wItem_des_seeMore {
    position: relative;
    width: 100%;
    float: left;
    text-align: left;  
    padding:0 0 15px 0;  
}
.wItem_des_seeMore a,
.wItem_rate_seeMore a {
    cursor: pointer;
    color: #999;
    font-size: 11px;
    text-decoration: underline;
}

.wItem_des_more{
    position: relative;
    width: 100%;
    float: left;
    padding: 35px;
    background: #F5F5F5;
    border-top: 1px solid var(--gray_bd);
    border-bottom: 1px solid var(--gray_bd);
    text-align: left;
}




.ldRateBl small,
.ldRateBl big,
.ldRateBloc {
    float: left;
    width: 100%;
}
.ldRateBl small {
    font-size: 12px;
}
.ldRateBl big {
    font-size: 13px;
    color: #000;
}
.ldRateBloc p {
    font-size: 12px;
}
.ldRateBl big i.material-icons{
    font-size: 14px;
}
.ldRateBl h4.t3{
    font-size: 14px;
    font-weight: bold;
}


.ldRateBl_toolbox {
    position: absolute;
    top: 80px;
    right: 30px;
    width: 63px;
    height: 34px;
}



.ldRate_carroussel,
.ldCarroussel,
.ldCarroussel_slider {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.ldCarroussel_slider {
    height:180px;
}

.ldCarroussel_slider,
.ldCarroussel_slider li {
    text-align: left;
}







.wItem_rates {
    position: relative;
    width: 100%; 
    float: left;
    text-align: left;
    margin-bottom: 15px;
}
.wItem_rates h2 {
    color: var(--black);
    font-weight: normal;
    padding: 10px;
    padding: 10px;
    text-transform: capitalize;
    text-align: left;    
}
.wItem_rate_detail {
    padding: 0;
    margin: 10px 0 20px 0;
}
.wItem_rate_detail li {
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid var(--light);
    padding: 10px 10px;
    margin: 0;
    margin-bottom: 5px;
    list-style: none;
    border: 1px solid #ddd;
    border-radius: 6px; 
    min-height: 98px;
}
.wItem_rate_detail li:hover,
.wItem_rate_detail li.sel {
    border: 1px solid var(--vendor);
}
.wItem_rate_detail li h4 {
    font-size: 14px;
    line-height: 1.8em;    
    font-weight: bold;
    padding: 0 5px;
}
.wItem_rate_detail li h4 i {
    font-size: 17px;
    float: left;
    padding: 4px 4px;
    display: none;
}
.wItem_rate_detail li label {
    font-size: 0.9em;
    color: var(--gray_lg);
    cursor: pointer;
}
.wItem_rate_detail li label:hover {
    color: var(--black);
}
.wItem_rate_detail li label span {
    float: left;
}
.wItem_rate_detail li label span:first-child {
    width: 21px;
    height: 16px;
    left: 18px;
    top: 23px;
    position: absolute;
}
.wItem_rate_detail li label span:last-child {
    display: none;
}
.wItem_rate_detail li label span i {
    font-size: 15px;
    position: absolute;
    top: 0px;
    color: var(--gray_md);
    left: 4px;
}

.wItem_rate_detail li p {
    margin-bottom: 8px;
    font-size: 13px;
    padding: 4px 8px;
}

.wItem_rate_seeMore {
    position: relative;
    width: 100%;
    float: left;
    text-align: left;  
    padding:0px 5px;  
}

.wItem_rate_tc {
    float: left;
    width: 100%;
    padding: 0;
    overflow: auto;
    margin: 0px 0;
    display: none;
}
.wItem_rate_tc.on {
    display: block;
}

.wItem_rate_tc p {
    font-size: 0.88em;
    color: var(--gray_md)!important;
    padding: 0;
    margin: 0;
}
.wItem_rate_tc p b {
    font-weight: 800;
    color: var(--black)!important;
}





.wItem_ctrl {
    position: relative;
    float: left;
    width: 100%; 
    padding: 0 0 5px 0;    
}
.wItem_total2 {
    float: left;
    width: 35%;
    padding: 5px 0;   
    font-family: 'Roboto',sans-serif;
    text-align: left;
    min-width: 150px
}
.wItem_total {
    /*
    float: right;
    width: 50%;
    padding: 5px 0;   
    font-family: 'Roboto',sans-serif;
    text-align: right;*/
    position: absolute;
    top: 45px;
    right: 17px;
    font-family: 'Roboto',sans-serif;
    text-align: right;
}
.wItem_ctrl .wItem_total {
    padding: 0 10px;  
}

.wItem_more {
    position: absolute;
    top: 80px;
    right: 25px;
    text-align: center;
    cursor: pointer;

    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #f5f5f5;
}
.wItem_more:hover {
    background-color: var(--vendor);
}
.wItem_more i {
    float: left;
    padding: 9px;
}
.wItem_more:hover i {
    color: #fff;
}

._ui_bookingModal .wItem_total,
._ui_confirmModal .wItem_total {
    padding: 0px 20px;   
}
.wItem_total small, 
.wItem_total big {
    float: left;
    width: 100%;
    font-weight: normal;
    text-align: right;
}
.wItem_total big {
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
}
.wItem_total small {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 6px;
    text-transform: uppercase;
}
.wItem_total big {
    line-height: 0.95em;
}
._ui_bookingModal .wItem_total big,
._ui_confirmModal .wItem_total big{
    font-size: 14px;  
}

.wRate_total {
    padding-top: 0;
}

.wRate_total small, 
.wRate_total big {
    float: right;
    width: 100%;
    font-weight: normal;
    font-family: 'Roboto',sans-serif;
}
.wRate_total big {
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
}
.wRate_total small {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 2px;    
    text-transform: uppercase;
}
.wRate_total big {
    line-height: 0.95em;
}


.wItem_btns {
    float: left;
    width: 50%;
    padding: 4px 0;
}
.wItem_btns button {
    float: right;
}
.wItem_btns button._ui_DeleteRoom {
    opacity: 0.5;
}

._ui_bookingModal .wItem_btns button {
    width: 90%;
}

._ui_bookingModal .wItem_btns,
._ui_confirmModal .wItem_btns{
    padding: 0px 0; 
}
._ui_md_footer .wSb{
    width: 95%!important;
}


.wItem_room_select {
    position: absolute;
    top: 55px;
    left: -20px;
    right: -20px;
    height: 200px;
    background-color: var(--light);
    border: 1px solid var(--gray_md);
    padding: 20px;
    z-index: 2;
}



.room-rate-display .wItem_room_select,
._ui_bookingModal .wItem_room_select,
._ui_confirmModal .wItem_room_select,
._ui_stayModal .wItem_room_select{
    position: relative;
    top: inherit;
    left: auto;
    right: auto;
    height: auto;
    background-color: transparent;
    border: 1px solid var(--black);
    padding: 5px 0;
    z-index: 2;
    float: left;
    width: 100%;
}

.room-rate-display .wItem_room_setup,
._ui_bookingModal .wItem_room_setup,
._ui_confirmModal .wItem_room_setup,
._ui_stayModal .wItem_room_setup{
    width:100%;
    margin-right: 0;
    padding: 10px 18px;
    position: relative;
    /*border: 1px solid #ddd;*/
    /*box-shadow: 0 0 10px #ddd;*/
    border-radius: 5px;
    float: left;
    margin-right: 0px;
    margin-bottom:5px;
    border: 2px solid transparent;
}
._ui_bookingModal .wItem_room_setup,
._ui_bookingModal fieldset.wItem_room_setup {
    padding: 10px 0px!important;
}
#wbe_staySelect fieldset.wItem_room_setup {
    padding: 20px 25px!important;
    background-color: var(--GreyBG);
    border-radius: 8px;
}

.wItem_room_setup {
    font-family: 'Roboto',sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}

.selTitle {
    float: left;
    width: 100%;
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    padding:0 15px;
    margin: 10px 0;
}

.room-rate-display .wItem_room_setup:hover,
._ui_bookingModal .wItem_room_setup:hover,
._ui_confirmModal .wItem_room_setup:hover,
._ui_stayModal .wItem_room_setup:hover{
   /*border: 2px solid #A4897A; */
}


.wItem_room_add {
    border: 2px dashed var(--gray_bd);
    text-align: center;
    border-radius: 5px;  
    width:auto;
    margin-right: 3px;
    float: right;
    cursor: pointer;
    margin-top: -47px;
    display: none;
}
.wItem_room_add:hover {
    border: 2px dashed var(--gray_dk);
    color: var(--gray_dk);
}
.wItem_room_add .button {
    float: none;
    width: auto;
    margin: 2px 0;
}

.wItem_room_setup legend {
    /*background-color: #fff;
    padding:10px 0 8px 0;
    float: left;
    margin: auto;
    width: auto;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    cursor: pointer;
    width: 100%*/
    
    text-transform: uppercase;
    color: var(--gray_lg);
    font-size: 10px;
    letter-spacing: 2px;
    font-family: var(--fOne);
    font-weight: 200;
    padding: 0;
    margin: 0;
    width: 100%;
    width: 100%;
    float: left;
}
.wItem_room_setup legend i {
    float: right;
    font-size: 1.2em;
    margin-top: 0px;
    color: var(--gray_lg);
}
.wItem_room_setup legend i:hover {
    color: var(--black);
}



.wS_selector_bloc {
    float: left;
    position: relative;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: height 1s, visibility 0s, opacity 1s linear;
    text-align: center;
}
.wS_selector_bloc.on {
    visibility: visible;
    opacity: 1;
    height: auto;
    padding:15px 0;
}
.wS_selector_bloc.on .wS_sel4{
    border-bottom: 1px solid #cecece;
}
.wS_selector_bloc.on .wS_sel4:first-child{
    margin-top: 15px;
}
.wS_selector_bloc.on .wS_sel4:last-child{
    border-bottom: 0;
}





.wS_selector {
    float: left;
    position: relative;
    width: 47%;
    padding: 1px 0 0 8px; 
}
.scheduler .wS_selector {
    width: 100%;
    text-align: left;
    padding: 0;
    margin-top: 8px;
}

.wS_selector small, .wS_selector big {
    float: left;
    width: 100%;
}
.wS_selector small {
    color: var(--black);
    font-weight: bold;
    font-size: 0.9em;
    text-align: center;
}
.wS_selector big {
    color: var(--black);
    font-size: 1.6em;
}
.wS_selector .btns{
    position: absolute;
    bottom: 0px;
    right: 15px;
    left: auto;
}
.wS_selector span{
    font-size: 13px;
    font-weight: bold;
    color: var(--black);
    width: 50%;
    float: left;
    padding: 0px 0;
    line-height: 1.2em;
}
.wS_selector span i {
    float: left;
    width: 100%;
    font-style:normal;
    color: var(--gray_lg);
    font-size: 12px;
}


.wS_sel_total {
    width: 100%!important;
    padding: 0px 0;  
    margin-top: -5px;
}
.qty_total{
    float: left;
    width: 100%;
    text-align: left;
    padding: 0px;
    font-size: 18px;
    color: var(--black);
    line-height: 1.1em;
    font-family: 'Roboto',sans-serif; 
    cursor: pointer;
    text-transform: none;
}
.qty_total i {
    font-size: 0.9em;
    margin-left: 10px;
    float: right;
}

.qty_total_btns {
    position: absolute;
    top: -40%;
    text-align: left;
    left: -26px;
}
.button {
    float: right;
    width: 19px;
    cursor: pointer;
    opacity: 0.6;
}
.button:hover {
    opacity: 1;
}



.caption {
  position: absolute;
  left: 0;
  top:35%;
  width: 100%;
  text-align: center;
  color: var(--black);
}

.caption span.border {
    background-color: none;
    color: var(--light);
    padding: 0px;
    font-size: 5.5em;
    font-family:var(--fTwo);
    font-weight: 500;
    margin: 0;
    line-height: 1em;  
    padding-bottom: 20px;    
}
.caption span hr {
    border-top: 1px solid var(--light);    
    margin: 20px auto;
    width: 20%;
    /*transform: rotate(-10deg);*/
}
.caption span small {
    font-size: 25px;
    line-height: 1em;
    float: left;
    width: 100%;
}
.caption span small small {
    font-size: 25px;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
  }
}



.wItem_room_confirm {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 5px;
    border: 1px dotted var(--gray_bd);
    padding: 2% 8%;
}
.wItem_room_confirm div{ 
    float: left;
    width: 70%;
}
.wItem_room_confirm span{ 
    font-size: 4em;
    float: right;
    width: 20%;
    text-align: right;
}
/*.wItem_room_confirm span{
    left:0%;
    position:absolute;
    -webkit-animation:linear infinite alternate;
    -webkit-animation-name: run;
    -webkit-animation-duration: 5s;
}     
@-webkit-keyframes run {
    0% { left: 0;}
    100%{ left : 100%;}
    100%{ left: 0;}
}*/




/* ------------- CHECKOUT ------------------- */

.co_accordion,
.co_accordion .co_aco_item,
.co_accordion .co_aco_item nav,
.co_accordion .co_aco_item .co_aco_content {
    float: left;
    width: 100%;
    position: relative;
}
.co_accordion {
    padding: 0 40px;
}
.co_aco_item nav {
    font-family: var(--fOne);
    font-weight: bold;
    font-size: 24px;
    color: #cecece;
    padding: 25px 0;
    letter-spacing: 1px;
    cursor: pointer;
}
.co_aco_item.sel nav {
    color: #000;
}
.co_aco_item nav:hover {
    opacity: 0.4;
}
.co_aco_item {
    border-bottom: 1px solid #ddd;
}
.co_aco_item:first-child nav,
.co_aco_item.ff nav{
    padding: 0 0 25px 0;
}
.co_aco_item:last-child {
    border-bottom: 1px solid transparent;
}

.co_aco_item .co_aco_content {
    display: none;
    margin-bottom: 30px;
}
.co_aco_item.sel .co_aco_content {
    display: block;
}


.wbe_co{
    padding: 10px;
    z-index: 0!important;
}
.wbe_co:first-child {
    padding-top: 10px;
}
.wbe_co .wbe_container {
    max-width: 700px;
}
.wbe_co_lg {
    margin-bottom: 3em;
}
.wbe_co_lg .wbe_container {
    max-width: 1000px;
}

.wbe_footer .branding {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    height: 70px;
    /*background: transparent url(../img/branding/corpo.svg) no-repeat;
    background-size: auto 100%;
    background-position: -28px center;*/
}
.wbe_co .branding {
    /*float: left;
    top: inherit;
    left: inherit;*/

    position: absolute!important;
    top: -30px;
    left: auto;
    right: 20px;

    /*width: 300px;
    height: 70px;
    background: transparent url(../img/branding/corpo.svg) no-repeat;
    background-size: auto 100%;
    background-position: right top;*/
    position: inherit;
}
.wbe_co._ui_wbe_co .branding {
    top: 10px;
}

#vp_fx .branding {
    top:56%;
    left: 0;
    right: 0;
    /*width: 100%;
    height: 100px;
    background: transparent url(../img/branding/corpo.svg) no-repeat;
    background-size: auto 100%;
    background-position: center top;*/
    display: none;
    cursor: default;
}

.corpoInput .branding {
    float: left;
    top: inherit;
    left: inherit;
    /*width: 100%;
    height: 44px;
    background: transparent url(../img/branding/corpo.svg) no-repeat;
    background-size: auto 100%;
    background-position: -18px top;
    position: inherit;
    margin-top: -10px;
    margin-bottom: 10px;    */
}

._ui_md_header .branding {
    float: left;
    top: inherit;
    left: inherit;
    position: inherit;
    cursor: default;
   /* width: 100%;
    height: 84px;
    background: transparent url(../img/branding/corpo.svg) no-repeat;
    background-size: auto 100%;
    background-position: -33px top;*/
}
._ui_md_header .branding:hover {
    opacity: inherit;
}

.co_tc_bloc {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.co_tc_bloc p {
    font-size: 13px;
    padding: 0 15px;
}
.co_tc_bloc p strong {
    font-size: 16px;
    color:#000
}

._uiPriceDisplay small,
._uiPriceDisplay big {
    float: left;
    width: 100%;  
    font-family: 'Roboto',sans-serif;  
}
._uiPriceDisplay small {
    font-size: 14px;
}
._uiPriceDisplay big {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.co_left {
    float: left;
    width: 35%;
    padding: 0 0 0 20px;
    text-align: left
}
.co_right{
    float: left;
    width: 65%;
    padding: 0;
}
.co_full{
    float: left;
    width: 100%;
    padding: 0 20px;
}
.co_full._w_ui_cta{
    padding: 0 10px;
}
.co_left button,
.co_right button {
    width: 100%;
    font-size: 14px;
}
.co_left span,
.co_left small,
.co_left big {
    float: left;
    width: 100%;
    font-family: 'Roboto',sans-serif;
}


.co_ct_btn {
    padding: 0 8px;
}

.cart_items_ct {
    position: relative;
    float: left;
    width: 100%;
    background-color: var(--light);
    padding:0 0px;

}

.cart_add_xtra {
    /*position: absolute;
    width: 100%;
    text-align: right;
    background: var(--gray_bd);
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 20px;*/
    position: relative;
    float: left;
    width: 100%;
    background-color: #fff;
    padding:7px 45px;
}
.cart_add_xtra button {
    font-size: 0.9em;
}
.cart_add_xtra button:first-child {
    float: left;
}
.cart_add_xtra button:last-child {
    float: right;
}

.cart_items_ct._order {
    text-align: left;
}
.order_ref {
    font-size: 18px;
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    line-height: 0.95em;
    float: left;
    width: 100%;
    text-align: right;
}
.order_ref small {
    font-size: 10px;
    float: left;
    font-weight: normal;
    color: #666;
    width: 100%;
    line-height: 12px;
    padding-top: 8px;
    text-align: r;
}

.cart_items_ct_list {
    float: left;
    width: 100%;
}

article.coitem {
    position: relative;
    width: 100%; 
    float: left;
    padding: 0;
    margin-bottom: 15px;
}
article.coitem.coitem_short {
    padding: 5px 15px;
    margin-bottom: 0;
}

article.coitem:last-child {
    margin-bottom: 15px!important;
}


.xtra_infoitem {
    float: left;
    position: relative;
    font-family: 'Roboto',sans-serif;
}
.xtra_infoitem h4.t3 {
    font-size: 13px;
    color: #000;
    font-weight: bold;
    line-height: 12px;
}
.xtra_infoitem b {
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

._order article.coitem {
    padding: 5px 30px 7px 30px;
}

._order article.coitem.xtra {
    padding: 5px 30px 7px 30px;
}
._order article.coitem.cotopOrder {
    padding: 45px 30px 7px 30px;
}


._order article.coitem.coguest {
    padding: 25px 30px 25px 30px;
    margin: 15px 0;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}
._order article.coitem hr { 
    position: absolute;
    width: 10%;
    margin: 0;
    top: 86px;
    left: 30px;
}

._order article.coitem.coline {    
    border-bottom: 1px dotted #cecece;
}
._order article.coitem.coline:last-child {
    padding: 5px 30px 20px 30px;
    border-bottom:none;
}

.cart_infoPict {
    float: right;
    position: relative;
    width: 40%;
    text-align: left;
    height: 130px;
    background: #000;
    border-radius: 5px;
    margin-left: 2%;
    background-size: cover;
}
.cart_item_pricePict {
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 15px;
    right: 15px;
    text-align: right;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}
.cart_item_pricePict b,
.cart_item_pricePict big {
    float: left;
    width: 100%;
}
.cart_item_pricePict b {
    font-size: 11px;
}
.cart_item_pricePict big {
    font-size: 15px;
    font-weight: bold;
}

.cart_infoitem {
    float: left;
    width: 58%;
    text-align: left;
    padding: 0 10px 0 25px;
}
    .cart_infoitem p,
    .cart_infoitem h4,
    .cart_infoitem h5,
    .cart_infoitem b {
        float: left;
        width: 100%;
        text-align: left;  
        font-family:'Roboto',sans-serif;  
    }

        .cart_infoitem h4 {
            font-size: 14px;
            line-height: 24px;            
            font-family: var(--fOne);
            color: var(--gray_dk);
            font-weight: bold;
        }
        .cart_infoitem h5 {
            font-size: 13px;            
        }
        .cart_infoitem b {
            font-size: 13px;
            font-weight: normal;
        }

        .coitem h5 {
            margin-top: 8px;
        }

    .cart_infoitem p {
        font-size: 12px;
    }

        

        .coitem_short .cart_infoitem {
            padding: 0;
            background:transparent;
        }

        .coitem_short .cart_infoitem h4 {
            font-size: 14px;
            line-height: inherit;            
            font-family: var(--fOne);
            color: var(--gray_dk);
            font-weight: bold;
        }
        .coitem_short .cart_infoitem h5 {
            font-size: 0.85em;  
            margin-top: 0;          
        }
        .coitem_short .cart_infoitem b {
            font-size: 12px;
            font-weight: normal;
            color: #666;
        }
        .coitem .cart_infoprice big {
            font-size: 15px;
        }

    .cart_infoitem p {
        font-size: 12px;
    }





.cart_infoitem b .material-icons {
    font-size: 0.7em;
}

.cart_infoitem.co {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    width: 70%;
}


.cart_checked_services {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 15px;
}
.cart_checked_services ul,
.cart_checked_services ul li,
._ux_room_xtras ul,
._ux_room_xtras ul li,
.xtra_list_ct {
    float: left;
    position: relative;
    width: 100%;
    padding: 5px 0;    
}
.cart_checked_services ul li,
._ux_room_xtras ul li,
.xtra_list_ct li { 
    font-size: 12px;
    text-align: left;
}

.cart_checked_services ul li,
.xtra_list_ct li {
    border-top: 1px dotted #cecece;
    width: 100%!important;
    float: left;
    position: relative;
    padding: 8px;
}
.cart_checked_services ul li {
    border-top: 1px dotted #cecece;
}

div.xtraSum_price {
    float: right;
    color: var(--black);
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
}
div.xtraSum_dlt {
    float: left;
    cursor: pointer;
    margin-right: 8px;
    margin-left: -14px;
}

.xtra_list_ct li {
    border-top: 1px dotted #cecece;
    width: 100%!important;
    float: left;
    position: relative;
}

.cart_checked_services ul li span,
.xtra_list_ct li span {
    float: left;
    font-weight: bold;
    font-size: 14px;
}
.cart_checked_services ul li span small,
.xtra_list_ct li span small {
    float: left;
    font-size: 12px;
    width: 100%;
    font-weight: normal;
}

#payment-form {
    float: left;
    position: relative;
    width: 100%;
}

.payzenWait {
    float: left;
    position: relative;
    width: 100%;
    padding: 30px;
    text-align: center;
}
.payzenStatus {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

#payment-element {
    position: relative;
    float: left;
    width: 100%;
  }

  #paymentForm {
    position: relative;
    float: left;
    width: 100%;
    min-height: 350px;
    margin: 10px 0;
    padding: 0 10px;
}

#_ui_xtrasRecap {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 0 23px 0px;
}
#_ui_xtrasRecap h3 {
    text-transform: uppercase;
    color: var(--gray_lg);
    font-size: 10px;
    letter-spacing: 2px;
    font-family: var(--fOne);
    font-weight: 200;
    padding: 0;
    margin: 0;
    width: 100%;
}

._ux_room_xtras {
    display: none;
}


.cart_infoprice {
    float: right;
    width: 35%;
    text-align: right;    
    padding: 5px 0;
}
    .cart_infoprice small,
    .cart_infoprice big,
    .cart_infoprice i {
        float: left;
        width: 100%;
        text-align: right;
    }
        .cart_infoprice small {
            text-transform: uppercase;
            letter-spacing: -0.02em;
            font-size: 10px;
        }
        .cart_infoprice big {
            color: var(--black);
            line-height: 1.2em;
            font-size: 17px;
            font-family: 'Roboto';
        }
        .cart_infoprice i {
            font-size: 11px;
        }

.cart_infoprice.co{
    width: 30%;
    padding: 0px;
    margin: 0;
}        

.cart_room_xtras {
    float: left;
    width: 100%;
    text-align: left;
    padding: 10px 0;
}

ul.xtra_container, .xtra_container ul,
ul.xtra_container li, .xtra_container ul li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}



article.coitem .button {
    position: absolute;
    top: 0px;
    left: -3px;
}



.cart_payinfo_bloc{
    position: relative;
    float: left;
    width: 100%;
    margin: 0px 0; 
    background-color: var(--light);
    text-align: left;
    margin-bottom: 0px;
    padding: 0 0px;
}
._ui_wbe_co .cart_payinfo_bloc {
    padding: 0;
}


/* ******************************************** */


.cart_payTC_bloc{
    position: relative;
    float: left;
    width: 100%;
    margin:0; 
    text-align: left;
    padding:0 60px 0px 60px;
}
.cart_payTC_bloc h5,
.cart_payTC_bloc p {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.cart_payTC_bloc strong {
    font-size: 15px;
    margin-top: 8px;
    float: left;
    width: 100%;
}


.frame_fx {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 40vh;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;  
    background-position: top center;      
}

/* ******************************************** */

.cart_payTC_bloc p {
    font-size: 11px;
}

#_ui_extras {
    background: var(--gray_bd);
}
#_ui_extras.icHide {
    display: none;
}

.xtraLib_room,
.xtraLib_room_ct {
    position: relative;
    float: left;
    width: 100%;
}

.xtraLib_room_ct label {
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
}
/*
.xtraLib {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 10px 40px 10px;

}
.xtraLib li {
    float: left;
    width: 150px;
    height: 120px;
    margin: 0 5px 5px 0;
}
*/

.xtraLib_item {
    position: relative;
    float: left;    
    height: 220px;
    width: 150px;
    cursor: pointer;
    border: 6px solid #fff;
}
.xtraLib_item:hover {
    opacity: 0.4;
}

.xtra_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;  
    background-position: top center;  
    border-radius: 8px;
    box-shadow: 0 0 5px #999;
}
.ov {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .55);
}
.ov2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(0,0,0,1));
    border-radius: 15px;
}

.xtra_txt {
    position: absolute;
    top: auto;
    left: 10px;
    right: 10px;
    bottom: 12px;
    z-index: 2;
    font-family: 'Roboto',sans-serif;
    color: #fff;
}

.xtra_txt h3 {    
    font-size: 13px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 13px;
}

.xtra_txt p {    
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}


#xtras_slider {
    position: relative;
    float: left;
    width: 100%;
    height: 320px;
    margin: 0px 0;
}
#xtras_slider h4 {
    font-weight: 400;
    font-size: 18px;
    padding: 8px 0 15px 0px;
    margin: 0 auto;
    color: #000;
    width: 100%;
}

.xtras_nav {
    position: relative;
    float: left;
    width: 100%;
    padding: 25px 0;
}
.xtras_nav_btns {
    position: relative;
    margin: auto;
    max-width: 600px;
    min-width: 360px;
    text-align: left;
    width: 100%;
    background-color: #fff;
}

/* ******************************************** */

.xtra_popup {
    position: fixed;
    top: 15px;
    left: auto;
    right: 15px;
    bottom: 60px;
    background-color: rgba(0, 0, 0, .55);
    width: 550px;
    height: auto;   
    text-align: center; 
    display: inline-grid;
    z-index: 5000000;
}

.xtraPP_frame {
    width: 350px;
    height: 500px;
    border-radius: 15px;
    background-color: #fff;
    vertical-align:middle;
    text-align: left;
    position: relative;
    margin: auto;
}

.xtraPP_header  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 220px;
    background-color: #000;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 40px 30px 25px 30px;
    color: #fff;
}
.xtraPP_header h1 {
    font-size: 20px;
    padding: 0;
    margin: 0;       
}
.xtraPP_header p {
    font-size: 13px;
    float: left;
    width: 100%;    
}
.xtraPP_header big {
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    font-size: 14px;
    float: left;
    width: auto;
    border-top: 1px solid #fff;
    padding: 5px 0;
    margin: 10px 0;
}
.xtraPP_header span {
    position: absolute;
    top: 15px;
    right: 25px;
    width: 15px;
    height: 15px;   
    cursor: pointer;
    opacity: 0.5; 
}
.xtraPP_header span i.material-icons {
    font-size: 24px;
    color: #fff;
}
.xtraPP_header span:hover {
    opacity: 1;
}

.xtraPP_des_seeMore,
.xtraPP_more {
    float: left;
    width: 100%;
}
.xtraPP_des_seeMore {
    margin-top: 15px;
}


.xtraPP_des_seeMore p a {
    cursor: pointer;
}

.xtraPP_more {
    display: none;
}


.xtraPP_frame.expanded {
    background-color: #000;
}

.xtraPP_frame.expanded .xtraPP_content,
.xtraPP_frame.expanded .xtraPP_footer {
    display: none;
}

.xtraPP_frame.expanded .xtraPP_header {
    height: 100%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.xtraPP_frame.expanded .xtraPP_more {
    display: block;
    margin-bottom: 15px;
}


.xtraPP_des_seeMore p a {
    text-decoration: underline;
}

.xtraPP_content  {
    position: absolute;
    top:220px;
    left: 0;
    right: 0;
    height: auto;
    bottom: 60px;
    background-color:#fff;
    overflow-y: auto;
    overflow-x: hidden;
}

.xtraPP_footer  {
    position: absolute;
    bottom:0px;
    left: 0;
    right: 0;
    height: 60px;
    bottom: 0;
    background-color:#fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: center;
}
.xtraPP_footer button {
    margin: auto;
    width: 84%;
}


.xtraPP_content ul,
.xtraPP_content ul li {
    float: left;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

.xtraPP_content ul li {
    border-bottom: 1px solid #cecece;
    padding: 8px 30px;
}

.xtraPP_content ul li span {
    float: left;
    padding: 0px 10px 0 0;
}

.xtraPP_content ul li span.xt_rg {
    float: right;
    width: 95px;
    padding: 0;
}

.xtraPP_content ul li span b {
    font-size: 13px;
    float: left;
    padding: 8px 0;
}

.xtraPP_content .wS_selector,
.xtraPP_content .wS_selector .quantity {
    width: 100%;
    padding: 0;
}

.xtraPP_content .wS_selector .quantity input{
    margin-left: 30px;
}

.xtraPP_content .quantity-button.quantity-up {
    left: 91px;
}
.xtraPP_content .quantity-button.quantity-down {
    left: 24px;
}

.xtraPP_content .quantity-nav {
    float: none;
    left: 0;
    right: 0;
}

.co_fx {
    position: relative;
    float: left;
    width: 95%;
    border-top: 1px solid var(--vendor);
    margin-left: 1.5%;
    margin-top: 23px;
}
.co_fx span {
    float: left;
    width: 20%;
    height: 3px;
    background-color: var(--vendor);
    margin-top: -2px;
}


.ldSelect_total {
    float: left;
    text-align: left;
    font-family: 'Roboto',sans-serif;
}
.ldSelect_total small,
.ldSelect_total big {
    float: left;
    width: 100%;
    font-size: 12px;
}
.ldSelect_total big {
    color: #000;
    font-size: 18px;
}

.ldSelect_help {
    float: left;
    width: 100%;
    font-size: 14px;
    text-align: right;
    padding: 15px;
}



/* ******************************************** */

.coConfHeader {
    float: left;
    position: relative;
    width: 100%;
    padding: 0 30px;
}

.cart_total_ct,
.cart_ppl_ct,
.recap_ppl_ct {
    position: relative;
    float: left;
    width: 100%;
    background-color: var(--gray_dk);
    padding: 15px 12px;
    color: var(--light);
    font-family: 'Roboto',sans-serif;
}
.recap_ppl_ct {
    background-color: var(--GreyBG)!important;
    padding: 10px 20px!important;
}

.cart_ppl_ct {
    background-color: transparent; 
    color: var(--black);
    padding:0px 15px;
}
.cart_ppl_ct.cart_ppl_ct_final {
    padding: 15px 15px;
}
._ui_wbe_co .cart_ppl_ct {
    padding:15px 10px;
    background-color: #fff;
}


.recap_ppl_ct {
    background-color: #F5F5F5; 
    color: var(--black);
    padding:15px 30px 25px 30px;
    margin-bottom: 10px;
    border: 1px solid var(--GreyBG);
    border-radius: 10px;
}

.recap_ppl_ct h3 {
    font-size: 13px!important;
}

.cart_total_ct hr,
.cart_ppl_ct hr {
    float: left;
    width: 100%;
    position: relative;
} 

.cart_ppl_ct hr {
margin: 8px 0;
} 

.cart_ppl_ct .cL_R b {
    font-family: 'Roboto',sans-serif;    
    color: var(--gray_md);
    font-size: 12px;
    color: #333;
}


h3.cTitle {
    padding: 0;
    margin: 0;    
    font-size: 16px;    
    float: left;
}

h3.cTitle.cTitleSub {
    font-size: 13px;
    text-transform: uppercase;    
}

.cLine {
    float: left;
    position: relative;
    width: 100%;
}
.cL_L {
    float: left;
    width: 60%;
    text-align: left;
    padding-top: 5px;
}
.cL_L i.material-icons {
    float: left;
    font-size: 15px;
    margin-left: -22px;
}
.cL_R {
    float: right;
    width: 40%;
    text-align: right;
    padding-top: 5px;
}

.cL_L,
.cL_R {
    font-size: 0.8em;
}
.cL_R {
    font-size: 14px!important;
}

.cL_R big {
    font-size: 20px;
}


.cart_total_ct._order .cL_R big {
    font-size: 1em;
}

.cart_items_ct._order .cart_infoitem h4.t4 {
    line-height: 1.2em;
}
.cart_items_ct._order .cart_infoitem h4.t4 small {
    float: left;
    width: 100%;
    color: var(--gray_md)
}


.order_cc_picto{
    float: right;
    width: 40px;
}
.order_cc_picto img {
    max-width: 100%;
    height: auto;
}
.order_cc_infos {
    float: left;
    width: 70%;
}


/* ------------- CHECKOUT WRAPPER ------------------- */

#checkout-wrapper {

}

#CO_step1,
#CO_step2,
#CO_step4 {
    float: left;
    position: relative;
    width: 100%;    
}
#CO_step4 {
    min-height: 400px;
}

.co_header {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    position: relative;
    height: 130px;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,1));
}
.co_header h1.t1 {
    font-size: 28px!important;
    margin: 0.8em 0 0.7em 0;
    color: var(--light);
    text-align: left;
    width: 260px;
}
._ui_wbe_co .co_header h1.t1 {
    margin-top: 10%;
}



.co_header h1.t1 small {
    float: left;
    width: 100%;
    font-family: var(--fOne);
    font-size: 0.6em;    
}
.co_header h1.t1.co_subt1 {
    font-size: 2.8em;
    margin: 0.8em 0 0.3em 0;
    color: var(--black);
}

#co_target,
.co_panel,
.co_inq_header {
    float: left;
    position:relative;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
}
.co_panel._stepStartHide {
    display: none;
}
.co_panel_content.co_pad {
    padding: 0 40px;
}
.co_panel_content.co_pad2 {
    padding: 0 60px;
}
#co_target {
    position: relative;
    float: left;
    width: 100%;
    background-color: var(--light);
    padding: 0px 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.co_panel header {
    float: inherit;
    position:relative;
    width: 100%;
    padding: 10px 15px 20px 15px;
}

.co_inq_header {
    margin-top: 90px;
    margin-bottom: 20px;
}
.co_inq_header h1 {
    text-align: center;
    font-size: 40px;
    color: #000;
    margin: 0;
}
.inquiry_corpo {
    float: left;
    position: relative;
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.co_inq_conf {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;  
    padding: 10px 10%;
}

.co_bot_pad {
    position: relative;
    float: left;
    width: 100%;
    margin: 100px 0;
}

/*
.co_panel_secure_badge {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 137px;
    height: 37px;
    background: url(../img/secure_checkout.png) no-repeat center center;
    background-size: auto 100%;
}
*/
.co_panel_secure_badge {
float: left;
width: 100%;
padding: 10px 0;
height: 37px;
background: url(../img/secure_checkout.png) no-repeat left center;
background-size: auto 100%;
}

.co_panel header h2 {
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding: 0 30px;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    color: #000;
}
.co_panel_content {
    float: inherit;
    position:relative;
    width: 100%;
}





.form_center{
    float: inherit;
    position:relative;
    width: 100%;
    padding: 3.2em 1.5em;
    text-align: left;
    background-color: var(--light);
}

.form_center .form_center {
    padding: 2.2em 0em;
}

.form_slider {
    width: 80%;
    position: relative;
    margin: auto;
}

.form_nav {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 80px;
}

.form_nav .wCol50 {
    height: 100%;
    position: relative;
    float: left;
}
.form_nav button {
    width: auto;
    font-size: 17px;
    color: var(--gray_bd);
    font-family: 'Roboto',sans-serif;
}
.form_nav button:hover {
    color: var(--black)!important;
}
.form_nav .wCol50:first-child button {
    left: 4%;
}
.form_nav .wCol50:last-child button {
    right: 4%;
}


.form_slider{
    min-height: 300px;  
    display: bloc;
}

.form_slider div.form_slider.fs_bloc {
    width: 100%;
    min-height: 300px;
    float: left;
    display: none;
    /*padding: 0px 7%;    */
    padding: 0;
}
.form_slider div.fs_bloc.on{
    display: block;
}





.form_left,
.form_right {
    display: none;
}

.form_left {
    float: left;
    width: 48%;
    padding: 2.2em 1.5em;
    text-align: left;
    background: #F5F5F5;
}

.form_right {
    float: right;
    width: 48%;
    padding: 2.2em 1.5em;
    text-align: left;
    background: #F5F5F5;
}

.co_legend {
    text-align: center;
    margin: auto;
    position: relative;
}
.co_legend p {
    text-align: center;
    font-size: 12px;
}

.ppForm {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 6px;
}

	fieldset.fo {
		position:relative;
		float: left;
		width:100%;
		border:1px dotted #ddd;
		padding: 15px 0px 15px 0px;
		margin-bottom:15px;
		border-radius:5px;
	}
    fieldset.fo.fonob {
        border: none;
        padding:0 ;
    }
    fieldset.fo._icGrey {
        background-color: #dee2e6;
    }
		
	
		fieldset.fo legend,
		fieldset.fo h2{
			text-transform: uppercase;
            font-size: 0.8em;
			color:var(--gray_lg);
		}
		fieldset.fo hr {
			position:relative;
			float:left;
			width:98%;
			margin: 0.5em 0px;
			margin-top:15px;
			margin-bottom:15px;
		}

        .form_slider fieldset.fo {
            border:1px solid var(--gray_d);
            padding: 15px 35px 25px 35px;
        }
        .form_slider fieldset.fo legend{
            font-size: 0.8em;
            color: var(--gray_lg);
            text-align: center;
            background-color: #fff;
            padding: 0 15px;
        }    

	.fo_l {
		position:relative;	
		float:left;
        margin-bottom: 12px;
	}
	.fo_l p {
		font-size:12px;
	}
	.fo_btn {
		position:relative;	
		float:left;
		margin-left:30px;
		margin-top:30px;
	}
		.fo_l.o {
			width:100%;
		}
        .fo_l.r {
            float: right;
            margin-right: 0!important;
		}
		.fo_l.half {
			width:47%;
			margin-right:20px;
		}
        .fo_l._third {
			width:31%;
			margin-right:14px;
		}
		.fo_l.half.l {
			margin-right:0;
		}
		
		.fo_l label {
            float: left;
            padding: 0px 2px 0px 8px;
            font-size: 9px;
            color: #999;
            font-weight: bold;
            width: 100%;
            text-align: left;
            font-family: 'Roboto',sans-serif;
            text-transform: uppercase;
		}
		.fo_l input[type=text], .fo_l select {
			position:relative;
			width:100%;
		}
		.fo_l input[type=text],
		.fo_l input[type=url],
		.fo_l input[type=password],
		.fo_l input[type=tel],
		.fo_l input[type=number],
		.fo_l input[type=color],
		.fo_l input[type=email],
		.fo_l textarea{
            -webkit-appearance: none;
            border-radius: 0;
			/*border: 1px solid #999; 
			-webkit-box-shadow: 
			  inset 0 0 4px  rgba(0,0,0,0.1),
					0 0 4px rgba(0,0,0,0.1); 
			-moz-box-shadow: 
			  inset 0 0 4px  rgba(0,0,0,0.1),
					0 0 4px rgba(0,0,0,0.1); 
			box-shadow: 
			  inset 0 0 4px  rgba(0,0,0,0.1),
					0 0 4px rgba(0,0,0,0.1); 
			padding: 8px;
			background: rgba(255,255,255,0.5);
			margin: 0 0 2px 0;
			font-size:12px;
			font-weight:bold;
			width:95%;
			border-radius:3px;
			-webkit-border-radius:3px;
			-moz-border-radius:3px;
			-o-border-radius:3px;
			-ms-border-radius:3px;
			background-color:#f5f5f5;*/
		}
        .select {
          width: 100%;
          border: 0;
          border-bottom: 1px solid var(--gray_bd);
          border-radius: 0.25em;
          padding: 0.25em 0.5em;
          font-size: 16px;
          font-size: max(16px, 1em);
          cursor: pointer;          
          background-color: var(--light);
          line-height: 1;
          /*height: 2.85rem;  */
          height: 41px;
            background: transparent;
        }


		.fo_l.missing input[type="text"],
        .fo_l.missing input[type="email"]{
			border-bottom: 1px solid red!important; 
		}
        .fo_l.missing label {
            color: red!important;
        }
        .fo_l._isF label {
            color: #999!important;
        }

        .fo_sep_toggle,
        .fo_sep_bloc,
        .fo_tc_bloc {
            position: relative;
            float: left;
            width: 100%;
        }

        .fo_tc_bloc {
            padding: 20px 10px;
            font-size: 11px;
        }

        .fo_sep_toggle {
            padding: 11px 0 0 0;
        }
        .fo_mswitch_ct {
            float: left;
            width: 70px;
        }
        .fo_sep_toggle h5 {
            float: left;
            width: auto;
            margin: 5px;
        }
        #label_ui_gCgv {
            max-width: 80%;
        }

        .fo_title_legend {
            float: left;
            width: 100%;
            padding: 5px 5px;
            font-size: 16px;
            color: #000;
            text-transform: uppercase;
            font-family: 'Roboto',sans-serif;
        }
		
		.fo_l textarea.fo_notes,
        .ldBloc_guest_remarks textarea {
            width:100%;
            background: transparent;
            border: 1px solid var(--gray_bd);
            font-size: 0.8em;
            padding: 15px;
            margin-top: 10px;
            height:110px;margin-top:1em
		}    
        .ldBloc_guest_remarks textarea {
            margin-top:2em;
            height: 90px;
        }
            
		
		::-webkit-input-placeholder,
		.fo_l :-moz-placeholder,
		.fo_l ::-moz-placeholder,
		.fo_l :-ms-input-placeholder{
		   color: #cecece;
		}

        ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
          color: #cecece;
        }
        ::-moz-placeholder { /* Firefox 19+ */
          color: #cecece;
        }
        :-ms-input-placeholder { /* IE 10+ */
          color: #cecece;
        }
        :-moz-placeholder { /* Firefox 18- */
          color:#cecece;
        }

		
		fieldset.fo.paybox {
			background:#f5f5f5;
			border:1px solid #cecece;
		}
		fieldset.fo.paybox h2 {
			margin-bottom:15px;
            text-transform: uppercase;
            font-size: 0.8em;
		}
		
		.paybox-option {
			float:left;
			position:relative;
			width:92%;
			border:1px dotted #cecece;
			padding:15px;
			margin-bottom:15px;
			border-radius:5px;
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
			-o-border-radius:5px;
			-ms-border-radius:5px;
			margin-right:15px;
			background:#f5f5f5;
			cursor:pointer;
		}
		.paybox-option:hover, .paybox-option.selected {
			background:var(--light);
		}
		
		.paybox-option p {
			font-size:11px;	
			margin:3px;
		}
		.paybox-option h3 {
			font-size:21px;					
		}
		#paybox-inputs {
			float:left;
			position:relative;
		}	

.fo_cb {
  padding: 15px 25px 2px 25px  
}
.fo_zip {
    width: 26%!important;
}
.fo_ccCode {
    width: 26%!important;
}
.fo_city {
    width: 65%;
}
.fo_cnum {
   width:100%!important; 
}
.fo_expdate {
    width:20%;
}
.fo_cvv {
   width:16%; 
}
.fo_cgv {
   margin:5px; text-align:left; width: 58% 
}


.ccicons {
    width: 32%!important;
    text-align: right!important;
    margin: 5px;
    float: right;
}
.ccicons i {
    font-size: 2em;
}

    .fo_btn_connect {
		position:relative;	
		float:right;
		margin: 0 10px 10px 0;
	}

    #cgv_ppl {
        position: relative;
        float: left;
        width: 100%; 
    }


    #cgv_switch {
        position: relative;
        float: left;
        width: 100%;
    }
        #cgv_switch span {
            float: left;
            width: 20px;
            height: 20px;            
        }
        #cgv_switch h4 {
            float: left;
            font-size: 0.8em;
            padding: 2px 0 0 10px;
            margin: 0;
            cursor: pointer;
            width: 90%;
        }
#cgv_switch h4:hover {
    color: var(--black);
    text-decoration: underline;
}
        #cgv_switch p {
            float: left;
            width: 95%;
            padding: 15px 0;
        }

        .show_cgv {
            float: left;
            width: 100%;
            display: none;
            margin: 30px 0;
            color: var(--black);
            max-height: 260px;
            overflow-y: auto;
        }

            .show_cgv.on {
                display: block;
            }
	
.show_cgv p {
            float: left;
            width: 95%;
            padding: 15px 0;
    font-size: 0.8em;
}


.fo_submit_ct {
    position: relative;
    float: left;
    width: 100%;
    padding: 2em;
}




:root {
  --input-border: #8b8a8b;
  --input-focus-h: 0;
  --input-focus-s: 100%;
  --input-focus-l: 42%;
}


.fo_l input {
    width: 100%;
    font-size: 16px;
    font-size: max(16px, 1em);
    font-family: inherit;
    padding: 0.25em 0.5em;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--gray_bd);
    /*border: 2px solid var(--input-border);*/

    transition: 180ms box-shadow ease-in-out;    
}
.fo_l input:not(textarea) {
  line-height: 1;
  height: 2.55rem;
}
.fo_l input:any(textarea) {
  font-weight: 200;
}


.fo_l textarea.input {
  resize: vertical;
}

.fo_l input:focus {
    border: 0;
    border-bottom: 2px solid var(--black);    
  /*border-color: hsl(
    var(--input-focus-h),
    var(--input-focus-s),
    var(--input-focus-l)
  )*/;
 
  outline: 3px solid transparent;    
}

checkbox:focus {
    border: 1px solid blue;
}

/* ------------- PAX SELECTORS ------------------- */



.quantity {
    position: relative;
    width: 50%;
    float: left;    
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.quantity input {
    width: 30px;
    height: 29px;
    /* line-height: 1.65; */
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 15px;
    border: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
    border-radius: 4px; 
    border: 0;
    font-family: var(--fTwo);
    font-size: 1.34em;
    margin-top: 3px;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 39px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    width: 21px;
    text-align: center;
    color: var(--gray_dk);
    font-size: 13px;
    font-family: "FontAwesome" !important;
    line-height: 1.5;
    padding: 0;
    background: #FAFAFA;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button:active {
  background: #EAEAEA;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 78%;
    top: 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-family: "FontAwesome";
    /* border-radius: 0 4px 0 0; */
    line-height: 1.6;
    left: 55px;
    width: 25px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.quantity-button.quantity-down {
    position: absolute;
    top: 2px;
    height: 78%;
    font-family: "FontAwesome";
    /* border-radius: 0 0 4px 0; */
    left: 28px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    width: 25px;
}











@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__container{position:relative;box-sizing:border-box}.splide__list{margin:0!important;padding:0!important;width:-webkit-max-content;width:max-content;will-change:transform}.splide.is-active .splide__list{display:flex}.splide__pagination{display:inline-flex;align-items:center;width:95%;flex-wrap:wrap;justify-content:center;margin:0}.splide__pagination li{list-style-type:none;display:inline-block;line-height:1;margin:0}.splide{visibility:hidden}.splide,.splide__slide{position:relative;outline:none}.splide__slide{box-sizing:border-box;list-style-type:none!important;margin:0;flex-shrink:0}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display:inline-block;width:20px;height:20px;border-radius:50%;border:2px solid #999;border-left-color:transparent;animation:splide-loading 1s linear infinite}.splide__track{position:relative;z-index:0;overflow:hidden}.splide--draggable>.splide__track>.splide__list>.splide__slide{-webkit-user-select:none;user-select:none}.splide--fade>.splide__track>.splide__list{display:block}.splide--fade>.splide__track>.splide__list>.splide__slide{position:absolute;top:0;left:0;z-index:0;opacity:0}.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{position:relative;z-index:1;opacity:1}.splide--rtl{direction:rtl}.splide--ttb>.splide__track>.splide__list{display:block}.splide--ttb>.splide__pagination{width:auto}.splide__arrow{position:absolute;z-index:1;top:50%;transform:translateY(-50%);width:2em;height:2em;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;padding:0;opacity:.7;background:#ccc}.splide__arrow svg{width:1.2em;height:1.2em}.splide__arrow:hover{cursor:pointer;opacity:.9}.splide__arrow:focus{outline:none}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide__pagination{position:absolute;z-index:1;bottom:.5em;left:50%;transform:translateX(-50%);padding:0}.splide__pagination__page{display:inline-block;width:8px;height:8px;background:#ccc;border-radius:50%;margin:3px;padding:0;transition:transform .2s linear;border:none;opacity:.7}.splide__pagination__page.is-active{transform:scale(1.4);background:#fff}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus{outline:none}.splide__progress__bar{width:0;height:3px;background:#ccc}.splide--nav>.splide__track>.splide__list>.splide__slide{border:3px solid transparent}.splide--nav>.splide__track>.splide__list>.splide__slide.is-active{border-color:#000}.splide--nav>.splide__track>.splide__list>.splide__slide:focus{outline:none}.splide--rtl>.splide__arrows .splide__arrow--prev,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev{right:1em;left:auto}.splide--rtl>.splide__arrows .splide__arrow--prev svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:scaleX(1)}.splide--rtl>.splide__arrows .splide__arrow--next,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next{left:1em;right:auto}.splide--rtl>.splide__arrows .splide__arrow--next svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg{transform:scaleX(-1)}.splide--ttb>.splide__arrows .splide__arrow,.splide--ttb>.splide__track>.splide__arrows .splide__arrow{left:50%;transform:translate(-50%)}.splide--ttb>.splide__arrows .splide__arrow--prev,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev{top:1em}.splide--ttb>.splide__arrows .splide__arrow--prev svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:rotate(-90deg)}.splide--ttb>.splide__arrows .splide__arrow--next,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next{top:auto;bottom:1em}.splide--ttb>.splide__arrows .splide__arrow--next svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg{transform:rotate(90deg)}.splide--ttb>.splide__pagination{display:flex;flex-direction:column;bottom:50%;left:auto;right:.5em;transform:translateY(50%)}

.splide__pagination {
    bottom: 1.5em;
}

#slider_specials .splide__pagination__page.is-active {
    background: #000;
}
#slider_specials .splide__pagination {
    bottom:-22px;
}

/* JQ modal */

.blocker{
    position:fixed;
    top:15px;
    right:15px;
    bottom:60px;
    left:auto;
    width:550px;
    height:auto;
    overflow:auto;
    z-index:1;
    padding:20px;
    box-sizing:border-box;
    background-color:#000;
    text-align:center
}
.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}

.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');
    /*background-image: url('../img/back.png');*/
    background-size: 100% auto;
}
.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}

.blocker {
    z-index: 300000;
    background-color:#000;
    padding: 0;
}

#wbe_stayInquiry {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}
#wbe_stayInquiry .co_panel header h2 {
    padding: 0 50px;
}
#wbe_stayInquiry .co_panel{
    display: none;
}
#wbe_stayInquiry .co_panel.on{
    display: block;
}

._ui_bookingModal,
._ui_confirmModal,
._ui_3DSModal,
._ui_stayModal{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    
    box-shadow: none;
    background: transparent;
    max-width: 760px;   
}
._ui_stayModal,
._ui_bookingModal{
    max-width: 100%;
    
}
._ui_bookingModal {
    width: 100%;
    padding: 0;
}

._ui_bookingModal a.close-modal,
._ui_confirmModal a.close-modal,
._ui_3DSModal a.close-modal,
._ui_stayModal a.close-modal {
    position: fixed;
    top:29px;
    right: 40px;
    width: 30px;
    z-index: 400000000;
}
._ui_md_header, ._ui_md_footer {
    position: relative;
    float: left;
    width: 100%;
}
._ui_md_footer {
    height: 60px;
    text-align: left;
    margin-top: 5%;
}
._ui_md_header {
    height: auto;
    margin-bottom: 5%;
}
._ui_md_header h1 {
    margin: 0;
    padding: 0;
    font-size: 3.5em;
    line-height: 0.85em;
    float: left;
    width: 100%;    
    margin: 24px 0;
}
._ui_md_header h1 small {
    float: left;
    width: 100%;
    font-size: 18px;
    margin-top:0px;
}


._ui_3DSModal{
    min-height: 400px!important;
    position: relative;
    width: 100%;
    height: 100%;
}

._ui_3DSModal .panel_ct{
    position: relative;
    width: 100%;
    height: 100%;
}




#_ui_room_pict {
    position: absolute;
    top: -180px;
    left: 0;
    right: 0;
    width: 100%;
    height: 380px;
    background-color: #000;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

._ui_stayModal {
    text-align: center;
    overflow-x: hidden!important;
}
._ui_stayModal ._ui_md_ct h1,
._ui_bookingModal ._ui_md_ct h1{
    font-size: 28px;
    font-weight: 500;
    margin-top: 4%!important;
    margin: 5px 0;
    padding-left: 30px;
    line-height: 1em;
    margin-bottom: 45px;
    color: #FFF;
    width: 40%;
}

.co_book_recap h1,
.co_book_recap small {
    margin: 0!important; 
    float: left;
    width: 100%!important;
    line-height: 1em!important;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.co_book_recap h1 {
    font-size: 28px;
    padding:0 40px 10px 40px!important;   
}
.co_book_recap small {
    font-size: 14px;
    padding-left: 30px;    
    padding:0 40px!important;   
    line-height: 18px!important;    
}

._ui_md_ct {
    position: relative;
    margin: auto;
    max-width: 700px;
    min-width: 360px;
    text-align: left;
    /*min-height: 200px;*/
    width: 100%;
}
.frame_content {
    padding: 20px 40px 50px 40px;
    margin: 0;
    width: 100%;
    float: left;
    /* border: 1px solid #cecece; */
    /*box-shadow: 0 0 20px #ddd;*/
    background-color: #fff;
}
.frame_content_cal {
    padding:70px 0px 0 0;
    margin: 0;
    width: 100%;
    float: left;
}
.scheduler {
    float: left;
    position: relative;
    width: 100%;
}
.scheduler li {
    list-style: none;
    border-bottom: 1px dotted var(--gray_bd);
    padding: 10px 5px;
    float: left;
    width: 100%;
    position: relative;
}
.scheduler li:last-child {
    border-bottom: 0;
}

.scheduler .select {
    border: 0;
    font-size: 1.6em;
    /* font-size: max(27px, 1.5em); */
    height: 3rem;
    padding: 0 8px;
    color: #000;
    margin-left: -11px;
    width: 102%;
    font-family: var(--fTwo);
}

.rateMore,
.rateMore p {
    float: left;
    width: 100%;    
}
.rateMore{
    display: none;
}
.rateMore p{
    font-size: 13px;
    padding: 10px 0;
    color: #333;
}

.rateMore.on {
    display: block;
}


.wCol50 {
    float: left;
    width: 49.5%;
}
.wCol30 {
    float: left;
    width: 32.5%;
}
.wCol30:last-child {
    text-align: right;
}
.wCol100 {
    float: left;
    width: 100%;    
}



.scheduler .calinput {
    padding: 0 1px
}
.scheduler .calinput.pc {
    width: 100%; 
}
.scheduler .calinput.pc span {
    float: left;
    width: 100%;
    background-color: var(--GreyBG);
    padding:20px 24px;
    border-radius: 8px;
}
.scheduler .calinput.pc h4 {
    padding-left: 15px;
    font-size: 12px;
}
.calinput.pc span input[type="text"]{
    float: right;
    width: 40%;
    padding: 11px 10px;
    background: transparent;
    border: 1px solid #cecece;    
 }
 .calinput.pc span div {
    float: left;
    width: 59%;
 }
 .calinput.pc span div p{
    float: left;
    width: 100%;
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    color: #666;
 }
 .calinput.pc span div select{    
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    color: #666;
    font-size: 18px;
    border: 1px solid #cecece;
 }
 


.scheduler .calinput span {
    font-size: 1.5em;
    font-family:var(--fTwo);
}
.scheduler .wCol30 .calinput span {
    font-size: 1.1em;
    font-family:'Roboto',sans-serif;
}

.scheduler .calinput.btn,
.scheduler .calinput.dd,
.scheduler .calinput.hh {
    width: 100%;
}
.scheduler .calinput.ht span,
.scheduler .calinput.ht p{
    width: 100%;
}
.scheduler .calinput.hh span,
.scheduler .calinput.hh p{
    width: 100%;
}
.scheduler .calinput.hh span,
.scheduler .calinput.ht span {
    font-size: 20px;    
    cursor: default;
    font-family:'Roboto',sans-serif;
}
.scheduler .calinput.hh p,
.scheduler .calinput.ht p {
    font-size: 13px;
    font-family:var(--fTwo);
    color:var(--black)
}
.scheduler .calinput.hh p b,
.scheduler .calinput.ht p b {
    font-size: 18px;
    padding: 5px 0;
    float: left;
    width: 100%;
}




.wbe_co .scheduler fieldset {
    position: relative;
    padding: 10px 0!important;
}


.scheduler .wS_selector span,
.scheduler .quantity {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;    
}
.scheduler .wS_selector span {
    width: 40%;
    float: left;
    text-align: left;
    margin: 0;
    padding-top: 11px;
}

.scheduler .quantity {
    position: relative;
    float: right;
    width: 140px;
}
.scheduler .wS_selector span i {
    float: none;
    width: auto;
    padding-left: 5px;
}

.scheduler .quantity-nav{
    height: 39px;
    width: 80%;
    left: inherit;
    top: inherit;
    margin: auto;
    position: relative;
    float: none;
}
.scheduler .quantity input {
    margin: auto;
    box-shadow: none;
    font-size: 2em;
    height: 35px;
    float: none;
    padding: 0;
    position: absolute;
    top: 0;
    left: 38%;
    text-align: center;
    background-color: transparent;
}

.scheduler .quantity-button {
    font-size: 20px;
    height: 93%;
    width: 33px;
    box-shadow:0;
    border: 0;
    background:transparent;
    -webkit-transform:none;
    transform:none;
    top: 0;
    color: var(--gray_dk);
    border: 1px solid var(--gray_dk);
    border-radius: 100%;
    margin: 0;
    line-height: 0px;    
}

.scheduler .quantity-button.quantity-down {
    left: 0;
}
.scheduler .quantity-button.quantity-up {
    left: auto;
    right: 0;
}
/*
.scheduler .wS_sel_total {
    width: 40%!important;
    padding: 10px 0;
    border: 0;
    position: absolute;
    right: 0;
    text-align: right;
}
*/











._ui_md_tab {
    margin: 0 0;
    float: left;
    background-color: #F5F5F5;
    padding: 20px 20px;
    width: 100%;
    margin-bottom: 10px;
}
._ui_md_tab span {
    float: left;
    width: 14%;
}
._ui_md_tab span:first-child {
    width: 100%;
}

._ui_md_tab span label {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 200;
}
._ui_md_tab span b {
    font-family: var(--fTwo);
    float: left;
    width: 100%;
    text-align: center;
    font-size: 1.3em;
}

._ui_md_tab p {
    font-size: 1.1em;
    color: #000;
    margin: 0 0;
    float: left;
    font-family: var(--fTwo);
}




._ui_APPpopup {
    position: absolute;
    top: 98px;
    left: 30%;
    width: 300px;
    height: 300px;
    border-radius: 10px;
    background-color: var(--light);
    box-shadow: 0 0 20px rgba(15,20,12,0.2);
}








/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    color: #333;
    font-size: .8em;
    line-height: 1.5em;
    right: 15px;
    bottom: 60px;
    max-width: 550px;
    padding: 2rem;
    background: white;
}
.gdprcookie h1,
.gdprcookie h2 {
    font-size: 1.2em;
    margin-bottom: .5rem;
}
.gdprcookie h2 {
    font-size: 1.2em;
}
.gdprcookie a {
    color: inherit;
}
.gdprcookie p {
    margin-bottom: 15px;
}


/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: center;
}
.gdprcookie-buttons button {
    color: white;
    font-family: inherit;
    font-size: 1em;
    padding: .4rem;
    border: solid .05rem currentColor;
    border-radius: .15rem;
    margin: 0 .5rem;
    background: none;
    cursor: pointer;
}
.gdprcookie-buttons button:disabled {
    color: rgba(255,255,255,.5);
}


/* GDPR Cookie types */

.gdprcookie-types ul {
    overflow: hidden;
    padding: 0;
    margin: 0 0 1rem;
}
.gdprcookie-types li {
    display: block;
    list-style: none;
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
}
.gdprcookie-types input[type=checkbox] {
    margin-right: .25rem;
}


.adyen-checkout__payment-method--selected {
    background: #fff;
    border: 0;
}






.m_switch {
    width: 60px;
    height: 30px;
    border-radius: 100px;
    background-color: #f3f3f3;
    overflow: hidden;
    box-shadow: inset 0 0 0px 1px rgba(0, 0, 0, 0.1);
    transition: 0.25s all;
    transition-delay: 0s, .08s;
    margin: 0;
    padding: 0;
    position: relative;
  }
  
  .m_switch_color {
    background-color: var(--vendor) !important;
      box-shadow: inset 0 0 0px 1px rgba(0, 0, 0, 0.05) !important;
  }
  
  .m_switch_b {
    display: block;
  }
  
  .m_switch_check,
  .m_switch_guest,
  #insuranceLink_switch {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
  }
  
  .m_switch_element {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 48%;
    background-color: #fff;
    border-radius: 36px;
    z-index: 1;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: 0s, .08s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    
  }
  
  .m_switch_checked {
    right: 2px !important;
    left: 48% !important;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) !important;
    transition-property: left, right !important;
    transition-delay: .08s, 0s !important;
  }


  #co_topbar {
    position: fixed;
    top: 15px;
    left: auto;
    right: 15px;
    width: 550px;
    height: 60px;
    background-color: #fff;
    border-bottom: 3px solid #f5f5f5;
    text-align: center;
    z-index: 300000000;
  }
  #co_topbar .mLD_header h1{
    float: left;
    padding: 13px 0;
    width: 100%;
    text-align: left;
  }

  .mLD_header h1 i.material-icons {
    font-size: 12px;
  }


  #co_nav_bar {
    position: fixed;
    bottom: 60px;
    left: auto;
    right: 15px;
    top: auto;
    width: 550px;
    height: 90px;
    background-color: #fff;
    border-top: 3px solid #f5f5f5;
    text-align: center;
    z-index: 3;
  }
  #co_nav_bar span {
    position: relative;
    width:100%;
    margin: auto;
    max-width: 660px;
    display: inherit;
    padding: 17px 20px;
    float: left;
  }
  #co_nav_bar .co_left span,
  #co_nav_bar .co_right span {
    padding: 0px;
  }

  .co_conf {
    width: 100%;
    text-align: center;
    padding: 0!important;
  }


  .co_conf_pict {
    position: absolute;
    top: -190px;
    right: 20px;
  }

  .co_room_img {
    position: relative;
    margin: auto;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: 0 0 3px #000;
    border: 3px solid #fff;
  }

  .co_conf span {
    float: left;
    width: 75%;
    text-align: left;
    padding: 15px 0 0 15px;
  }

  .co_conf span h3,
  .co_conf span b {
    padding: 0;
    margin: 0;
  }

  .co_conf span h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 16px;
    font-family: var(--fOne);
  }
  .co_conf span b {
    font-size: 12px;
  }







  .coCol {
    float: left;
    position: relative;
    width: 100%;
    padding: 5px 5px;
    /*border: 1px solid #cecece;*/
  }
  .coCol.coCol_34 {
    width: 64%;
  }
  .coCol.coCol_14 {
    width: 30%;
  }

  .coCol.innerCol_34 {
    width: 57%;
  }
  .coCol.innerCol_14 {
    width: 42.59%;
  }

  .coColPad {
    padding: 25px 40px;
  }

  .coCol_title h3 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 15px 35px;
    font-size: 20px;
  }

  #CO_recap {
    text-align: center;
    padding-right: 10px;
  }
  #CO_recap .coCol {
    padding: 10px 5px 0px 5px;
  }

  #CO_Booker .coCol {
    padding-top: 5px;
  }
  #CO_Booker h4 {
    font-size: 18px;
    font-weight: bold;
  }
  #CO_Cgv.coCol {
    padding: 13px;
    font-size: 13px;
  }

  .coCol h4, 
  .coCol h4 small {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 12px;
  }

  .coCol h4.t3 {
    font-size: 16px;
  }

  .cart_infoitem.co big {
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    font-size: 18px;
    padding-top: 40px;
    float: left;
  }
  .coFullWrap {
    width: 100%;
    height: 100%;
    border: 1px solid;
    float: left;
  }

  .coItem_guest {
    height: 220px;
    background-color:var(--vendor);
    color: #fff;
  }
  .coItem_guest * {
    color: #fff!important;
  }
  .coItem_price {
    height: 220px;
    background-color: #f5f5f5;
  }
  .coItem_price .coColPad {
    padding: 75px 35px;
  }

  ._ui_wbe_co .co_panel header h1 {
    margin: 0;
    padding: 0 25px;
    font-size: 2em;
    color: #000;
    line-height: 1.2em;
    font-weight: bold;
  }



  .link_mpe {
    position: absolute;
    top: 17%;
    left: 60px;
    right: 60px;
    width: auto;
    text-align: left;
  }

  .link_mpe span._ui_lk_stuff {
    color: #fff;
    font-size: 14px;
  }

  .link_offers_txt,
  .link_offers_thumbs,
  .link_offers_thumbs ul,
  .link_offers_thumbs label,
  .link_offers_txt b,
  .link_offers_txt h1 {
    float: left;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    color:#fff;
  }

.link_offers_txt b {
    font-size: 20px;
    font-weight: lighter;
}


.link_offers_txt h1 {
    font-size: 30px;
    font-weight: bold;
}

.link_offers_thumbs label {
    font-size: 24px;
}

.link_home_header {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    height: 80px;
    width: auto;
    text-align: left;
}
.lk_line {
    position: absolute;
    top: 60px;
    left: 30px;
    width: 8%;
    border-radius: 2px;
    height: 4px;
    background-color: #fff;
}
.lk_corpo {
    position: absolute;
    top: 20px;
    right: 0;
    width: 100px;
    height: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.link_offers_thumbs ul {
    margin: 10px 0 30px 0;
}

.link_offers_thumbs li {
    float: left;
    margin: 3px;
    width: 120px;
    height: 120px;
    border-radius: 12px;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


._ux_kids h4 {
    padding: 6px;
    margin: 0;
    color: #000;
}
