body {
    margin: 0;
    background: #800000;
font-family: "Averia Libre", sans-serif;
}

a {
    color: inherit;
}
body > header {
    height: 170px;
    background: #FAF0E6;
}

.body-restaurant-la-reale > header , .body-equipe > header, .body-contact > header {
    position: fixed;
    left: 0;
    right: 0;
}


.lien-accueil {
    display: block;
    margin: 0 auto;
    width: 273px;
    padding-top: 10px;
}


a img {
    border: none;
}
.menu-principal > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 40px;
    background: #A52A2A;
    /* width: 900px; */
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}
.menu-principal > ul li {
    display: inline-block;
    /* height: 100%; */
}
.menu-principal > ul a {
    height: 20px;
    padding: 12px 10px 8px 10px;
    display: block;
    color: #FAF0E6;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
}
.menu-principal > ul a::before , .menu-carte > ul a::before {
content:'[';
opacity: 0;
position: absolute;
left: 5px;
transition: 200ms opacity, 300ms left;
}
.menu-principal > ul a:hover::before , .menu-carte > ul a:hover::before {
left: 0;
opacity: 1;
}
.menu-principal > ul a::after, .menu-carte > ul a::after {
content:']';
opacity: 0;
right: 5px;
position: absolute;
transition: 200ms opacity, 300ms right;
}
.menu-principal > ul a:hover::after, .menu-carte > ul a:hover::after {
right: 0;
opacity: 1;
}

.menu-principal {
    background: #A52A2A;
    text-align: center;
    z-index: 10;
}

.body-restaurant-la-reale > main , .body-equipe > main, .body-contact > main {
position: fixed;
top: 170px;
bottom: 0;
left: 0;
right: 0;
}

.body-contact > main {
background-color: #FAF0E6;
}
.contenu-carte {
width: 600px;
margin: 0 auto;
color: #a52a2a;
}
.main-carte {
background-color: #FAF0E6;
padding-top: 50px;
position: relative;
overflow: hidden;
}
.menu-fixe .main-carte {
padding-top: 90px;
}
.menu-fixe .menu-carte {
position: fixed;
top: 40px;
left: 0;
right: 0;
z-index: 10;
}
.menu-fixe .illustrations-carte {
    top: 40px;
}
.illustrations-carte {
position: absolute;
top: 0;
left: 0;
right: 0;
}
.illustrations-carte .droite {
position: absolute;
left: 50%;
margin-left: 500px;
opacity: 0;
transition: all 500ms;
}
.illustrations-carte .droite.actif {
    margin-left: 300px;
    opacity: 1;
}
.illustrations-carte .gauche {
right: 50%;
position: absolute;
margin-right: 500px;
opacity: 0;
transition: all 500ms;
}
.illustrations-carte .gauche.actif {
    margin-right: 300px;
    opacity: 1;
}

.menu-fixe .menu-principal {
position: fixed;
top: 0;
left: 0;
right: 0;
}

.menu-fixe .body-partenaires > main {
padding-top: 40px;
}

.lien-facebook {
display: inline-block;
padding: 7px 10px 7px 10px;
vertical-align: middle;
margin-left: 10px;
background: #800000;
line-height: 0px;
}

.texte-restaurant, .texte-contact {
position: fixed;
top: 170px;
left: 50%;
right: 0;
bottom: 0;
padding: 30px;
color: #FAF0E6;
}
.texte-restaurant {
    background: #800000;
    color: #FAF0E6;
}
.texte-contact {
    background: #FAF0E6;
    color: #a52a2a;
}

.galerie-restaurant {
    position: absolute;
    top: 170px;
    right: 50%;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

h1 , h2{
margin-top: 0;
}

.bloc-equipe {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.bloc-gauche-equipe {
    left: 0;
    right: 50%;
    background-image: url(/images/equipe-salle.jpg); 
}
.bloc-droite-equipe {
    left: 50%;
    right: 0;
    background-image: url(/images/equipe-cuisine.jpg);
}
.voir-equipe {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/images/plus.png) no-repeat center center;
}
.contenu-equipe {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #800000;
    transition: all 400ms;

}
.contenu-salle {
    right: 100%;
}

.contenu-cuisine.actif {
    /* right: 0; */
    left: 0;
}
.contenu-cuisine {
    left: 100%;
}
.fermer-equipe {
    background: #FAF0E6;
    display: block;
    position: absolute;
    padding: 20px;
    top: 0;
}
.fermer-salle {
    right: 0;
}

.contenu-salle.actif {
    right: 0;
}

.texte-equipe {
        padding: 80px 30px 0 30px;
        color: #FAF0E6;
}

.menu-carte {
background: #800000;
text-align: center;
height: 40px;
}
.menu-carte ul {
list-style-type: none;
padding: 0;
margin: 0;
display: inline-block;
}
.menu-carte li {
display: inline-block;
margin: 0 20px;
}
.menu-carte a {
    position: relative;
display: block;
color: #fff;
text-decoration: none;
padding: 12px 10px 8px 10px;
text-transform: uppercase;
font-size: 14px;
}

td {
padding: 0 5px 0 0;
vertical-align: top;
}
table {
width: 100%;
}

.vignette-partenaire {
margin: 10px;
display: inline-block;
background: #FAF0E6;
width: 220px;
}
.texte-vignette a {
color: #FAF0E6;
}
.texte-vignette p {
margin: 0;
color: #FAF0E6;
}
.texte-vignette {
background: #A52A2A;
padding: 4px;
}

.map {
position: absolute;
top: 0;
left: 0;
right: 50%;
bottom: 0;
color: #A52A2A;
}
.map a {
    color: #800000;
}

em {
 font-size: 22px;
 font-style: normal;
}

.formulaire-contact input {
    font-family: "Averia Libre";
padding: 12px;
background: #A52A2A;
border: none;
color: #FAF0E6;
box-sizing: border-box;
width: 100%;
margin: 5px 0;
}
.formulaire-contact input.cms_submit {
    text-align: center;
    background: #800000;
    font-size: 130%;
}
.formulaire-contact textarea {
    font-family: "Averia Libre";
height: 100px;
padding: 15px;
width: 100%;
box-sizing: border-box;
margin: 5px 0;
background: #A52A2A;
border: none;
color: #FAF0E6;
}
.formulaire-contact ::-webkit-input-placeholder { 
    color:    #F6F0EA;
}
.formulaire-contact :-moz-placeholder { 
    color:    #F6F0EA;
}
.formulaire-contact ::-moz-placeholder { 
    color:    #F6F0EA;
}
.formulaire-contact :-ms-input-placeholder { 
    color:    #F6F0EA;
}

.lien-actu a {
color: inherit;
}
.lien-actu {
padding-bottom: 5px;
position: absolute;
bottom: 0;
}
.date-actu {
font-size: 130%;
margin-bottom: 5px;
}
.texte-actu {
padding: 0 20px;
position: relative;
bottom: 0;
background: #800000;
height: 100px;
}
.illu-actu {
width: 100%;
overflow: hidden;
}
.illu-actu img {
width: 100%;
display:block;
}
.vignette-actu {
width: 25%;
color: #FAF0E6;
position: relative;
display: inline-block;
vertical-align: top;
}

.illu-actu-grande {
background-size: cover;
background-position: center center;
position: absolute;
top: 170px;
bottom: 0;
right: 50%;
left: 0;
}

.contenu-actu {
position: absolute;
left: 50%;
top: 170px;
bottom: 0;
right: 0;
padding: 80px 30px 30px 30px;
color: #FAF0E6;
}
.date-actu-detail {
font-size: 200%;
display: inline-block;
background: #A52A2A;
margin-bottom: 20px;
}
.lien-retour-actus {
position: absolute;
top: 0;
right: 0;
padding: 20px;
background: #FAF0E6;
display: block;
}

.texture-accueil {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url(/images/texture-accueil.png);
z-index: 10;
}
/* Stylesheet: style-2014 Modified On 2019-10-08 13:57:49 */
@media screen and (max-width:1500px) {
    .vignette-actu {
        width: 33.33%;
    }
}

@media screen and (max-width:1000px) {
    .vignette-actu {
        width: 50%;
    }
    
    .texte-restaurant {
        position: static;
    }
    .galerie-restaurant {
position: relative;
top: initial;
right: initial;
left: initial;
bottom: initial;
height: 300px;
}

body > header {
height: auto;
}
.menu-principal > ul {
display: inline;
}
.bloc-gauche-equipe {
top: 0;
bottom: 50%;
}
.bloc-droite-equipe {
position: absolute;
top: 50%;
bottom: 0;
}
.bloc-equipe {
    position: absolute;
    left: 0;
    right: 0;
}



}


@media screen and (max-width:800px) {
    .body-restaurant-la-reale > main, .body-equipe > main, .body-contact > main {
position: static;
}
 .body-restaurant-la-reale > header, .body-equipe > header, .body-contact > header {
position: static;
}

.texte-contact {
        position: static;
    }

.map {
position: static;
height: 200px;
}

.bloc-equipe {
position: relative;
left: 0;
right: 0;
height: 300px;
}

.contenu-carte {
max-width: 600px;
width: auto;
padding: 0 20px;
}
.menu-carte {
height: auto;
}

.texture-accueil {
z-index: -1;
}
#slidecaption {
top: 300px;
width: auto;
left: initial;
margin-left: 0;
padding: 0 30px;
}
.illu-actu-grande {
height: 230px;
position: static;
}
.contenu-actu {
position: relative;
left: 0;
top: -230px;
}

}
/* Stylesheet: responsive-2014 Modified On 2014-10-24 15:27:50 */
