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

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	GENERAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/

/*
@font-face{
    font-family : "Raleway";

    src : url('webfonts/raleway_thin-webfont.eot');
    src : url('webfonts/raleway_thin-webfont.eot?') format('eot'),
          url('webfonts/raleway_thin-webfont.woff') format('woff'),
          url('webfonts/raleway_thin-webfont.svg#abcd') format('svg'),
          url('webfonts/raleway_thin-webfont.ttf') format('truetype');
}
*/

body {
    margin: 20px 0 0 0;
    font-family: 'Raleway', sans-serif;
    font-size: 0.9em;
    line-height: 2em;
    background: url(img_src/fond.jpg);
    background-position: top;
    background-repeat: repeat;
    background-attachment: fixed;
    color: #fff;
}
.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}
::selection {
    background: #dc143c;
    color: #fff;
}
::-moz-selection {
    background: #dc143c;
    color: #fff;
}
h1 {
    background-color: #f1ede4;
    box-shadow: 0 0 2px #151515;
    color: #151515;
    display: inline-block;
    font-family: 'Offside',sans-serif;
    font-size: 3.5em;
    max-width: 755px;
    margin: -35px auto 7px -30px;
    padding: 50px 0 0 30px;
}
h2 {
    background-color: #222;
    color: #f1ede4;
    display: inline-block;
	font-family: 'Offside',sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 5px 0px 0px 25px;
}
p {
    text-indent: 30px;
}
.instruction {
    font-family: "Raleway",sans-serif;
    font-size: 0.6em;
}
.instruction:before {
    content: "[";
    color: #dc143c;
    margin-right: 6px;
}
.instruction:after {
    content: "]";
    color: #dc143c;
    margin-left: 6px;
}
.logo-entête {
    display: none;
}
.fond2 {
    background-image: url(img_src/fond2.png);
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 1px;
}
.evidence {
    font-family: 'Nothing You Could Do', serif;
    font-size: 1.3em;
}
/* - - - - - - - - - - - - - - - - - - - - - ScrollToTop */
.top_link{
    background-color:#f1ede4;
    border: 1px solid #dc143c;
    border-radius: 25px;
    bottom: 50px;
    box-shadow: 0 0 2px #151515;
    color: #151515;
    font-size: 2.5em;
    line-height: 1.2em;
    opacity: 0.9;
    padding: 4px 14px 0;
    position: fixed;
    right: 20px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.top_link:hover{
    background-color: #dc143c;
    color: #f1ede4;
    opacity: 1;
} 
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	TEXTES FOND
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/
.txt_fond_content {
    margin: auto;
    max-width: 900px;
}
.txt_fond {
    color: #000;
    font-size: 1.6em;
    font-family: 'Nothing You Could Do', serif;
    line-height: 1.6em;
    text-align: center;
}
.txt_fond p {
    text-indent: 0;
}
.txt_f_big {
    color: #dc143c;
    font-size: 1.3em;
}
.txt_f_1 {
    margin-top: 180px;
}
.txt_f_2 {
    font-size: 4em;
    margin-top: 100px;
}
.txt_f_3 {
    float:left;
    margin: 250px auto 0 0px;
    max-width: 450px;
    text-align: justify;
}
.txt_f_4 {
    margin: 710px 30px 0 0;
    max-width: 310px;
    float: right;
    text-align: justify;
}
.txt_f_5 {
    margin: 50px 100px 0 0;
    text-align: right;
}
.txt_f_6 {
    margin: 130px 0 0 0;
    max-width: 400px;
    text-align: right;
}
.txt_f_7 {
    margin: 100px 0 0 105px;
    text-align: left;
}
.txt_f_8 {
    float: left;
    margin: 25px 0 0 255px;
}
.txt_f_9 {
    float: right;
    margin: 280px 0 0 0;
}
.txt_f_10 {
    margin: 100px 0 0 105px;
    text-align: right;
}
.txt_f_11 {
    margin: 205px 0 0 0;
    transform: rotate(-12deg);
}
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	NEWS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/
.news {
    float: right;
    margin: 0 10%;
}
.news2 {
    border: 1px solid #dc143c;
    border-radius: 25px;
    box-shadow: 0 0 2px #151515;
    color: #151515;
    float: right;
	font-size: 1.2em;
    height: 25px;
    line-height: 1.2em;
    overflow: hidden;
    padding: 0 15px 15px;;
    transition: all 0.5s ease 0s;
    width: 13px;
}
.news2:before {
    color: #151515;
    content: "+";
    cursor: pointer;
    font-size: 2.2em;
    line-height: 1.1em;
}
.news2:hover {
    background-color: #dc143c;
    border-radius: 0;
    color: #fff;
    width: 100%;
    height:auto;
}
.news2:hover:before {
    content: "";
}
.news p {
    line-height: 1.7em;
    text-indent: 0;
}
.news a {
    border: 1px solid #dc143c;
    border-radius: 16px;
    color: #151515;
    float: right;
    line-height: 16px;
    padding: 2px 6px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.news a:hover {
    background-color: #dc143c;
    color: #fff;
}
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	CONTENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/
.content {
    margin: auto;
    text-align:center;
}
.content img {
    max-width: 100%;
    border: 10px solid #222;
}
.contentfonds {
    background-repeat: no-repeat;
    background-position: center 135px;
    padding: 160px 25px 25px 25px;
    text-align: justify;
}
/* - - - - - - - - - - - - - - - - - - - - - RESTAURANT */
.restaurant {
    background-image: url(img_src/fond-restaurant.png);
    background-position: center 110px;
    margin: 970px auto -40px;
    text-align: center;
}
.restaurant2{
    margin: auto;
    max-width: 755px;
    text-align:justify;
}
.restaurant p{
    background-color: #151515;
    margin: auto;
}
.restaurant img {
    margin-top: 25px;
}
/* - - - - - - - - - - - - - - - - - - - - - COULISSE */
.coulisse {
    background-image: url(img_src/fond-coulisse.png);
    margin: 330px auto -40px;
}
.coulisse2{
    margin: auto;
    max-width: 1000px;
    min-height: 580px;
}
.coulissetxt {
    background-color: #151515;
    float: left;
    max-width: 480px;
}
.coulisse img {
    float: left;
    margin-bottom: 35px;
    margin-left: -20px;
    margin-right: 30px;
    margin-top: 75px;
}
/* - - - - - - - - - - - - - - - - - - - - - CARTE */
.carte {
    background-image: url(img_src/fond-carte.png);
    margin: 430px auto -40px;
}
.carte2{
    margin: auto;
    max-width: 750px;
    min-height: 680px;
}
.cartetxt {
    background-color: #151515;
    max-width: 350px;
}
.btn_menus {
    color: #dc143c;
}
.decouvrir {
    background-position: center left;
    background-repeat: no-repeat;
    color: #dcdcd9;
    padding-left: 0px;
    text-decoration: none;
}
.decouvrir:hover {
    color: #fff;
}
.decouvrir:before {
    color: #f1ede4;
    content: "+";
    font-family: "Nothing You Could Do",serif;
    font-size: 2em;
    margin-right: 5px;
    padding: 0 6px;
}
.decouvrir:hover:before {
    color: #dc143c;
}
.carte img {
    float: right;
    margin: 50px -160px;
}
/* - - - - - - - - - - - - - - - - - - - - - CAVE */
.cavetxt {
    background-color: #151515;
    float: left;
    margin-top: 20px;
    max-width: 350px;
    padding: 10px;
}
.cave {
}
.cave img {
    float: left;
    margin-right: 38px;
    margin-top: 40px;
}
/* - - - - - - - - - - - - - - - - - - - - - POPUPS DES MENUS */
.popup_block p {
    text-indent: 0;
}
.subnav {
    float: right;
    opacity: 0.6;
    transition: all 0.5s ease 0s;
}
.subnav:hover {
    opacity: 1;
}
    .subnav a {
        background-color: #222;
        color: #fff;
        margin: 3px 2px 0 0;
        padding: 4px 6px;
        text-decoration: none;
        transition: all 0.5s ease 0s;
    }
    .subnav a:hover {
        background-color: #f1ede4;
        box-shadow: 0 0 2px #666;
        color:  #000;
    }
.lesmenus {
    background-color: rgba(0, 0, 0, 0.9);
    opacity:0;
    overflow: auto;
    padding-top: 10px;
	pointer-events: none;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
	transition: all 400ms ease-in;
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
    z-index: 1000;
}
.lesmenus:target{
   	opacity:1;
    padding-top: 0px;
	pointer-events: auto;
    vertical-align: middle;
}
#notre-menu{
}
#notre-menu-2{
}
#notre-menu-3{
}
#notre-cave{
}
.popup_block{
    box-shadow: 0px 0px 3px #000;
    color: #000;
    margin: 10% auto;
    max-width:600px;
    position: relative;
    text-align: left;
    width: 80%;
}
.popup_block h2{
    background-color: #333;
    box-shadow: 0 0 2px #000;
    color: #fff;
    display: block;
    font-weight: normal;
    margin: 5px 0;
    padding: 11px 15px;
}
.menutxt{
    background-color: #fff;
    margin: 5px 0;
    padding: 11px 15px;
    text-align: center;
}
.menutxt > ul {
    list-style: outside none none;
    padding: 0;
}

.menutxt > ul:after {
    content: "~";
    font-family: "Nothing You Could Do",serif;
    font-size: 2em;
}
.menutxt h4 {
    background-color: #f1ede4;
    font-size: 1em;
    margin: 0;
    padding: 5px 0 0;
}
.menutxt img {
    float: inherit;
    margin: 0;
    border: 1px solid #444;
}
.close {
    color: #999;
    float: right;
    font-size: 2em;
    margin: 16px 15px 0 0;
    text-decoration: none;
}
.close:hover {
    color: #fff;
}
/* - - - - - - - - - - - - - - - - - - - - - ENCORE */
.encore {
    background-image: url(img_src/fond-+.png);
    margin: 50px 0;
}
.encore2 {
    margin: auto;
    max-width: 740px;
    min-height: 580px;
}
.encoretxt {
    padding: 15px;
}
.encore img {
    display: block;
    margin: 45px auto;
}
/* - - - - - - - - - - - - - - - - - - - - - CONTACT */
.contact {
    background-image: url(img_src/fond-contact.png);
    line-height: 2em;
}
.contact a {
    border-bottom: 1px dotted #dc143c;
    color: #f1ede4;
    text-decoration: none;
}
.contact a:hover {
    border-bottom-color: #f1ede4;
    color: #666;
}
.contact2{
    float: left;
    margin-left: 50px;
    max-width: 400px;
}
.contact2b{
    float: right;
    margin-right: 50px;
    max-width: 430px;
}
.contacttxt {
    background-color: #151515;
    max-width: 350px;
}
.contactplan {
    margin: 0 auto;
    text-align:center;
}
form {
}
form textarea {
    background-color: #333;
    border: none;
    box-shadow: 0 0 2px #000;
    color: #f1ede4;
    font-family: 'Raleway', sans-serif;
    font-size: 1.1em;
    padding: 10px;
    width: 100%;
    transition: all 0.5s ease 0s;
}
form input {
    background-color: #333;
    border: none;
    color: #f1ede4;
    font-family: 'Raleway', sans-serif;
    font-size: 1.1em;
    padding: 10px;
    width: 100%;
    transition: all 0.5s ease 0s;
}
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    select:focus,
    textarea:focus {
        color: #fff;
        box-shadow: 0 0 0 2px #f1ede4;
        transition: all 0.5s ease 0s;
    }
.plan {
    border: 10px solid #333;
    margin-top: 15px;
    max-width: 100%;
}
form button {
    background-color: #333;
    border: none;
    box-shadow: 0 0 2px #000;
    color: #fff;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-size: 1.3em;
    height: 40px;
    min-width: 40px;
}
form button:hover {
    text-shadow: -1px 1px 2px #000;
}
.btn_ok {
    color: #f1ede4;
    float: right;
    margin-right: -20px;
    padding: 0 20px 0 32px;
	transition: all 0.5s ease 0s;
}
    .btn_ok:hover {
        box-shadow: 0 0 0 2px #f1ede4;
    }
        .btn_ok:hover:after {
        color: #0f0;
        content: ">";
        padding-left: 7px;
        }
    .btn_ok:after {
    color: #333;
    content: ">";
    padding-left: 7px;
    }

.btn_annuler {
    color:#222;
    max-width: 35px;
    transition: all 0.5s ease 0s;
}
    .btn_annuler:hover {
        box-shadow: 0 0 0 2px #dc143c;
        color: #f1ede4;
    }
.contact p {
    text-indent: 0;
}
.reussite {
    background-color: #f1ede4;
    border-left: 29px solid #0f0;
    color: #333;
    padding: 0 10px;
}
.failure {
    background-color: #f1ede4;
    border-left: 29px solid #dc143c;
    color: #333;
    padding: 0 10px;
}
.big {
    color: #dc143c;
    font-size: 2em;
}
.med {
    font-size: 1.6em
}
.color{
    color: #f9b256;
}
.alerte {
    color: #ec6446;
}
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/
.fixed {
    display: block;
    position: fixed;
    top: 15px;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 1;
}
.fixed:hover {
  top: 15px;
}
.top {
    background-color: #151515;
    color: #fff;
    line-height: 1.5em;
    margin: auto auto 2px auto;
    max-width: 550px;
    text-align: center;
    text-indent: 0;
}
.menu_ht {
    display: inline-block;
}
nav {
    background-color: #151515;
    box-shadow: 0 0 2px #f1ede4;
    font-size: 1.1em;
    text-align: center;
}
nav li {
    display: inline-block;
}
nav a {
    color:  #fff;
    margin-bottom: 2px;
    padding: 8px 10px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
nav a:hover {
    background-color: #f1ede4;
    box-shadow: 0 0 2px #666;
    color:  #000;
}
#logomenuht {
    background-image: url(img_src/logo.png);
    background-repeat: no-repeat;
    margin-right: 20px;
    padding: 47px 131px;
}
#logomenuht:hover {
    background-image: url(img_src/logo_b.png);
    background-color: transparent;
    box-shadow: 0 0 0 #000;
}
#btn_navigation{
    display: none;
}
#menu-deroulant ul {
    /* on cache les sous menus complètement sur la gauche */
    left: -1006px;
    opacity: 0;
    position: absolute;
    text-align: left;
    transition: all 0.5s ease 0s;
}
#menu-deroulant li:hover ul {
/* Au survol des li du menu on replace les sous menus */
    left: inherit;
    opacity: 1;
}
#menu-deroulant ul li {
/* on enlève ce comportement pour les liens du sous menu */
    display: inherit;
    margin: 12px 0;
}
#menu-deroulant ul li a {
    background-color: #222;
}
#menu-deroulant ul li a:hover {
    background-color: #f1ede4;
}
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/
footer {
    background-color: #151515;
    color: #aaa;
    font-size: 0.8em;
    margin-bottom: 10px;
    padding: 2px 0;
    text-align: center;
}
footer a {
    border-bottom: 1px dotted #dc143c;
    color: #f1ede4;
    text-decoration: none;
}
footer a:hover {
    border-bottom-color: #f1ede4;
    color: #666;
}
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	MENTIONS LEGALES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/
.content_legal {
    color: #000;
    margin: 105px auto 0;
    max-width: 850px;
    padding: 15px;
    text-align: center;
}
.content_legal p {
    line-height: 1.5em;
    text-indent: 0;
}
.content_legal h1 {
    font-size: 2em;
    margin: 0 auto 35px;
    padding: 7px 25px;
}
.content_legal h2 {
    font-size: 1.2em;
    padding: 0 30px;
}
.content_legal a {
    border-bottom: 1px dotted #000;
    color: #dc143c;
    padding-bottom: 3px;
    text-decoration: none;
}
.content_legal a:hover {
    border-bottom: 1px dotted #dc143c;
    color: #000;
}
.noms {
    font-weight: bold;
}
<!-- Fenêtre ANNONCE -->

.oModal {
  opacity:1;
  pointer-events: auto;
}
.oModal > div {
	background-color:#111;text-align:center;
	margin:130px auto 160px;
	padding:10px;
	max-width: 800px;
}
.oModal h2{
	color: #dc143c;
    font-size: 1.7em;
    font-family: 'Nothing You Could Do', serif;
    line-height: 1.6em;
    text-align: center;
}
.oModal a {
    border-bottom: 1px dotted #dc143c;
    color: #f1ede4;
    text-decoration: none;
}
.oModal a:hover {border-bottom-color: #f1ede4;color: #666;}
