@charset "utf-8";
/* CSS Document */

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	GENERAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/
body {
    margin: 0px 0 0 0;
}
.anchor {
    top: -10px;
}
h1 {
    font-size: 2.5em;
    max-width: 320px;
    padding: 20px 0 0 30px;
}
.logo-entête {
    text-align: center;
    display: block;
    margin-bottom: -10px;
}
.logo-entête img{
    margin: 0 auto;
    width: 264px;
}
.fond2 {
        background-image: none;
}
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	TEXTES FOND
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/
.txt_fond {
    width: 95%;
    max-width: 600px;
}
.txt_fond p{
    text-align: center;
}
.txt_f_1 {
    margin-top: 200px;
}
.instruction {
    display: none;
}
.txt_f_2 {
    font-size: 3em;
    margin: 0px auto;
}
.txt_f_3 {
    margin: 0px auto;
    float: inherit;
}
.txt_f_4 {
    margin: 0px auto 10px;
    float: inherit;
}
.txt_f_5 {
    margin: 0px auto;
}
.txt_f_6 {
    margin: 10px auto;
}
.txt_f_7 {
    margin: 10px auto 0 0;
    float: inherit;
}
.txt_f_8 {
    margin: 0px auto;
    float: inherit;
}
.txt_f_9 {
    float: inherit;
    margin: 0 auto;
}
.txt_f_10 {
    float: left;
    margin: 5px auto 20px;;
}
.txt_f_11 {
    margin: 40px 0 0 0;
}
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	NEWS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/
.news {
    float:inherit;
    margin: 0 auto 0 10%;
    display: inline-block;
}
.news2 {
    background-color: #dc143c;
    border-radius: 0;
    color: #fff;
    width: 100%;
    height:auto;
}
.news2:before {
    content: "";
}
.news2:hover:before {
    content: "";
}
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	CONTENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/
.content {
    display: inline-block;
    max-width: 100%;
}
.content img {
    border-width: 10px;
}
.contentfonds {
    padding: 10px 5px 5px 5px;
}
/* - - - - - - - - - - - - - - - - - - - - - RESTAURANT */
.restaurant {
    background-image: none;
    margin: 20px auto 0px;
}
.restaurant p{
    margin-top: -30px;
    padding: 50px 15px 5px;
}
.restaurant img {
    margin-top: 5px;
    width: 97%;
}
/* - - - - - - - - - - - - - - - - - - - - - COULISSE */
.coulisse {
    background-image: none;
    margin: 0px auto -40px;
}
.coulissetxt {
    margin-top: -30px;
    padding: 50px 15px 5px;
    max-width: 600px;
}
.coulisse img {
    margin-right: 0px;
    margin-top: 5px;
    width: 97%;
    max-width: 487px;
}
/* - - - - - - - - - - - - - - - - - - - - - CARTE */
.carte {
    background-image: none;
    margin: 20px auto -40px;
}
.carte2{
    min-height: 0px;
}
.cartetxt {
    margin: 2px 0;
    max-width: 100%;
    padding: 5px;
    width: 100%;
    text-indent: 0px;
}
.decouvrir {
    padding-left: 5px;
}
.carte img {
    float:inherit;
    margin: 0px 0px;
}

/* - - - - - - - - - - - - - - - - - - - - - CAVE */
.cavetxt {
    margin: 2px 0;
    padding: 5px;
    width: 100%;
    max-width: 100%;
    text-indent: 0px;
}
.cave img {
    display: none;
}
/* - - - - - - - - - - - - - - - - - - - - - POPUPS DES MENUS */
.popup_block h2{
    font-size: 1.2em;
}
.popup_block h3{
    font-size: 1em;
}
/* - - - - - - - - - - - - - - - - - - - - - ENCORE */
.encore {
    background-image: none;
    margin: 20px auto -40px;
}
.encoretxt {
    background-color: #151515;
    margin-top: -30px;
    padding: 50px 15px 5px;
}
.encore h2{
    text-align: right;
}
/* - - - - - - - - - - - - - - - - - - - - - CONTACT */
.contact {
    background-image: none;
    margin: 20px auto 0;
}
.contact2{
    background-color: #151515;
    margin-left: 0px;
    float: left;
    padding: 10px 15px 5px;
    width: 45%;
    max-width: 280px;
}
.contact2b{
    background-color: #151515;
    margin: 2px 0 0 0;
    padding: 0 10px 10px;
    width: 45%;
    max-width: 280px;
}
.contacttxt {
    margin-top: -15px;
}
form {
    max-width: 92%;
}
.plan {
    max-width: 94%;
}
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/
.fixed {
    position: absolute;
    top: 5px;
}
.fixed:hover {
  top: 5px;
}
nav {
    height: 55px;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}
nav:hover {
    height: 270px;
}
nav li {
    display: list-item;
    list-style: none;
    margin: 5px 0;
}
.menu_ht ul {
    padding: 0;
}
#logomenuht {
    display:none;
}
#btn_navigation{
    display: inline-block;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #dc143c;
    width: 100%;
}
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/
footer {
    background-color: #151515;
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
}
