/**GENERAL**************************************************************/

html {
    background-color: #fff;
    background-image: url('https://restaurant-lasouche.fr/assets/img/fond-la-souche-bois-vecto.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top;
    background-size: cover;
    height: 100%;
}

body {
    background-color: transparent;
    text-align: center;
    height: 100%;
}

/**ACCUEIL**************************************************************/

em.dropS {
    font-weight: 100;
    font-size: initial;
    color: #881A1A;
}

#menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
}

#menu li {
    display: inline-block;
    background: #fff;
    padding: 10px 20px;
    margin: 0 20px 0 0;
}

#menu li a {
    margin: 0;
    color: #881A1A;
    text-decoration: none;
}

#menu li a:hover {
    color: #64341E;
}

#menu li .fa {
    font-size: 2em;
}

#menu span {
    display: inline-block;
    margin-left: 10px;
    font-size: 1.2em;
}

/**ACCUEIL**************************************************************/

.row.no-gutters {
    height: 100%;
}

.row.no-gutters .col {
    background: #fff;
    opacity: 0.9;
    padding: 2% 4%;
    margin-top: 80px;
    margin-bottom: 80px;
}

.logo {
    display: inline-block;
    max-width: 200px;
    margin-top: 20px;
}

h1 {
    text-transform: uppercase;
    font-size: 1em;
    margin: 30px auto;
    font-family: blakely, sans-serif;
    font-style: normal;
    color: #64341E;
}

h1 strong {
    font-size: 3.5em;
}

h1.h2 {
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.3em;
    font-family: 'Montserrat', sans-serif;
    margin: 8% auto 30px auto;
    font-weight: 600;
    color: #64341E;
}

a {
    font-size: 1em;
    font-weight: 700;
    display: inline-block;
    margin: 0 auto 15px 8px;
    color: #881A1A !important;
}

a:hover {
    text-decoration: none;
    font-weight: 700;
    color: #64341E !important;
}

.btn {
    background: #64341E;
    border: 2px solid #64341E;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    margin: 50px auto 0 auto;
}

.btn1 {
    margin: 20px auto 50px;
}

.btn:hover {
    background: #fff;
    color: #64341E;
    font-weight: 700;
}

a[type="button"] { cursor:pointer;}

#btn_modal {
  background: #64341E;
  color: #fff;
  border:1px solid #64341E;
  transition:all 0.3s linear;
}

#btn_modal:hover {
  background: #ffffff;
  border: 1px solid #64341E;
  color: #64341E;
}

/**CARTE**************************************************************/

.card {
    border: 0;
}

.card-header {
    border-bottom: 1px solid #64341E;
}

a.alignement, a#alignementation {
    vertical-align: text-top;
    cursor: pointer;
}

i.fa.fa-chevron-down {
    float: inherit;
    font-size: 1em;
    color: #64341E;
    line-height: 22px;
    margin-inline-start: 16px;
}

.container {
    background: #fff;
    opacity: 0.9;
    padding: 2% 4%;
    height: auto;
}

.container .align {
    text-align: left;
}

.container h2 {
    border-bottom: 1px solid #881A1A;
    font-size: 1.5em;
    margin-top: 50px;
}

.container h2.titre {
    font-size: 3em;
    color: #64341E;
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: blakely, sans-serif;
}

.container .sous-titre {
    margin-bottom: 30px;
    color: #64341E;
    font-size:1.4em;
}

.container h2 em {
    font-size: 14px;
    text-transform: none;
    font-weight: 300;
}

.container h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
}
.container h4 {
    color:#64341E;
}

.container h5 {
    font-size: 1.1rem;
    font-weight:700;
}

.container p {
    font-size: 1em;
}

.container ul {
    padding-left: 0;
    list-style:none;
}

.container ul li span {
    float: right;
    font-weight: 700;
}

.container ul li span.min {
    font-weight: 300;
}

.container .alcool {
    margin-top: 50px;
    font-weight: 700;
    font-style: italic;
    font-size: 1.1em;
    background: #64341E;
    padding: 3% 2%;
    color: white;
}

@media (min-width:768px) {
    .container .alcool {font-size: 1.4em;}
}

.container .prix {
    margin-top: 50px;
    font-weight: 700;
    font-size: 1.5em;
}

/**FOOTER**************************************************************/

.footer .logo {
    margin-bottom: 30px;
    max-width: 100px;
}

.footer h4 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    color: #64341E;
}

.footer ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.footer p.fb {
    font-style: italic;
}

#copyright {
    color: #fff;
}

#copyright button {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    color: #fff;
}

#copyright a {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
}

#copyright a:hover {
    text-decoration: underline;
}

#exampleModal {
    text-align: left !important;
}

#exampleModal .modal-dialog {
    max-width:800px
}

.fa {
    font-size: 4em;
}

.footer .fa {
    margin: 0 10px;
}

/**RESPONSIVE**************************************************************/

@media only screen and (max-width: 380px) {
    .container ul li span {
        float: unset;
    }
}

@media only screen and (max-width: 768px) {
    #menu span {
        display: none !important;
    }
    #exampleModal .modal-dialog {
        max-width:500px
    }

    .row.no-gutters.footer {
      height: 100%;
      margin-bottom:40px;
    }

}

@media only screen and (max-height: 600px) {
    .row.no-gutters {
        min-height: 100%;
        height: auto;
    }
}
