input::-moz-focus-inner {
  border: 0;
}
.white {
  color: #fff;
}
html,
body {
  position: relative;
}
img.aligncenter {
  display: block;
  margin: auto;
}
.btn {
  font-size: 18px !important;
}
body #calculateur {
  position: relative;
  margin-top: -250px;
}
body .titre {
  color: #fff;
  text-shadow: 0 0 10px #000;
  font-size: 35px;
  line-height: 33px;
  text-transform: uppercase;
}
body .sous-titre {
  font-size: 22px;
  line-height: 20px;
  text-shadow: 0 0 10px #000;
  text-transform: uppercase;
}
body .booking_form #intro {
  text-transform: uppercase;
  padding: 10px 0 20px 0;
  letter-spacing: 1px;
  font-size: 22px;
  line-height: 22px;
}
body .booking_form button {
  font-size: 18px !important;
}
body hr {
  background: url(../img/hr.png) no-repeat center center;
  height: 10px;
  width: 100%;
  border: none;
}
body .so-widget-sow-image h2 {
  font-size: 18px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
body .so-widget-sow-image a img {
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
}
body .so-widget-sow-image a:hover img {
  transform: scale(1.05,1.05);
  -webkit-transform: scale(1.05,1.05);
  -moz-transform: scale(1.05,1.05);
  -o-transform: scale(1.05,1.05);
}
body footer a {
  color: #fff;
}
.img-responsive-full {
  display: block;
  width: 100%;
  height: auto;
}
#filtres,
#filtres-idcomcrea {
  padding: 15px 0;
  text-align: center;
}
#filtres a,
#filtres-idcomcrea a {
  display: inline-block;
  padding: 10px 15px;
  text-transform: uppercase;
}
#filtres a.active,
#filtres-idcomcrea a.active {
  color: #FF9800;
}
.page-id-54 input,
.page-id-54 textarea,
.page-id-54 select {
  border: none !important;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  color: #000;
  padding: 1.5rem !important;
}
.activite {
  padding: 10px 0;
}
.activite a.plus {
  color: #00C05A !important;
  text-transform: uppercase;
}
.activite a.plus:hover {
  color: #00F070 !important;
}
.actif:nth-child(even) {
  background: #fff;
}
.actif:nth-child(odd) {
  background: #f4f4f4;
}
#appartement .description,
#appartement .equipements {
  margin-top: 15px;
  font-size: 14px;
}
#appartement .description ul,
#appartement .equipements ul {
  list-style-type: none;
  padding-left: 5px;
}
#appartement .description ul li:before,
#appartement .equipements ul li:before {
  content: "- ";
}
.ninja-forms-cont .ninja-forms-required-items {
  font-size: 12px;
  font-style: italic;
  padding: 30px 0 10px 0;
}
.ninja-forms-cont input[type=text] {
  background-color: #fdfdfd;
  border: 1px solid #a0a0bb;
  border-radius: 0px;
  color: #111118;
  font-size: 15px;
  height: inherit;
  line-height: 1.5;
  padding: 8px 24px;
}
.room_bg_light full_width_room .rooms_margin_custom_1 {
  margin: 0 !important;
}
.room_bg_light full_width_room .rooms_margin_custom_1 img {
  margin: 0 !important;
}
.room_bg_light full_width_room p {
  margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: bold;
}
.owl-controls .owl-prev,
.owl-controls .owl-next {
  font-size: 34px !important;
  opacity: 1 !important;
  text-indent: 0 !important;
  color: #fff !important;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
}
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover {
  color: #4CAF50 !important;
}
.owl-room-single-carousel .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-room-single-carousel .owl-controls .owl-prev,
.owl-room-single-carousel .owl-controls .owl-next {
  position: absolute;
  text-shadow: 0 0 10px #000;
}
.owl-room-single-carousel .owl-controls .owl-prev {
  left: 0;
}
.owl-room-single-carousel .owl-controls .owl-next {
  right: 0;
}
.menu-toggler2 {
  box-sizing: content-box;
  display: block;
  font-size: 0.9em;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  right: 0px;
  cursor: pointer;
  padding: 24px 28.8px;
  min-width: 30px;
  height: 0.9em;
  height: inherit;
  line-height: 0.9em;
  color: #ffffff;
  background-color: transparent;
  -webkit-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}
a.menu-toggler2:hover {
  color: #ffffff;
}
a.menu-toggler2 span.title {
  padding: 0 40px 0 0;
}
#reservation {
  position: fixed;
  z-index: 99999999;
}
@media screen and (max-width: 767px) {
  #reservation {
    bottom: 0;
    right: -250px;
  }
}
@media screen and (min-width: 768px) {
  #reservation {
    top: 70%;
    right: -200px;
  }
}
#reservation a {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
}
#reservation a strong {
  display: block;
  background: #FF9800;
  padding: 10px 20px;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
}
@media screen and (min-width: 768px) {
  #reservation a strong {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
}
#reservation a strong i {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  #reservation a strong i {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
}
#reservation a:hover strong {
  background: #4CAF50;
}
.mini_infos {
  margin: 0;
}
.mini_infos img {
  margin: 5px;
}
form.booking_form input[type="text"] {
  background: transparent;
  border: 0px;
  font-size: 22px;
  font-weight: 200;
  text-align: center;
  background-color: #20202d;
  line-height: 28px;
  cursor: pointer;
  padding: 15px 0px 15px 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
#ninja_forms_field_26 {
  width: 100%;
  overflow: hidden;
  padding: 0;
  background: none;
  border: none;
}
#ninja_forms_field_26 ::-moz-selection {
  background-color: #fdfdfd;
}
#ninja_forms_field_26 ::selection {
  background-color: #fdfdfd;
}
#ninja_forms_field_26 p::-moz-selection {
  background-color: #fdfdfd;
}
#ninja_forms_field_26 p::selection {
  background-color: #fdfdfd;
}
#ninja_forms_field_26 option {
  cursor: pointer;
  background-color: #fdfdfd;
  border: 1px solid #a0a0bb;
  border-radius: 0px;
  color: #111118;
  font-size: 15px;
  height: inherit;
  line-height: 1.5;
  padding: 8px 24px;
}
#ninja_forms_field_26 option:before {
  content: "\f00c ";
  font-family: "FontAwesome";
  opacity: 0;
  color: #4CAF50;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
}
#ninja_forms_field_26 option:checked {
  background: #E5E5E5;
}
#ninja_forms_field_26 option:checked:before {
  opacity: 1;
}
input[type=submit] {
  padding: 10px 15px;
  background: #FF9800;
  color: #fff;
  text-transform: uppercase;
  border: none;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
}
input[type=submit]:hover {
  background: #4CAF50;
}
#ui-datepicker-div {
  display: none !important;
}
#extra {
  padding-top: 50px !important;
}
#extra li {
  margin: 15px 0;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  clear: both;
}
#extra li:before {
  display: none;
}
#extra li span {
  letter-spacing: 0;
  font-size: 18px;
  line-height: 25px;
}
#extra li i {
  float: left;
  text-align: center;
  width: 50px;
  font-size: 24px;
  height: 50px;
}
#mini_reservation label,
#mini_reservation h5 {
  font-size: 18px !important;
}
#mini_reservation button[type=submit] {
  width: 100% !important;
  font-size: 20px !important;
}
#mini_reservation form.booking_form_small input[type="text"] {
  padding: 10px !important;
}
#grid-idcomcrea .mix {
  display: none;
  margin-bottom: 30px;
}
#grid-idcomcrea .mix a {
  position: relative;
  display: block;
  overflow: hidden;
}
#grid-idcomcrea .mix a:before {
  content: "\f00e ";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 150px;
  font-size: 26px;
  text-align: center;
  z-index: 999;
  color: #fff;
  background: rgba(0,0,0,0.7);
  opacity: 0;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
}
#grid-idcomcrea .mix a img {
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
}
#grid-idcomcrea .mix a:hover img {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
}
#grid-idcomcrea .mix a:hover:before {
  opacity: 1;
  font-size: 40px;
}
.couverture_location {
  overflow: hidden;
  position: relative;
}
.couverture_location .h-100 {
  height: 100%;
}
.couverture_location a {
  position: relative;
  display: block;
}
.couverture_location a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 99;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
}
.couverture_location a .legende {
  position: absolute;
  bottom: 50px;
  display: block;
  background: #fff;
  padding: 10px;
  right: -100%;
  z-index: 999;
  transition: all 0.6s ease-in-out !important;
  -webkit-transition: all 0.6s ease-in-out !important;
  -moz-transition: all 0.6s ease-in-out !important;
  -o-transition: all 0.6s ease-in-out !important;
}
.couverture_location a:hover:before {
  opacity: 0.5;
}
.couverture_location a:hover .legende {
  right: 0;
}
.couverture_location a img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.quotes {
  background: none !important;
}
.bubble blockquote {
  margin: 10px 10px 0;
  background: #fff;
  padding: 60px;
  position: relative;
  border: none;
  border-radius: 8px;
  font-size: 1.25em;
  color: #000;
}
.bubble blockquote:before,
.bubble blockquote:after {
  content: "\201C";
  position: absolute;
  font-size: 80px;
  padding: 10px;
  line-height: 1;
  color: #FF9800;
  opacity: 0.2;
}
.bubble blockquote:before {
  top: 0;
  left: 10px;
}
.bubble blockquote:after {
  content: "\201D";
  right: 10px;
  bottom: -0.5em;
}
.bubble div {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  margin: 0 0 0 60px;
  margin-bottom: 10px;
}
.bubble cite {
  padding-left: 20px;
  font-size: 1.25em;
  color: #5E5E5E;
}
.owl-room-single-carousel .owl-item {
  height: auto !important;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .owl-room-single-carousel .owl-item {
    height: 500px !important;
  }
}
.owl-room-single-carousel .owl-item img {
  height: auto !important;
  width: 100% !important;
  vertical-align: middle;
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .owl-room-single-carousel .owl-item img {
    height: 500px !important;
    width: auto !important;
  }
}
