html {
  position: relative;
  min-height: 100%;
}
body {
  background-color: #222222;
  margin-bottom: 60px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
}
.bg-darker {
  background-color: #222629 !important;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.container {
  padding-bottom: 30px;
}
.container .row {
  margin-left: -15px;
  margin-right: -15px;
}
.content {
  padding-top: 160px;
}

.carte {
            max-width: 800px;
            margin: 20px auto;
            padding: 20px;
            background-color: #000;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .carte h1, h2, h3 {
            color: #c0392b;
            margin-top: 0;
        }
        .carte .category {
            margin-bottom: 20px;
        }
        .carte  .category h2 {
            border-bottom: 2px solid #4db19b;
            padding-bottom: 5px;
        }
        .carte  .item {
            display: flex;
            justify-content: space-between;
            padding: 5px 0;
            border-bottom: 1px dashed #ccc;
        }
        .carte  .item:last-child {
            border-bottom: none;
        }
        .carte  .item-name {
            flex: 1;
        }
        .carte .item-price {
            flex-shrink: 0;
            width: 80px;
            text-align: right;
            color: #f26a1b;
        }
        .carte p {
            font-size:0.9em;
        }
        
        
.menu-child {
    max-width: 800px;
    margin: 0 auto; 
    padding: 20px;
    background-color: #6e5f57;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
}


.menu-child h2 {
    text-align: center;
    color: #4db19b; 
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}


.menu-child-price {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.menu-child .category h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid #4db19b; 
    padding-bottom: 5px;
}


.menu-child ul {
    list-style-type: none; 
    padding-left: 0; 
    margin-bottom: 20px;
}

.menu-child ul li {
    padding: 2px;
    margin-bottom: 2px;

}
.menu-child p {
	font-size:0.9em;
}



.header {
  height: 32px;
  width: 100%;
  position: fixed;
  font-size: 0.8em;
  background: #000;
  z-index: 1000;
  color: #fff;
}
.header p {
  margin: 0 20px;
  padding: 5px;
}
.voucher {
    padding-top: 120px;
}
.slider {
  /*padding-top: 120px;*/
}
.carousel {
  max-height: 600px;
  margin-bottom: 20px;
  overflow: hidden;
}
.carousel-caption {
  top: 80px;
  bottom: auto;
  border-radius: 8px;
  width: 400px;
  margin: auto;
}
.carousel-caption p {
  text-shadow: 2px 2px 2px rgba(80, 80, 80, 1);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 100;
  margin-top: 20px;
  letter-spacing: 2px;
}
h1 {
  color: #f26a1b;
  font-family: "Comfortaa", sans-serif;
  letter-spacing:-2px;
}
h2 {
  color: #f26a1b;
  font-size: 1.8em;
  font-weight: bold;
  margin: 20px 0px;
  font-family: "Comfortaa", sans-serif;
}
h3 {
  color: #333333;
  font-size: 1.3em;
}
h4 {
  color: #333333;
}
h5 {
  color: #333333;
}
h6 {
  color: #333333;
}
.home-text {
  font-weight: 100;
}

.slider-caption h1 {
  color: #d91c1c;
}
.slider-caption h3 {
  color: #63f294;
}

a {
  color: #4db19b;
  text-decoration: underline;
}
a:hover {
  color: #fff;
  text-decoration: none;
}

.navbar-custom {
  margin-top: 32px;
  background-color: #222222;
  border-bottom: 2px #f26a1b solid;
  font-family: "Roboto Condensed", sans-serif;
  height: 100px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .navbar-custom .navbar-collapse {
    background-color: #222;
  }
}
@media (max-width: 576px) {
  .navbar-custom .navbar-collapse {
    background-color: #222;
  }
  .shrink img {
    height: 60px;
  }
}
.navbar-custom a {
  font-family: "Roboto Condensed", sans-serif !important;
  color: #fff;
  text-decoration: none;
  margin: 0px 8px;
  text-transform: uppercase;
}
.navbar-custom a:hover {
  color: #f26a1b;
}
.navbar-custom .active a {
  color: #f26a1b;
  border-bottom: 2px #f26a1b solid;
}

.navbar-custom .navbar-brand img {
  width: 120px;
  height: auto;
}
.nav-link {
  padding-left: 0.3em !important;
  padding-right: 0.3em !important;
}
.navbar-custom .navbar-toggler {
  color: #777;
  border: 1px #999 solid;
}
.shrink {
  height: 60px;
  background-color: rgba(122, 122, 122, 0.718);
}
.navbar img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main {
  background: #6e5f57;
  background-position: center right;
  background-attachment: fixed;
  background-size: contain;
}

.home {
  padding-top: -160px;
}

.chambre_home {
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}
.chambre_home h3 {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.chambre_home img {
  width: 100%;
}
.prix {
  color: #777;
}
.service {
  border-radius: 4px;
  background: #4db19b;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 2px;
  vertical-align: middle;
  height: 120px;
  padding-top: 20px;
}
.service:hover {
  background: #6dd1bb;
}
.menu {
  background: #fff;
  border: 1px #dbcebc solid;
  margin: 10px 0px;
  border-radius: 4px;
}
.menu h2 {
  background: url(../img/bg_brasserie.png) repeat-y;
  color: rgb(46, 31, 21);
  text-transform: uppercase;
  padding: 4px;
  font-size: 1.2em;
  width: 100%;
}
.menu ul {
  list-style: none;
  float: left;
  position: relative;
  margin-left: 0px;
  padding: 10px;
  left: -2px;
  top: -2px;
  color: #444;
}
.menu li {
  border-bottom: 1px dotted #999;
  line-height: 1;
  margin: 0 0 0.5em 0;
  position: relative;
  width: 100%;
  float: left;
}
.menu li span {
  padding: 1px 0 1px 5px;
  float: right;
  color: #444;
  position: relative;
  top: 0.2em;
  background: #fff;
}

.menu li label {
  float: left;
  margin: 0;
  position: relative;
  top: 0.2em;
  padding: 0 5px 0 0;
  font-style: normal;
  border-bottom: 0;
  background: #fff;
}
.menu li label span {
  font-size: 0.8em;
  padding: 0px;
}

.formule {
  background: #fff;
  border: 1px #dbcebc solid;
  text-align: center;
  margin: 2px;
  border-radius: 4px;
}
.formule h3 {
  padding-top: 14px;
}
.or {
  color: #4db19b;
  font-size: 0.8em;
}
.formule hr {
  border: 1px #4db19b solid;
  width: 90%;
}
footer {
  background-color: #222222;
  background-image: url(../img/bg-footer.jpg);
  background-size: auto;
  border-top: 2px #555 solid;
  width: 100%;
  min-height: 90px;
  padding-top: 10px;
  text-align: center;
  color: #ffffff;
}
footer p {
  font-size: 0.8em;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #eee;
}
footer img {
  width: 100%;
}
#contact-form {
  font-size: 0.9em;
}
.form-control {
  border-radius: 0px;
}
.form-control:active,
.form-control:focus {
  border-color: #6dd1bb;
}
.form-control::-webkit-input-placeholder {
  color: #c0c0c0;
} /* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
  color: #c0c0c0;
} /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
  color: #c0c0c0;
} /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
  color: #c0c0c0;
} /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
  color: #c0c0c0;
}

.btn-custom {
  color: #fff;
  text-decoration: none;
  border-radius: 0px;
  background-color: transparent;
  border-color: #4db19b;
  color: #4db19b !important;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
.btn-custom:hover {
  background: #6dd1bb;
  border-color: #6dd1bb;
  color: #fff !important;
}
button:active,
button:focus,
button:hover,
.btn:active,
.btn:focus,
.btn:hover {
  outline: none !important;
  background: #6dd1bb;
  border-color: #6dd1bb;
  box-shadow: none;
}
.slider-btn {
  background-color: rgba(255, 255, 255, 0.095);
  color: #fff !important;
  border-color: #fff !important;
  margin: 20px 10px;
}

#msg {
  height: 120px;
}
#errors {
  color: red;
  font-weight: bold;
}
#retour {
  text-decoration: none;
}
.gallery div {
  margin-bottom: 4px;
}
.tarif {
  margin: 2px;
  border-radius: 4px;
  background: #4db19b;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  height: 120px;
  padding: 32px 2px 4px 4px;
}
.lg-sel {
  text-transform: capitalize !important;
}
.lg-sel img {
  width: 24px;
  height: auto;
}
.text-green {
  color: #27a056;
}
.text-red {
  color: #ff0000;
}
.input-error {
  border-color: #ff0000;
}
.map {
  width: 100%;
  min-height: 500px;
}
.hourBtn {
  margin-bottom: 4px;
}
p {
  font-family: "Roboto Condensed", sans-serif;
}
