/* Carousel base class */
*:hover{
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition: all 0.3s ;
}
*:focus {
  outline: none !important;
}

@media (max-width: 640px) {
  .owl-carousel .owl-item img {
      width: auto !important;
      left: 50%;
    }
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 

.home_menu ul li, .page_menu ul li {
    padding: 0 12px 10px 12px !important;
}
.carousel h1 {
    font-size: 2.1em !important;
    margin: 0px 0px !important;
}
.carousel .logo {
    margin: 30px 0 !important;
    display: none;
}

}


.margin-left {
  margin-left: 20px;
}
.padding_block {
  padding: 20px 0;
}

.blue-text{
  color:  #4682B4;
}

.red-text{
  color:  #4682B4;
}

.mar-top{
  margin-top: 20px;
}

.bordered-img{
  border: 4px solid #4682B4;
}

.inline-block {
  display: inline-block !important; 
}

.bold-text {
  font-weight: 500 !important;
}

#recap_players {
  text-transform: capitalize;
}
label small {
  font-weight: 400 !important;
}

tfoot {
  background-color: #1e1e1e;
  color: #FFF !important;
}
.grey_bg{
  background-color: #eee;
  margin-bottom: 15px;
  padding-top: 5px;
}

.m-b-0 {
  margin-bottom: 0px !important: 
}
hr.small_margin {
      margin-top: 10px;
    margin-bottom: 10px;
}

#reservation_form {
  position: relative;
}
#waiting_register {
  display: none;
  text-align: center;
  padding-top: 200px;
  text-align: center;
  position: absolute;
  background-color: #FFF;
  opacity: 0.8;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  color: #4682B4
}

#reservation_form.waiting #waiting_register {
  display: block;

}



.alert-icon {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.alert:before{
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  width: 30px;
}
.alert.alert-success:before{
  content: "\f00c";
}
.alert.alert-info:before{
  content: "\f129";
}
.alert.alert-warning:before{
  content: "\f12a";
}
.alert.alert-danger:before{
  content: "\f00d";
}
.alert button {
  display: none;
}
.alert.closable button {
  display: block;
}

.header_flash {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
}

.fa.fa-wheelchair.fa-3x, .fa.fa-star-o.fa-3x{
    margin-right: 10px;
    font-size: 1.8em;
    height: 35px;
    display: inline-block;
}
.fa.fa-list-ul.fa-3x {
  font-size: 1.3em;
  height: 35px;
  display: inline-block;
    margin-right: 10px;
}

/*.border_col {
  border-right: 1px solid #e1e1e1;
}*/

.border-top {
   border-top: 1px solid #eee;
}

.carousel {
  display: block;
  margin-top: 40px;
  overflow: hidden;
  height: 497px

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
  

  .carousel {
  display: block;
  margin-top: 40px;
  overflow: hidden;
  height: 305px !important;

  }
}




.carousel .overlay{
  position: absolute;
  background: rgba(0, 0, 0, 0.6) url(../img/dark-stripes.png);
  top: 0;
  bottom: 0;
  z-index: 10;
  left: 0;
  right: 0;
}

.carousel h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.7em;
  margin: 20px 0px;
}
.carousel p {
  font-size: 1.5em;
  font-weight: 300
}

.carousel .logo{
  margin: 0px 0;
  display: none;
}

/* Declare heights because of positioning of img element */
.carousel .item_block {
  text-align: center;
}




/* HOME MENU*/
.home_menu{
  padding-top: 7px;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 100;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 15%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 15%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.65) 15%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.home_menu.fixed{
  position: fixed;
  background-color: rgba(0,0,0,1);
  transition-property: all;
  transition-duration: 0.3s;
  transition: all 0.3s ;
}

.home_menu ul, .page_menu ul{
  position: relative;
  margin:0;
  padding: 10px 0;
  list-style: none;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  z-index: 100;
}
.home_menu ul li, .page_menu ul li{
  position: relative;
  display: inline-block;
  padding: 0 20px 10px 20px;
}
.home_menu ul li a, .page_menu ul li a{
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 4px solid transparent;

}
.home_menu ul li a:hover{
  border-bottom: 4px solid #4682B4;
  color: #4682B4;
  transition-property: border-bottom;
  transition-duration: 0.15s;
  transition-timing-function: ease-in;
  z-index: 100;

}

.home_menu ul li ul, .page_menu ul li ul{
  padding: 10px !important;
  left: 0px;
  top: 34px;
  position: absolute;
  font-size: 13px;
  text-align: left;
  display: none;
  background-color: rgba(0,0,0,1);
  z-index: 100;

}
.home_menu ul li ul li{
  padding: 10px;
  display: block;
  white-space:nowrap;
  border: none !important;
  z-index: 100;

}

.home_menu > li > ul:hover {
  border-bottom: 4px solid #4682B4;
  z-index: 100;

}


.home_menu ul li:hover > ul{
  display: block;
  opacity: 1;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
  z-index: 100;

}
.home_menu ul li ul li a{
  text-decoration: none;
  padding-bottom: 0px !important;
  border: none !important;
  z-index: 100;
  display: block
}

.home_menu ul li ul li:hover{
  color: #4682B4;
  cursor: pointer;
}

/*RESPONSIVE MENU*/
#navbar > ul > li > ul{
  list-style: none;
  padding-left: 25px;
} 

#navbar > ul > li > ul li{
  list-style: none;
}
#navbar > ul > li > ul li a{
  display: block;
  text-decoration: none;
  padding: 8px;
  font-size: 13px
}  


/* PAGE MENU*/
.navbar-brand.florida {
  text-transform: uppercase;
  line-height: 50px;
}

.page_menu{
  position: relative;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #FFF;
  margin-bottom: 55px;
}

.page_menu ul{
  color: #4f4f4f;
  text-align: right;
  font-weight: 400;
}

.page_menu ul li {
  padding: 30px 20px 20px 20px;
}
.page_menu ul li a:hover, .page_menu ul li a.active{
  border-bottom: 4px solid #4682B4;
  color: inherit;
  transition-property: border-bottom;
  transition-duration: 0.15s;
  transition-timing-function: ease-in;
}

.page_menu ul li a.active{
  border-bottom: 4px solid #4682B4;
}


.page_menu ul li ul{
  display: none;
  opacity: 0;
  padding: 10px !important;
  left: 0px;
  top: 64px;
  position: absolute;
  font-size: 13px;
  text-align: left;
  background-color: #000;
  color: #FFF;
}
.page_menu ul li ul li{
  padding: 7px 10px;
  display: block;
  white-space:nowrap;
  border: none !important;
}

.page_menu ul li:hover > ul{
  opacity: 1;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
  display: block;
}
.page_menu ul li ul li a{
  text-decoration: none;
  padding-bottom: 10px;
  border: none !important;
  display: block;
}

.page_menu ul li ul li:hover{
 color: #4682B4;
  cursor: pointer;
/*  text-decoration: underline;*/
}


#online-qualification{
  padding-top: 30px;
  padding-bottom: 30px;
}

#online-qualification .title{
  font-size: 24px;
  font-weight: 700;
  color: #1c4e94;
  margin-bottom: 10px;
  margin-top: 15px;
}

#online-qualification .subtitle{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px; 
}

.btn-blue{
  background-color:  #1c4e94;
  color: #FFF;
  padding-left: 20px;
  padding-right: 20px; 
}
.btn-blue:hover{
  opacity: 0.8;
  color: #FFF;
}

#hot-news {
  padding-top: 20px;
  padding-bottom: 20px;
}

#hot-news a {
  color: #4682B4;
}

#hot-news .title {
    font-size: 20px;
    font-weight: 700;
    color: #4682B4;
    margin-bottom: 5px;
    margin-top: 10px;
}

#hot-news .title small {
    font-size: 12px;
    font-weight: normal;
}

#hot-news .sub_title {
  font-size: 16px;
   margin-bottom: 10px;
   color: #9e9c9c;
}


.jumbotron.home_reservation {
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
}
.jumbotron.home_reservation strong{
  margin-top: 5px;
  font-size: 22px;
  font-weight: 700;
  color: #00C4CC;
  text-transform: uppercase;
}

.jumbotron.home_reservation ul{
  list-style: none;
  min-height: 35px;
  overflow: hidden;
  padding: 0;
  margin : 0;
}

.jumbotron.home_reservation ul li{
  display: inline-block;
  margin-right: 50px;
}


.presentation h3 {
  text-align: left !important;
}

.jumbotron.home_prestation {
  padding: 35px 0;
  background-color: #4682B4;
  color: #FFF;
}
.jumbotron.home_prestation h2{
  margin-bottom: 30px;
}
.jumbotron.home_prestation h4{
  margin-bottom: 30px;
}

.jumbotron.home_prestation p{
  /*padding: 0 24px;*/
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    margin-bottom: 15px
}

.jumbotron.home_prestation i{
  border-radius: 50px;
  border: 1px solid #FFF;
  padding: 10px;
  vertical-align: middle;
  margin-bottom: 15px;
}

.jumbotron.photo-slider{
  background-color: #1e1e1e;
  padding: 30px 0px;
}

footer{
  background-color: #4682B4;
  color: #FFF;
}

footer .legal_mentions {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.4;
}
.footer {
  padding: 15px 0 10px 0;
}
.sub_footer {
  background-color: #79BAEC;
  padding: 15px 0 7px;
  font-size: 13px;
  font-weight: 300;
  vertical-align: middle;
}
.sub_footer p {
  opacity: 0.7;
}

#partenaires {
  display: flex;
  justify-content : center;
  align-items : center;
  flex-direction: column;
}
#partenaires a img {
  display: inline-block;
  margin: 0 9px;
  max-width: 100%;
   transition-property: all;
  transition-duration: 0.3s;
  transition: all 0.3s ;
}

#partenaires a:hover img {
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

#photo-slider img{
  max-width: 100%;
  transition-property: all;
  transition-duration: 0.3s;
  transition: all 0.3s ;

}
#photo-slider img:hover{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  
}






#commentary-slider {
  text-align: center;
}

#commentary-slider p{
  font-size: 13px;
  color: #797979;
  padding: 15px 40px 0 40px;
  font-style: italic;
}

#commentary-slider hr{
  border: 1px solid  #99040c;
  width: 20%;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

#commentary-slider .rating{
  margin-top: 15px;
  color:  #99040c;
}
#commentary-slider .author {
  font-weight: 500;
  color:  #99040c;
}

#commentary-slider .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

#newsletter_block .title {
  font-size: 18px;
  margin: 10px 0 10px 0;
}
#newsletter_block .sub_title {
  font-size: 14px;
}
#newsletter_block input {
  background-color: #FFF;
  opacity: 0.5;
  border: none;
  width: 250px;
  text-align: right;
  float: right;
}
#newsletter_block input:focus {
  background-color: #FFF;
  opacity: 0.9;
  border: none;
}
#newsletter_block button {
  background-color: #79BAEC;
  color: #FFF;
  border-color: #79BAEC;
  display: inline-block;
  float: right;
  padding: 6px 12px;
}


.page_header {
  background-image: url(../img/page_header.jpg);
  background-repeat: no-repeat;
  margin-bottom: 30px;
  color: #FFF;
  padding: 15px 0;
}

.page_header .title {
  font-weight: 600;
  font-size: 28px;
}

.cms {
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.cms p{
/*  font-weight: 300;*/
}
.cms h1{
  font-weight: 500;
  font-size: 28px;
  color:  #4682B4;
}
.cms h2{
  font-size: 24px;
  font-weight: 500;
  color: #4682B4;
}

.cms h3{
  font-size: 20px;
  font-weight: 500;
}

.cms h4{
  font-size: 18px;
}

.cms h1:first-child, .cms h2:first-child, .cms h3:first-child, .cms h4:first-child{
  margin-top: 0px !important;
}

.cms p strong{
 font-weight: 500;
}

.cms p a , .cms table a, small a{
  color:  #4682B4;
}

.cms ul {
  -webkit-padding-start: 30px;
}

.cms img {
  margin: 15px 0;
}

.cms img.pull-right {
  margin-top: 0px;
  margin-left: 20px;

}
.cms img.pull-left {
  margin-top: 0px;
  margin-right: 20px;

}


/*WIDGET*/
.widget {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.widget .title {
  text-transform: uppercase;
  background-color:#1e1e1e;
  color:  #FFF;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 15px;
  text-align: center;
  padding: 5px 0;
}

.widget_subtitle {
  color:  #4682B4;
  margin-bottom: 10px;
  font-size: 14px;
}

.widget.calendar {
  background: #eee;
  padding-bottom: 0px; 
  padding-top: 0px;
 /* border-top: 1px solid #1e1e1e;*/
/*  border-bottom: 1px solid #1e1e1e;  */
}

.widget.calendar p{
  font-weight: 300;
  font-size: 12px;
  border-bottom: 1px solid #4f4f4f;
  padding: 0 10px 5px 10px;
}
..widget.calendar p:last-child{
  padding-bottom: 0;
}

.widget.calendar p strong{
  color:  #4682B4;
  font-weight: 500;
  font-size: 14px;
}
.widget.calendar .btn {
  margin: 5px 0;
  background-color: #1e1e1e;
  color: #FFF;
}

.widget.calendar .btn:hover {
  background-color: #4682B4;
}

.widget.calendar .btn.btn-danger {
  background-color: #d9534f;
  cursor: none;
}

.widget.calendar .btn.btn-danger:hover {
  background-color: #d9534f;
  cursor: none;
}





/************* RESERVATION WIZAR *******************/

.wizard {
    margin: 0px auto 80px;
    background: #fff;
}


.wizard .nav-tabs {
    position: relative;
    margin: 0px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.resa_sejour_block{
  /*margin-bottom: 50px;*/
  min-height: 200px
}

.wizard label.radio-inline.sejour_choice{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.wizard label.radio-inline small{
  font-size: 14px;
  font-weight: 400;
  color: #4f4f4f;
  display: inline-block;
  margin-bottom: 5px;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #e0e0e0;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#e0e0e0;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #4682B4;
    
}
.wizard li.active span.round-tab i{
    color: #4682B4;
}

span.round-tab:hover {
    color: #4682B4;
    border: 2px solid #4682B4;
}

.wizard .nav-tabs > li {
    width: 20%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #00C4CC;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #4682B4;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    position: relative;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

/*.wizard .nav-tabs > li.completed:before {
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #3c763d;
  content: "\f00c";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 55%;
  top: 0px;

}
*/

.wizard .tab-pane {
    position: relative;
    padding-top: 40px;
}

.wizard h3 {
    margin-top: 0;
}


.wizard form {
  padding: 0px 50px 20px;
  border-right: solid 1px #e0e0e0;
  border-left: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
/*  background-color: grey;
*/}
@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}


.wizard .sum-up-total {
  background-color: #e0e0e0;
  padding: 10px;
  font-weight: 500;
  text-align: right;
  font-size: 18px;
}

.wizard .sum-up-total span {
  color: #99040c;
}


.btn-count {
  display: block;
  font-size: 24px;
  cursor: pointer;
  margin: 2px;
  vertical-align: middle;
  height: 30px;
  width: 25px;
  text-align: center;
  line-height: 30px;
  float: left;
}
.btn-count:hover {
  color: #99040c;
}

.spinner {
  text-align: center;
  font-weight: 500 !important;
  color: #99040c;
  font-size: 16px;
  float: left;
  margin-right: 10px;
}

/************ CUSTOM CHEKBOX ******************/
.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #4682B4;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #4682B4;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 7px;
  top: 2px;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg)
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 6px;
  top: 6px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
.checkbox input[type="checkbox"] {
opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {
font-family: 'FontAwesome';
content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label {
opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
background-color: #eeeeee;
cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color:#4682B4;
  border-color: #4682B4; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }


.order_recap{
  background-color: #eee;
  padding: 10px;
}


.order_recap .title{
text-transform: uppercase;
    font-size: 1.1em;
    text-align: center;
    font-weight: 500;
    padding: 7px 0;
    color: #fff;
    background-color: #1e1e1e;
    position: relative;
    margin-bottom: 20px;
}
.order_recap .subtitle{
  color: #4682B4;
  margin-bottom: 5px;
}

.order_recap .title:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -7.25em;
    bottom: -6.9em;
    border: 7.3em solid transparent;
    border-top-color: #1e1e1e;
    border-bottom-width: 0;
    -webkit-transform: translateY(-3.15em) scaleY(0.1);
    transform: translateY(-3.15em) scaleY(0.1);
}


.order_recap .cart_recap {
  margin: 0;
  padding: 0 0 10px 10px;
  list-style: none;
  margin-bottom: 10px;
  font-size: 13px;
  border-bottom: solid 1px #e0e0e0;
  list-style-position: inside;
  text-indent: -1.5em;
  padding-left: 30px
}
.order_recap .cart_recap li {
  margin-bottom: 6px;
  font-size: 12px;
}

#cart_formule_list li {
  display: none;
}

.order_recap .cart_recap li .count {
  font-weight: 500;
  margin-right: 5px;
}

.order_recap .cart-total {
  font-size: 16px;
  padding: 5px 10px;
  background-color: #4682B4;
  color: #FFF;
}



.room_choice {
  margin-top: 20px;
  background-color: #eee;
  text-align:center;
  display: block;
  padding: 10px;
  border: solid 1px transparent;
  position: relative;
}

.room_choice .title {
  color: #4682B4;
  font-weight: 500;
  display: block;
}
.room_choice p{
  font-size: 12px;
}

.room_choice:hover, .room_choice.active {
  border: solid 1px #4682B4;
  cursor: pointer;
}
.room_choice i{
  display: none;
  color: #4682B4;
  right: -15px;
  top: -15px;
  background-color: #FFF;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  
}
.room_choice.active i {
  display: block;
  position: absolute;
}


.formule-select-list {
  display: none;
}


#cart-formule-name {
  text-transform: capitalize;
}


#resa_number {
  font-size: 16px;
  font-weight: 600;
  margin : 0 7px;
}


.contact_round {
  display: block;
  height: 45px;
  width: 45px;
  margin-left: auto;
  margin-right: auto;
  line-height: 45px;
  font-size: 18px;
  background-color: #eee;
  border-radius: 50%; 
  color: #4682B4;
  margin-bottom: 15px;
}


.register_home_block {
  margin-bottom: 5px;
  margin-top: 15px;
  padding: 15px 15px 0 15px;
}

.resa_sejour_list {
  margin-top: 15px;
  padding: 15px 0 5px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
}

.resa_sejour_list .col-md-3 {
  display: inline-block;
  float: none;
  margin-bottom: 10px;
}


.register_home_block .title {
  font-size: 16px;
  margin-bottom: 10px;
}

.register_home_block .step_list_ico{
  width: 50px;
  height: 50px;
  line-height: 47px;
  display: inline-block;
  border-radius: 100px;
  background: #fff;
  border: 2px solid #4682B4;
  color: #4682B4;
  z-index: 2;
  text-align: center;
  font-size: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.faq_menu {
  margin:50px 0px 50px 0px;
    text-align: center;
}


.faq_item_menu {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 10px;
}

.faq_item_menu:hover, .faq_item_menu:active{
 text-decoration: none !important;
 color: #4682B4;
}
.faq_item_menu:focus {
   text-decoration: none !important;
}


.faq_ico {
  width: 70px;
  height: 70px;
  line-height: 67px;
  display: inline-block;
  border-radius: 100px;
  background: #fff;
  border: 2px solid #8a8a8a;
  color: #8a8a8a;
  z-index: 2;
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
}


a:hover .faq_ico {
  border: 2px solid #4682B4;
  color: #4682B4;
}


.question {
  font-size: 16px;
  padding: 10px 10px 10px 15px;
  cursor: pointer;
  background-color: #eaeaea;
  margin-bottom: 10px;
}

.question.active, .question:hover  {
    color: #4682B4;
}
.question i {
  margin-right: 10px;
}

.reponse {
  display: none;
  border-bottom: 1px solid #eee;
  padding: 5px 15px 10px 15px ;

}
.faq_title {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 5px;
  color: #4682B4;
  text-transform: uppercase;
}
.faq_title i {
  margin-right: 5px;
}


.question:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.question.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
    color: #99040c !important;
}


#maintenance h1 {
  margin-top: 5px;
  margin-bottom: 35px;
  font-size: 5rem;
  font-weight: 700;
  color: #4682B4;
}
#maintenance p {
  margin-top: 5px;
  font-size: 2.3rem;
}

img {
    pointer-events: none;
}

