
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
html {overflow-x: hidden;}
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
  }
  
  #cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  
  #cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
  }
  
  #cboxContent {
    position: relative;
  }
  
  #cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  #cboxTitle {
    margin: 0;
  }
  
  #cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
  }
  
  .cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
  }
  
  .cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
  }
  
  #colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    overflow: hidden !important;
  }
  
  /* 
      User Style:
      Change the following styles to modify the appearance of ColorBox.  They are
      ordered & tabbed in a way that represents the nesting of the generated HTML.
  */
  #cboxOverlay {
    background-color: rgba(0, 0, 0, 0.36);
  }
  
  #colorbox {
    outline: 0;
  }
  
  /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
  #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
  }
  
  /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
  #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0;
  }
  
  #cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
  }
  
  #cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(images/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
  }
  
  #cboxPrevious:hover {
    background-position: -75px -25px;
  }
  
  #cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(images/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
  }
  
  #cboxNext:hover {
    background-position: -50px -25px;
  }
  
  #cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(images/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
  }
  
  #cboxClose:hover {
    background-position: -25px -25px;
  }
  
/*-------------------------
 login form 
-------------------------- */
#colorbox {position: fixed !important;box-shadow: 0 0 11px 5px rgba(51, 51, 51, 0.74);}
div#loginform {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    height: auto;
    width: 380px;
    padding: 30px;
    background: #fff;
    overflow: hidden;
}
#loginform h2 {
    font-size: 18px;
    text-align: center;
}
.inscription_form label, 
#loginform #wppb-login-wrap .login-username label, 
#loginform #wppb-login-wrap .login-password label {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    margin-top: 15px;
}
.inscription_form .wppb-form-field label, 
.inscription_form #wppb-login-wrap .login-username label, 
.inscription_form #wppb-login-wrap .login-password label {margin: 0;}
.inscription_form .wppb-form-field .error, 
#loginform #wppb-login-wrap .login-username .error, 
#loginform #wppb-login-wrap .login-password .error {color: #ea474b;border-color: red;}
.inscription_form .wppb-form-field label.error, 
#loginform #wppb-login-wrap .login-username label.error, 
#loginform #wppb-login-wrap .login-password label.error {
    width: 100%;
    padding-left: 30%;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    margin-top: 0;
}
#loginform #wppb-login-wrap .login-password {margin-top: -10px;}
#loginform #wppb-login-wrap .login-username input, 
#loginform #wppb-login-wrap .login-password input {
    background: transparent;
    text-overflow: ellipsis;
    font-size: 1.6rem;
    border: 0;
    border-bottom: 1px solid #c2c2c2;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    width: 60%;
    max-width: 100%;
}

#loginform #wppb-login-wrap .login-username input:focus, 
#loginform #wppb-login-wrap .login-password input:focus {
    border-color: #ea474b;
}
#loginform #wppb-login-wrap .login-submit {text-align: center;margin: 10px 0;} 
#loginform #wppb-login-wrap .login-submit input[type="submit"]{
    border-radius: 0;
    background-color: #ea474b;
    border: 0;
    text-transform: uppercase;
    font-weight: normal;
    padding: 15px 10px;
}
#loginform #wppb-login-wrap .login-submit input[type="submit"] ~ .login-register-lost-password{
    float: left;
    width: 100%;
    padding: 10px 20px 0;
    line-height: 26px;
    font-size: 14px;
}
.login-register-lost-password:hover{text-decoration: underline;}
#loginform h2 + p {
    text-align:  center;
    line-height: 22px;
    margin-bottom: 20px;
}
#loginform .post-navigation .nav-previous, 
#loginform .post-navigation .nav-next {
    padding: 10px;
    background: transparent;
    font-size: 20px;
    font-weight: 600;
} 
#loginform .post-navigation .nav-previous a, 
#loginform .post-navigation .nav-next a {color: #ea474b;}
#loginform .post-navigation .nav-previous a:hover, 
#loginform .post-navigation .nav-next a:hover {text-decoration: underline;}
#cboxContent #cboxClose {
    bottom: initial;
    top: 10px;
    right: 10px;
    background-position: 0;
    background-size: 16px;
}
/*--------------------
 Inscription page
----------------------*/
.insc_form h2 {
  background: url(images/inscription-tire.jpg) 50% 0 no-repeat fixed;
  padding: 250px 0 100px;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  font-size: 45px;
  line-height: 54px;
  color: #fff;
  font-weight: bold;
}
.insc_form .inscription_form {
  max-width: 912px;
  margin-bottom: 20px;
}
.inscription_form .wppb-form-field label.error {margin-top: 2px;}
/*--------------------
 Inscription Form Style
----------------------*/
.insc_form h3{
  font-size: 18px;
  color: #000;
  text-align: center;
  position: relative;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .insc_form h3 {padding-bottom: 20px;}
  .insc_form .wppb-user-forms ul li {
    width: 50%;
    float: left;
    padding-bottom: 30px;
  }
  .insc_form .wppb-user-forms ul li:nth-child(2n-2){
    padding-left: 20px;
  }
  .insc_form .wppb-user-forms ul li.wppb-recaptcha {width: 100%;padding-left: 0;}
  .insc_form .wppb-user-forms ul li.wppb-recaptcha label{width: 15%;}
  .insc_form .form-submit {
    float: left;
    width: 100%;
    text-align: center;
  }
  .insc_form .form-submit input[type="submit"] {
    max-width: 300px;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .insc_form .form-submit input[type="submit"]:hover {
    background-color: #fff;
    color: #ea474b !important;
  }
}
/*------------- 
Check box style
 ------------ */
 
.wppb-send-credentials-checkbox {
  margin: 0 0 .5rem 0;
  padding: 0;
}

label[for="send_credentials_via_email"] {
  position: relative;
  margin: .5rem;
  font-family: Arial, sans-serif;
  line-height: 135%;
  cursor: pointer;
}

label[for="send_credentials_via_email"] input[type="checkbox"] {
  position: relative;
  top: -0.375rem;
  margin: 0 2.5rem 0 0 !important;
  cursor: pointer;
}
label[for="send_credentials_via_email"] input[type="checkbox"]:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  border: 2px solid #333;
}
label[for="send_credentials_via_email"] input[type="checkbox"]:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: .8rem;
  border-color: #009688;
  border-top-style: none;
  border-right-style: none;
}
label[for="send_credentials_via_email"] input[type="checkbox"]:after {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 2.1rem;
  height: 2.1rem;
  background: #fff;
  cursor: pointer;
}
.wppb-send-credentials-checkbox {display: none;}
/*------------- 
Login Mobile
 ------------ */
@media only screen and (min-width: 901px) {
  #btnshow_mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 902px) {
  .menu-principal-container #btnshow_mobile, 
  .menu-principal-container #btnshow {
    display: none !important;
  }
  div#loginform {
    width: 80%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
  
  /*------------- 
  Login Mobile
  ------------ */
  #masthead #btnshow_mobile {
    position: absolute;
    left: 80%;
    transform: translateX(-50%);
    top: 15px;
  }
  #colorbox, #cboxOverlay, #cboxWrapper, 
  #cboxContent, #cboxLoadedContent {
    width: 100% !important;
    padding: 0;
    box-shadow: none;
  }
  #cboxContent #cboxClose {
    top: 18px;
    right: 90px;
  }
}
/*------------- Mobile ------------ */
@media only screen and (max-width: 767px) {
  .insc_form h2 {
    padding: 100px 0 80px;
    font-size: 36px;
    line-height: 36px;
  }
  .inscription_form .wppb-form-field input, 
  .inscription_form .wppb-form-field input[type="text"], 
  .inscription_form .wppb-form-field input[type="number"], 
  .inscription_form .wppb-form-field input[type="email"], 
  .inscription_form .wppb-form-field input[type="url"], 
  .inscription_form .wppb-form-field input[type="password"], 
  .inscription_form .wppb-form-field input[type="search"], 
  .inscription_form .wppb-form-field select, 
  .inscription_form .wppb-form-field textarea, 
  .inscription_form #wppb-login-wrap .login-username input, 
  .inscription_form #wppb-login-wrap .login-password input, 
  #loginform #wppb-login-wrap .login-username input, #loginform #wppb-login-wrap .login-password input {
    width: 100%;
  }
  .inscription_form .wppb-form-field label.error, 
  #loginform #wppb-login-wrap .login-username label.error, 
  #loginform #wppb-login-wrap .login-password label.error {
    padding: 0;
  }
  #cboxContent #cboxClose {
    top: 18px;
    right: 53px;
  }
   /*------------- 
  Login Mobile
  ------------ */
  #masthead #btnshow_mobile {
    font-size: 0;
    padding: 10px 18px;
    position: absolute;
    left: 64%;
    transform: translateX(-50%);
    top: 10px;
  }
  #masthead #btnshow_mobile:after {
    font-size: 20px;
    margin: 0;
  }
}
/* ----- Iphone 5 ---- */
@media only screen and (max-width: 320px) {
  .inscription_form .g-recaptcha {
    -ms-transform: scale(0.95); 
    -webkit-transform: scale(0.95); 
    -o-transform: scale(0.95); 
    -moz-transform: scale(0.95); 
    transform: scale(0.95);
    margin-left: -10px;
  }
  #masthead #btnshow_mobile {padding: 10px;}
  #loginform .post-navigation .nav-previous, #loginform .post-navigation .nav-next {
    width: 100%;
    margin-bottom: 10px;
  }
}
nav.main-navigation a {
    padding: 15px 12px;
}
.main-navigation a#btnshow,
#btnshow_mobile, 
.reserve {
    color: #eeeeee;
    border-radius: 2px;
    background-color: #ea474b;
    border: 0;
    font-weight: normal;
    padding: 5px 14px;
    margin: 8px 0 0 4px;
    text-shadow: none;
    overflow: hidden;
    display: inline-block;
    position: relative;
}
.main-navigation a#btnshow:after,
#btnshow_mobile:after, 
.reserve:after {
    content: "\f023";
    margin-left: 1.125rem;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.main-navigation a#btnshow:before,
#btnshow_mobile:before, 
.reserve:before {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19,1,.22,1);
    transition: all 550ms cubic-bezier(0.19,1,.22,1);
    width: 50px;
}
.main-navigation a#btnshow:hover:before,
#btnshow_mobile:hover:before, 
.reserve:hover:before{
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19,1,.22,1);
    transition: all 550ms cubic-bezier(0.19,1,.22,1);
}
/* ------- page confirmation ------- */
.grid.grid-pad.confirmation_form {
  max-width: 500px;
  padding: 30px;
  margin: 50px auto;
  border: 1px solid #dedede;
  border-radius: 5px;
  background: #fafafa;
  text-align: center;
}
.insc_form .confirmation_form h3 {
  font-size: 30px;
  text-transform: uppercase;
}
.reserve, .rncbc_submit_administration {
  max-width: 300px;
  width: 100%;
  padding: 10px;
  text-align: center;
}
.reserve:after {content: "\f073";}
.reserve:hover {color: #ffffff;}
.confirmation_form p {
  font-size: 18px;
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
  text-align: left;
}
.reserve:focus
{
    color: #eeeeee;
}
.confirmation_form p:last-child {border: 0;}
.confirmation_form p span {
  font-size: 18px;
  font-weight: bold;
  color: #ea474b;
}
/*--------------------
 nav on ipad
----------------------*/
@media screen and (min-width: 903px) and (max-width: 1230px){
    .navigation-container{float: none;display: inline-block;}
    .head-overflow {text-align: center;}
}
/*-----------------------
 Calendar style
----------------------- */
.yui3-calendarbase {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
div.yui3-calendarbase .yui3-calendar-content{
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  border: none;
  background: transparent;
}
div.yui3-calendarbase .yui3-calendar-content .yui3-calendar-pane {
  box-shadow: 0 0.1em 1em 0 rgba(0, 0, 0, 0.25), 0 0.1em 0.5em 1px rgba(0, 0, 0, 0.35), 0 1em 2em 1px rgba(0, 0, 0, 0.15);
}
.yui3-calendarbase .yui3-calendar-content .yui3-calendar-header {
  padding: 20px 30px;
  background: #ea474b;
  color: #ffffff;
  text-transform: uppercase;
}
.yui3-calendarbase .yui3-calendar-content .yui3-calendar-header .yui3-calendarnav-prevmonth, 
.yui3-calendarbase .yui3-calendar-content .yui3-calendar-header .yui3-calendarnav-nextmonth {
  border: none;
  margin: 0 10px;
}
.yui3-calendarbase .yui3-calendar-content .yui3-calendar-header .yui3-calendarnav-nextmonth {margin-right: 25px;}
.yui3-calendarbase .yui3-calendar-content .yui3-calendar-header .yui3-calendarnav-prevmonth:before, 
.yui3-calendarbase .yui3-calendar-content .yui3-calendar-header .yui3-calendarnav-nextmonth:before {
  content: "\f053";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-size: 22px;
}
.yui3-calendarbase .yui3-calendar-content .yui3-calendar-header .yui3-calendarnav-nextmonth:before{content: "\f054";}
.yui3-calendarbase .yui3-calendar-content .yui3-calendar-header .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled:before, 
.yui3-calendarbase .yui3-calendar-content .yui3-calendar-header .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled:hover:before {
  color: #ccc;
}
.yui3-calendarbase .yui3-calendar-content .yui3-calendar-header .yui3-calendarnav-prevmonth:hover:before, 
.yui3-calendarbase .yui3-calendar-content .yui3-calendar-header .yui3-calendarnav-nextmonth:hover:before {
  color: #404040;
}
.yui3-calendarbase .yui3-calendar-content .yui3-calendar-header .yui3-calendar-header-label {letter-spacing: 1px;}
.yui3-calendarbase .yui3-calendar-content .yui3-calendar-weekdayrow {
  background-color: #404040;
  box-shadow: 0 0.1em 1em 0 rgba(0, 0, 0, 0.25), 0 0.1em 0.5em 1px rgba(0, 0, 0, 0.35), 0 1em 2em 1px rgba(0, 0, 0, 0.15);
}
.yui3-calendarbase .yui3-calendar-content .yui3-calendar-grid {margin-bottom: 5px;}
.yui3-calendarbase .yui3-calendar-content .yui3-calendar-weekdayrow .yui3-calendar-weekday{
  padding: 15px 10px;
  color: #ffffff;
}
.yui3-calendarbase .yui3-calendar-content .yui3-calendar-row .yui3-calendar-prevmonth-day, 
.yui3-calendarbase .yui3-calendar-content .yui3-calendar-row .yui3-calendar-nextmonth-day, 
.yui3-calendarbase .yui3-calendar-content .yui3-calendar-row .yui3-calendar-day {
  padding: 10px;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
} 
.yui3-calendarbase .yui3-calendar-content .yui3-calendar-row .yui3-calendar-day.enabled_date:not(.yui3-calendar-selection-disabled) {
  color: #ea474b;
}
.yui3-calendarbase .yui3-calendar-content .yui3-calendar-row .yui3-calendar-day.enabled_date:not(.yui3-calendar-selection-disabled):hover, 
.yui3-calendarbase .yui3-calendar-content .yui3-calendar-row .yui3-calendar-day.enabled_date.yui3-calendar-day-selected {
  background-color: #ea474b;
  color: #ffffff;
}
.yui3-calendarbase .yui3-calendar-content .yui3-calendar-row .yui3-calendar-prevmonth-day, 
.yui3-calendarbase .yui3-calendar-content .yui3-calendar-row .yui3-calendar-nextmonth-day {
  color: transparent;
  position: relative;
}
.yui3-calendarbase .yui3-calendar-content .yui3-calendar-row .yui3-calendar-prevmonth-day:after, 
.yui3-calendarbase .yui3-calendar-content .yui3-calendar-row .yui3-calendar-nextmonth-day:after {
  content: '-';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #a6a6a6;
}
div.rncbc_status {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 40px;
}
div.rncbc_status .u {margin-right: 20px;}
div.rncbc_status .u, 
div.rncbc_status .a {
  color: #a6a6a6;
  font-weight: bold;
}
div.rncbc_status .a{color: #ea474b;}
div.rncbc_status span {
  margin-right: 10px;
}
/*-----------------------
 Radio Button
----------------------- */
.rncbc_form label{
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
  max-width: 180px;
  width: 100%;
}
.rncbc_form label input{
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #cccccc;
}
.rncbc_form label .control__indicator {
  border-radius: 50%;
}
.rncbc_form label:hover input ~ .control__indicator,
.rncbc_form label input:focus ~ .control__indicator {
  background: #ccc;
}
.rncbc_form label input:checked ~ .control__indicator {
  background: #ea474b;
}
.rncbc_form label:hover input:not([disabled]):checked ~ .control__indicator,
.rncbc_form label input:checked:focus ~ .control__indicator {
  background: #A02A2E;
}
.rncbc_form label input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.rncbc_form label input:checked ~ .control__indicator:after {
  display: block;
}
.rncbc_form label .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.rncbc_form label input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.rncbc_form label .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.rncbc_form label input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.rncbc_submit_administration:hover {
  background: red;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rncbc_form label input:disabled ~ span {
  /* color: #efefef; */
  text-decoration: line-through;
}
/*---------------------------
# page Connect  
--------------------------- */
.connect {
  margin: 10px auto;
  display: block;
}
.connect:after {content: "\f023";}
.msg_connect {
  text-align: center;
}
/*---------------------------
# Table 
--------------------------- */
.rncbc_form {
  margin-top: 30px;
}
.rncbc_table thead th, 
.rncbc_table thead td {
  padding: 6px 10px;
  border-bottom: 2px solid #404040 !important;
  color: #fff;
  text-align: center;
  border: 0;
  position: relative;
  background: #ea474b;
  white-space: nowrap;
}
.rncbc_table thead th:after, 
.reservations thead th:after{
  content: '';
  position: absolute;
  right: 0;
  top: 8px;
  width: 1px;
  height: 20px;
  background: #fff;
}
.rncbc_table th {
  text-align: left;
}
.rncbc_table td, 
.rncbc_table th {
  font-size: 14px;
}
.rncbc_table_wrap {
  position: relative;
  width: 100%;
}
.table-container {
  width: 100%;
  margin: 0 auto;
  background-color: #eee;
  overflow: hidden;
  /* box-shadow: 0 0.1em 1em 0 rgba(0, 0, 0, 0.25), 0 0.1em 0em 0px rgba(0, 0, 0, 0.35), 0 1em 0em 0px rgba(0, 0, 0, 0.1); */
  box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
}
div.grid {overflow: visible;}
.rncbc_table.sliding-window {
  /* width: 760px; */
  /* height: 300px; */
  overflow: hidden;
  margin: 0;
}
.rncbc_table_wrap a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 58px;
  width: 58px;
  border-radius: 50%;
  background: #ea474b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rncbc_table_wrap a:hover {
  background: #ea474b;
}
.rncbc_table_wrap a i.fa{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 26px;
}
.rncbc_table_wrap a#previous-column i.fa{
  left: 30%;
}
.rncbc_table_wrap a#next-column i.fa{
  right: 30%;
}
.rncbc_table_wrap a#previous-column{
  left: -73px;
}
.rncbc_table_wrap a#next-column {
  right: -73px;
}
.rncbc_table tr:empty {
  background: red;
}
@media screen and (max-width: 767px) {
  .rncbc_table_wrap a {
    top: -38px;
  }
  .rncbc_table_wrap a#previous-column {left: 0;}
  .rncbc_table_wrap a#next-column { right: 0;}
  .rncbc_table_wrap {margin-top: 47px;}
}
/* --------------------------------
# Reservation
-------------------------------- */
.reservations {
  box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
}
.reservations thead th {
  border-bottom: 2px solid #404040 !important;
  color: #fff;
  text-align: left;
  position: relative;
  background: #ea474b;
  vertical-align: middle;
}
.reservations tbody tr:nth-of-type(2n-1) {
  background-color: #efefef;
}
.reservations td, .reservations td p {color: #444444;}
.reservations caption, .reservations th {padding: 10px;}
.reservations thead th:after {top: 14px;}
.reservations thead th:last-child:after {display: none;}
.annuler-reservation:after {content: "\f00d";}
.annuler-reservation {
  max-width: 220px;
  white-space: nowrap;
  margin: 0 auto;
  display: block;
}
.reservations td {
  vertical-align: middle;
  padding: 5px;
}
@media screen and (max-width: 600px) {
  table.reservations {
    border: 0;
  }
  table.reservations caption {
    font-size: 1.3em;
  }
  table.reservations thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.reservations tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table.reservations td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  table.reservations td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table.reservations
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table.reservations td:last-child {
    border-bottom: 0;
  }
  .reservations table td:last-child:before {display: none;}
  .reservations td p {
    display: inline-block;
    width: 60%;
  }
  .reservations tbody tr {background-color: #efefef;}
  .reservations {box-shadow: none;}
}
/*-----------------------------
Recover password
-----------------------------*/
#wppb-recover-password p{
    text-align: center;
    line-height: 22px;
    padding: 0 0 20px 0;
}
#wppb-recover-password p + ul{
    margin: 0;
    width: 100%;
}
#wppb-recover-password ul li.wppb-username-email,
#wppb-recover-password ul li.wppb-username-email label{
    width: 100%;
}
#wppb-recover-password ul li.wppb-username-email label {margin: 10px;}
#wppb-recover-password ul li.wppb-username-email input[type="text"]{
    width: 80%;
    margin: 0 auto;
    float: none;
}
#wppb-recover-password p.form-submit {padding: 0;border: 0;}
#btnshow_2:focus {
    color: #ffffff;
}
.disable_pas
{
    float: right;
    color: #ea474b;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
}
.load-day{position: relative;}
.yui3-calendar-day-selected.load-day:after {
    content: '';
    background: url("../img/Rolling.gif") no-repeat;
    background-size: 20px;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0px;
    top:13px;
}
.dataTables_wrapper .dataTables_filter {margin-bottom: 20px;}
div.dataTables_wrapper .dataTables_paginate .paginate_button:hover
{
    border: 1px solid #ea474b;
    background-color: #ea474b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea474b), color-stop(100%, #ea474b));
    background: -webkit-linear-gradient(top, #ea474b 0%, #ea474b 100%);
    background: -moz-linear-gradient(top, #ea474b 0%, #ea474b 100%);
    background: -ms-linear-gradient(top, #ea474b 0%, #ea474b 100%);
    background: -o-linear-gradient(top, #ea474b 0%, #ea474b 100%);
    background: linear-gradient(to bottom, #ea474b 0%, #ea474b 100%);
}
