/*!
 * Style.css
 * Feuille de style CSS principale du site Web de "l'Auberge Sainte Verene"
 * ©Auberge Sainte Verene - aubergesainteverene.fr
 */
/* ==== Google font ==== */

@import url('http://fonts.googleapis.com/css?family=Montserrat:400,700|Oswald:300,400');
@import url(http://fonts.googleapis.com/css?family=Parisienne);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Tangerine);
/* ==== Html & Body ==== */

html {}

body {
    color: #666;
    background: #f9f9f9;
    line-height: 24px;
    color: #767676;
}
/* ==== Font pour <p> et <h> ==== */

p {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Droid Sans', sans-serif;
    color: #6a6a6a;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.navbar-default {
    background-color: #37393b;
    height: 70px;
    color: #FFF;
}
/* title */

#navigation .navbar-brand {
    background-color: #37393b;
    font-family: 'Tangerine', cursive;
    font-size: 50px;
    padding: 0px;
    padding-left: 30px;
    padding-top: 25px;
    color: #FFF;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #FFF;
}
/* link */

.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    font-family: 'Oswald';
    padding-top: 25px;
    font-size: 40px;
    text-align: center;
    /*color: #DDD;*/
    
    font-weight: 500;
    padding-left: 25px;
    height: 70px;
    background-color: #37393b;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #FFF;
    outline: 0;
    background-color: #535353;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #FFF;
    background-color: #37393b;
}

.container {
    width: auto;
}

.container #map_canvas {
    height: 400px;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

section {
    padding-top: 50px;
    /*padding-bottom: 20px;*/
}

#restaurant .container .img-restaurant {
    height: 400px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #FFF;
}
/*============================================================
	Section menu
==============================================================*/

#menucantine .container {
    background-color: transparent;
}

.img-menu-center {
    background: #ededed;
    border-color: #37393b;
    border-width: 1px;
    border-style: solid;
}

.section-title h1 {
    text-align: center;
    font-size: 70px;
    font-family: 'Tangerine', cursive;
    /*border-bottom: 1px solid #DDD;*/
    
    padding-bottom: 5px;
    font-weight: 400;
}

.boxed-grey {
    background: #f9f9f9;
}

.text-center {
    text-align: center;
}

.slider-size {
    height: 800px;
}

.carousel {
    width: 100%;
    margin: 0;
    /* center your carousel if other than 100% */
}

.carousel-caption h1 {
    text-align: center;
    font-size: 50px;
    font-family: 'Montserrat', serif;
    text-transform: uppercase;
    color: #FFF;
    text-shadow: 0 0 3px #000;
}

.carousel-caption h2 {
    text-align: center;
    font-size: 30px;
    font-family: 'Montserrat', serif;
    text-transform: uppercase;
    color: #FFF;
    text-shadow: 0 0 2px #000;
}

@media (max-width: 768px) {
    .slider-size {
        height: 400px;
    }
    .navbar-default .navbar-brand {
        font-size: 50px;
        padding: 0px;
        padding-top: 10px;
        padding-left: 10px;
    }
    .carousel-caption h1 {
        font-size: 40px;
    }
    .carousel-caption h2 {
        font-size: 20px;
    }
}

.button {
    position: absolute;
    z-index: 2000;
    height: 100px;
    width: 200px;
    background: red;
    float: left;
}

#navigation {
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    background-color: #37393b;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    padding: 0px 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
/*============================================================
	Google Maps
==============================================================*/

#google-map {
    padding: 0;
}

#map-canvas {
    width: 100%;
    height: 300px;
}
/*============================================================
	Section contact
==============================================================*/

.contact-icon {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #81abd4;
}

.contact-desc {
    margin-top: 20px;
    margin-bottom: 70px;
}

.contact-desc h5 {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

.contact-icon:hover {
    color: #4285c7;
}
/*============================================================
	Section Footer
==============================================================*/

.footer {
    width: 100%;
    height: 80px;
    background-color: #37393b;
    padding-top: 10px;
    color: #fff;
}

.footer .credit {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #DDD;
}

.footer .credit-link {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #DDD;
    text-decoration: underline;
}

.footer .credit-link {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #DDD;
    text-decoration: underline;
}

.footer .credit-modal h3 {
    text-decoration: underline;
}
/*============================================================
	Fonction de debugging
==============================================================*/

.debug-border {
    border-style: solid;
    border-width: 5px;
}
/*============================================================
	Effet parallax
==============================================================*/

.parallax-window {
    min-height: 550px;
    background: transparent;
}

.section-title-parallax h1 {
    text-align: center;
    font-size: 70px;
    font-family: 'Tangerine', cursive;
    padding-bottom: 5px;
    font-weight: 400;
    color: #37393b;
}

.section-title-parallax p {
    color: #37393b;
}
/*============================================================
	AnimatedModal
==============================================================*/

#modal-container {
    position: relative;
    margin-top: 50px;
    overflow: hidden;
}

#modal-container h1 {
    color: #fbfbfb;
    font-family: 'Tangerine', cursive;
    font-size: 60px;
}

#modal-container i {
    color: #fbfbfb;
}

#modal-container h2 {
    color: #fbfbfb;
    font-family: 'Droid Sans', sans-serif;
    font-size: 24px;
    text-decoration: underline;
}

#modal-container h3 {
    color: #fbfbfb;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
}

#modal-container p {
    color: #fbfbfb;
    font-family: 'Droid Sans', sans-serif;
    font-style: italic;
    font-size: 12px;
}

#modal-container .menu {
    margin-bottom: 50px;
}
/************************************
 * Close button
************************************/

#closebt-container {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.closebt {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.closebt:hover {
    transform: rotate(90deg);
}

@media (max-width: 480px) {
    #navigation .navbar-brand {
        font-size: 40px;
        padding-left: 10px;
        padding-top: 25px;
        color: #FFF;
    }
}