@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:500');

@font-face {
    font-family: 'myCitation';
    src: url('../fonts/Zeitgeist-RegularDemo.ttf') format('truetype');
}

body {
  font-family: 'Raleway', sans-serif;
}

b, strong {
    font-weight: 700;
}

.greyback {
background-color:#80808024;
margin-top: 50px;
}


.promo {
  position: absolute;
  bottom: 0px;
}

@media (max-width: 768px) {
   .promo {
  position: inherit;
  margin-bottom: 25px;
}
}

.carousel-caption {
    transform: translateY(-24%);
    bottom: 0;
    top: 50%;
}

#menujour{
    padding-bottom: 50px;
    padding-top: 50px;
}

h1 {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    font-family: 'Oswald', sans-serif;
    margin-top: 20px;
    text-transform: uppercase;
}

h2, h3, h4, h5 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    font-family: 'Oswald', sans-serif;
    margin-top: 20px;
    text-transform: uppercase;
}

.citation>p{
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-family: 'Raleway', sans-serif;
}

p, a, button {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
}

a {
    text-decoration: none;
    color: black;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.logoblack{
  height: 150px;
  margin-bottom: 25px;
}

a:hover {
    text-decoration: underline;
}

.menuitem{
    color: black;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.nav-item a:hover {
  text-decoration: none;
}
.nav-item.active{
     text-decoration: none;
    color: white;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    transition: all .2s ease-in;
}

.nav-item:hover {
  text-decoration: none;
    color: white;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    transition: all .2s ease-in;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
     color: white;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.dropdown-menu.show {
    display: block;
    background-color: black;
}

.menuitem:hover{
  text-decoration: underline;
  color:black;
}

.menuitem.active{
  text-decoration: underline;
}

.link {
  background-color: black;
  border-radius: 5px;
  color: white;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 10px 10px 10px;
}

.link:hover {
  color: white;
  text-decoration: underline;
  cursor: pointer;
}

.row {
    padding-top: 50px;
    padding-bottom: 50px;
}

.carousel-item {
  height: 100vh;
}

.carousel-item-half {
  height: 85vh;
}

.thumbnail {
    position: relative;
}

.caption {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    letter-spacing: 2px;
    font-size: 40px;
}

.coverbig{
  font-size: 45px;
  line-height: 1.1em;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.coversmall{
    font-size: 30px;
    line-height: 1.6em;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: 'Raleway', sans-serif;
}
/* MENU NAV */
.navbar {
    padding: 0.5rem 0rem;
}

.nav-link{
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.nav-link:hover{
  color: white;
  text-decoration: underline;
}

.navbar-toggle{
    height: 35px;
    background-color: transparent;
    border: solid 2px #de7d4e;
    border-radius: 5px;
    right: 15px;
    top: 15px;
    z-index: 999999;
    position: fixed;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar {
    background-color: #de7d4e;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggle:hover{
    opacity: 0.8;
}

.navbar-brand {
    width: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 5px;
    background-position: center;
    height: 80px;
}

.background {
  background-color: black;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.activelangue{
  display: none;
}

.nav-link>.activeMenu{
  text-decoration: underline;
}
.navbar-nav .nav-link {
    padding-left: 50px;
}

@media (min-width: 768px) {
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

}

@media (max-width: 768px) {
    .picto{
      padding-top: 30px;
    }
}

.burger-line {
    width: 35px;
    height: 3px;
    background-color: white;
    margin: 6px 0;
    cursor: pointer;
}

/* PAGE RESTAURANT */
.titleresto{
    margin-top: 50px;
    margin-bottom: 50px;
    color: white;
    font-size: 40px;
}

.tab-content>.active {
    border-bottom: 0px solid;
    border-color: black;
    color: black;
}

.nav-link {
    display: block;
    padding: 0.2rem 0.2rem;
}

.tab-pane>.row {
    margin-bottom: 0px;
    padding-top: 0px; */
}

.tab-pane p {
     margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    margin-top: 20px;
}

/* FOOTER */
.footer{
  background-color: black;
  padding-top: 50px;
  color: white;
}

.footer a {
  color:white;
}

/* PAGE MODAL */
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 0rem;
    outline: 0;
}

/* PAGE NEWS*/
.newstitle{
   font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

.date{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

.prev{
  font-size: 25px;
}

.next{
  font-size: 25px;
}

.form-inline .form-control {
    width: 100%;
}

.form-group {
  padding-bottom: 15px;
}

.form-control {
    display: block;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: black;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid black;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-default {
border: 1px solid;
border-radius: 0px;
}

.btn-default:hover {
 background-color: black;
 color:white;
}
    
.prixforms{
   position: absolute;
    right: 16px;
    font-weight: 800;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: initial;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
    font-size: 50px;
    font-weight: 100;
    color: black;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid black;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

.fournisseur {
 color: black;

}

.fournisseur:hover {
 color: black;
 opacity: 0.8;
 
}