/* Imports */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,400,700&subset=latin,latin-ext);

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap');

@import url('https://fonts.googleapis.com/css?family=Grand+Hotel&display=swap');

/* General */
body {
  background: url("/img/paw_pattern.png") #f7f7f7;
  font-family: 'Open Sans Condensed',sans-serif;
  color: #676767;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Grand Hotel', cursive;
}

@media (max-width: 768px) {
h1,h2,h3,h4,h5,h6 {
  font-size: 150%;
}
}

.text-darkblue {
  color: #2E6DA4;
}

.text-pink {
  color: #d8497a;
}

.text-orange {
  color: #f37e31;
}

.headingstyle span.border-icon {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  font-size: 16px;
  line-height: 18px;
  color: #f37e31;
}

.headingstyle span.border-icon:before, .headingstyle span.border-icon:after {
  content: "";
  position: absolute;
  top: 8px;
  width: 215px;
  height: 1px;
  background: #ccc;
}

.headingstyle span.border-icon:before {
  left: 100%;
}

.headingstyle span.border-icon:before, .headingstyle span.border-icon:after {
  content: "";
  position: absolute;
  top: 8px;
  width: 215px;
  height: 1px;
  background: #ccc;
}

.headingstyle span.border-icon:after {
  right: 100%;
}

.headingstyle p {
  margin: 10px 0 0;
}

@media (max-width: 768px) {
.border-right-or-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.hide2 {display:none; }
}

@media (min-width: 768px) {
.border-right-or-bottom {
    border-right: 1px solid #dee2e6 !important;
}
}
/* vertical spacing between columns */

.content {
  height: 100%;
}


/* Navbar */
header .navbar,
header .dropdown-menu {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

header .dropdown-menu>li>a {
  color: #5B5C5E;
}

header .dropdown-item:hover {
  background: #fff;
}

header .navbar,
header .nav li:hover,
header .nav li.active {
  border-bottom: 3px #18BC9C solid;
}

header .facebook-header {
  border-right: 1px solid #e7e7e7;
}

.navbar-toggle .icon-bar {
  color: #5B5C5E;
  background: #5B5C5E;
}

@media (min-width: 768px) {
  header .navbar-brand.abs {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
  }
}

/* index testimonial */

.blockquote {
  background-color: #18BC9C;
  padding: 2rem;
}

.blockquote:before {
  content: " ";
  position: absolute;
  bottom: 4px;
  left: 30px;
  border: 15px solid transparent;
  border-top-color: #18BC9C;
}

/* picture */
.gal {
  -webkit-column-count: 3;
 /* Chrome, Safari, Opera */
  -moz-column-count: 3;
 /* Firefox */
  column-count: 3;
}

.gal img {
  width: 100%;
  padding: 7px 0;
}

@media (max-width: 500px) {

  .gal {
    -webkit-column-count: 1;
 /* Chrome, Safari, Opera */
    -moz-column-count: 1;
 /* Firefox */
    column-count: 1;
  }
}

/* Tarif */
/* -------------------- */

.tarif {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 24px;
  border: 3px solid #68a49e;
  border-radius: 7px;
}

@media(max-width:401px) {
  .tarif .tarifpension, .tarif .tarifgarde {
    font-size: 80%;
  }

  .tarif .tarifpension::before, .tarif .tarifgarde::before {
    border-width: 60px 60px 0 0;
  }

  .tarif .tarifpension::after, .tarif .tarifgarde::after {
    font-size: 2rem;
  }
}

/* Reservation */
/* -------------------- */

.selectgarde img {
  padding: 2px;
  border: solid 2px #bbb;
  cursor: pointer;
}

.selectgarde input {
  display: none;
}

.selectgarde label {
  cursor: pointer;
}

.selectgarde input[type=radio]:checked + label img {
  border: solid 5px #7ec6c2;
}

.selectgarde input[type="radio"]:not(:checked) + label img {
  opacity: 0.7;
}

input[type=radio] + label span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url('/img/inputbutton.png') left bottom no-repeat;
  background-size: 25px 50px;
  cursor: pointer;
}

input[type=radio]:checked + label span {
  background-position: 0 top;
}

.nav-pills > li {
  margin: 5px;
}

@media(max-width:768px) {
  .nav-pills > li span, .nav-pills > li p {
    display: none;
  }

  .nav-pills > li {
    margin: 1px;
  }

  .nav-link {
    padding: 7px;
  }

  .nav-pills > li h4 {
    margin: 0px;
  }
}

.validform {
  margin: 0 5px 50px;
  padding: 0;
  border: solid 1px #bbb;
  color: #fff;
  background-color: #64a9c6;
}

.validform button, .validform .btn:hover {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.validform h3 {
  color: #fff;
}

@media(max-width:768px) {
  .img-thumbnail {
    width: 100%;
    height: 100%;
  }
}

#recapitulatif .panel, #aide .panel {
  width: 100%;
}

#recapitulatif .panel-body, #aide .panel-body {
  padding: 5px 15px;
}

#recapitulatif p, #aide p {
  margin: 0.5em 0;
}

.modal-backdrop {
  z-index: -1;
}

.modal-footer {
  border-top: 0px;
}

@media(max-width:400px) {
  .table-price, .sectionform {
    font-size: 80%;
  }
}

.sectionform > [class*='col-'] {
  padding-right: 5px;
  padding-left: 0;
}

/*Form */
.form-header label {
  width: 100%;
  border: 1px solid #D1D3D4;
  border-radius: 4px;
  font-weight: normal;
  font-size: 1rem;
  background: #fff;
}

.form-header input[type="radio"]:empty {
  display: none;
}

.form-header input[type="radio"]:empty ~ label {
  position: relative;
  line-height: 30px;
  text-indent: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-header input[type="radio"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 25px;
  background: #EAEAEA;
  border-radius: 3px 0 0 3px;
}

.form-header input[type="radio"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .2em;
  color: #C2C2C2;
}

.form-header input[type="radio"]:hover:not(:checked) ~ label {
  color: #888;
}

.form-header input[type="radio"]:checked ~ label:before {
  content: '\2714';
  text-indent: .2em;
  color: #333;
  background-color: #ccc;
}

.form-header input[type="radio"]:checked ~ label {
  color: #777;
}

.form-header input[type="radio"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.form-header-default input[type="radio"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.form-header-success input[type="radio"]:checked ~ label:before {
  color: #fff;
  background-color: #149a80;
}

.form-header-info input[type="radio"]:checked ~ label:before {
  color: #fff;
  background-color: #3498DB;
}


/* Footer Section */
footer {
  border-top: 3px solid #18BC9C;
}
@media (max-width: 768px) {
footer {
  text-align: center;
}
}
