/*:root{
    --gris: #E0DCD9;
    --rose: #AA0F3B;
    --marron: #887E6F;
    --black: #111111;
}*/
@font-face {
    font-family: "Studio Script";
    src: url('../font/Studio Script ICG.ttf');
}

html{
    background: url("../../grey_wash_wall.png");
    box-sizing:border-box;
}

body{
    padding: 25px;
    font-size:14pt;
    font-family: "Tahoma", serif;
    color:#111111;
    min-height: 100vh;
}

section{
    float:left;
    width:73%;
    margin-left:15px;
}

a{
    color:inherit;
}

.title_section{
    color: #AA0F3B;
    font-size: 4em;
    font-family: "Studio Script", serif;
    font-weight: bold;
}

.container{
    background-color: rgba(255,255,255,0.85);
    border-radius: 2px;
    padding:15px;
    overflow:hidden;
    box-shadow: 0 5px 3px rgba(0,0,0,0.25), 0 3px 6px rgba(0,0,0,0.22);
}

footer{
    text-align: center;
    padding: 10px;
    float: right;
    width: 100%;
    color: #333;
}

/* <editor-fold defaultstate="collapsed" desc="NAVIGATION">*/
.labraconne_title{
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.mlabraconne_title{
	margin-bottom:0;
}

nav{
    width:25%;
    float:left;    
}
.navigation{
    padding: 15px 0;
    margin-bottom: 25px;
}

.nav_item{
    display: block;
    width:100%;
    font-size:1.3em;
    padding:5px 0;
    text-align: center;
    margin: 5px 0;
    letter-spacing: 1px;
}
.nav_item:hover{
    cursor: pointer;
    background: rgba(255,255,255,0.5);
}
.nav_item[select="selected"]{
    background-color: #AA0F3B;
    color: #fff;
    letter-spacing: 0.05em;
    padding:4px 0;
}

.nav_item_begin{
    margin-top:20px;
}

.contact_nav{
    margin-top: 10px;  
    text-align: center;
    vertical-align: middle;
}

.contact_items{
    padding: 4px;
    display: block;
    text-decoration: none;
    line-height: 1.5em;
    color: #111111;
    font-size: 1em;
}
.contact_items:hover{
    background: rgba(0,0,0,0.1);
    text-decoration: underline;
}

.contact_nav a img{
    height: 32px;
    margin-bottom: 8px;
}
.contact_nav a img:last-child{
    height: 40px;
    margin: 8px 8px 4px;
}

.contact_nav a span{
    position: relative;
    top: -8px;
    margin-left: 5px;
}
.socialWidgetContainer{
    display: inline-block !important;
}
.socialWidgetContainer:hover{
    background: rgba(0,0,0,0.1);
}

/*icon Tripadvisor*/
.socialWidgetContainer{
    vertical-align: baseline !important;
}

/*caroussel navigation*/
.caroussel_nav{
    margin: 16px 0 24px;
}

.SlidesNav {
    display:none;
    max-width: 922px; /*pour garder ratio img max 922x350px*/
}

/* Slideshow container */
.slideshow-container {
    text-align: center;
    max-height: 350px;
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2.5s;
    animation-name: fade;
    animation-duration: 2.5s;
}

@-webkit-keyframes fade {
    0% {opacity: 0.1} 
    50% {opacity: 0.5}
    100% {opacity: 1}
}

@keyframes fade {
    0% {opacity: 0.1} 
    50% {opacity: 0.5}
    100% {opacity: 1}
}

/*partie contact sur tablette*/
.contact_nav_sm{
    margin-top: 10px;  
    text-align: center;
    vertical-align: middle;
    padding: 15px 0;
}
.contact_nav_sm img{
    width: 30px;
}
.contact_nav_sm span{
    font-family: 'Bandicoot', serif;
    color: #111111;
    font-size: 0.8em;
    vertical-align: inherit;
}

.item_icon{
    font-size: 0.55em;
    font-weight: 600;
}
.img_selected{
    display: none;
}
.nav_item[select="selected"] .img_selected{
    display: inline;
}
.nav_item[select="selected"] .img_unselected{
    display: none;
}


/*écran > 992px*/
@media only screen and (min-width:992px){
    .item_icon, .tablet_size{
        display: none;
    }
    .item_text{
        display: inline-block;
    }
    
    .desktop_size{
        display: inline-block;
    }
}

/*écran < 992px*/
@media only screen and (max-width:992px){
    body{
        padding: 10px;
    }
    nav{
        width:12%;
    }
    .item_icon{
        display: inline-block;
    }
    .item_text{
        display: none;
    }
    
    .contact_nav{
        display: none;
    }
    
    .desktop_size{
        display: none;
    }
    
    .tablet_size{
        display: inline;
    }
    
    section{
        width: 84%;
    }
    .caroussel_nav{
        display: none;
    }
    
    .showPhoneNum{
        position: relative;
        width: 260px;
        font-size: 1.8em !important;   
        vertical-align: super;
        z-index: 1;        
        font-family: 'Tahoma', serif;
    }
    .showPhoneNum a, .showAdress a, .contact_fb a, .contact_ta a {
        color: #111111 !important;
    }
    .showAdress{
        position: relative;
        width: 550px;
        font-size: 1.8em !important;   
        vertical-align: super;
        z-index: 1;         
        font-family: 'Tahoma', serif;
    }
    #img_send{
        width: 15px;
    }
    .contact_fb a, .contact_ta a {
        text-decoration: none;
    }
}
/* </editor-fold>*/


/* <editor-fold defaultstate="collapsed" desc="HOME">*/
/*img caroussel*/
.mySlides {
    display:none;
    max-width: 922px; /*pour garder ratio img max 922x350px*/
}

.cards{
    margin-top:15px;
    padding: 2% 4% !important;
}
.card{
    padding:10px;
    text-align: center;
    width:45%;
    background-color: #887E6F;
    box-shadow: 0 5px 3px rgba(0,0,0,0.25), 0 3px 6px rgba(0,0,0,0.22);
    margin:2% 0;
}

.icon_card{
    width: 50px;
    height: 50px;
    margin:10px auto;
}

.title_card{
    font-size: 1.5em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #E0DCD9;
    margin: 15px 0;
}

.link_home{ 
    color: #e0dcd9;
    text-decoration: none;
}
.link_home:hover{
    text-decoration: underline;
}
.link_btn_home{
    background-color: #AA0F3B;
    padding: 10px;
    margin:15px auto;
    width:70%;
    cursor: pointer;
    border-radius: 2px;
    display: block;
}

.card_img{  
    width:90%;
    margin: 15px auto 0;
    position: relative;
}

/*ACTUALITES*/
#event_card{
    float:left;
}
.date_actu{
    margin:2px 0;
    font-size: 0.9em;
}
.title_actu{
    margin:5px 0;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 600;
}
.detail_actu{    
    margin: 10px 0;
}

/*VISITE VIRTUELLE*/
#visite_card{
    float:right;
}
.visite_virtuelle{
    background-color: rgba(255,255,255,0.6);
    visibility: hidden;
    position: absolute;
    top:0;
    height: 100%;
    width: 100%;
    line-height: 8em;
    font-size: 1.3em;
}
#img_visite:hover .visite_virtuelle, #img_presta:hover .visite_virtuelle{
    visibility: visible;
}

/*INFOS UTILES*/
#info_card{
    float:right;
}

/*NOUS TROUVER*/
#address_card{
    float:right;
}

/*PRESTATIONS*/
#presta_card{
    float:left;
}
/* </editor-fold>*/

/* <editor-fold defaultstate="collapsed" desc="CARTE/MENU/VINS">*/
.backToTop{
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 30px;
    right: 50px;
    opacity: 0;
}

.maj_carte{
    font-size: 0.85em;
    color: #767676;
    font-style: italic;
    margin-bottom: 20px;
}

.subtitle{
    font-size: 2.5em;
    font-family: "Studio Script", 'Bandicoot', serif;
    font-weight: 600;
    margin: 15px 0;
    color: #887E6F;
}

.description{
    font-size: 0.85em;
    color: #767676;
}

.title_item, .prix_item{
    font-weight: 400;
    font-size: 1.2em;
}
.cents{
    font-size: 0.8em;
    display: inline-block;
    vertical-align: top;
}

.iconCamera{
	cursor:pointer;
}

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
/* The actual popup */
.popup img {
  visibility: hidden;
  background-color: #887E6F;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 60px;
  left: 0;
}
/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
}
/* </editor-fold>*/

/* <editor-fold defaultstate="collapsed" desc="CARTE">*/
.description_complement{
    font-size: 0.9em;
    color: #AA0F3B;
}

/*grid dhtmlx hide overflow-x*/
.objbox{
    overflow-x: hidden !important;
}

/*height rows*/
div.objbox table.obj td {
    padding-top:5px;
}

.mosaik{
	margin: 4% 4% 2% 6%;
	width: 80%;
}

.mphoto{
	margin: 4% 0;
    width: 100%;
    border: solid white 10px;
    box-sizing: border-box;
}
/* </editor-fold>*/

/* <editor-fold defaultstate="collapsed" desc="MENU">*/
.div_menu{
    text-align: center;
    float:left;
    margin-bottom: 3%;
    padding: 0 10px 20px 10px;
    width: 97%;    
	border: solid #887E6F;
    border-style: double;
}
.title_menu{
    color: #AA0F3B;
}
@media (min-width:1200px){ 
    .div_menu{
        width: 44%;
        float:left;
        margin-left: 2%;
        padding: 0 10px 20px 10px;
    }
}
.description_menu{
    font-size: 0.85em;
    color: #555;
    padding: 0 5%;
    display: inline-block
}
.prix_menu{
    font-size: 1.3em;
    color:#AA0F3B;
    margin: 15px 0;
}
.ou{
    color: #887E6F;
    margin: 12px;
    font-size: 1.1em;
    text-transform: lowercase;
}
hr{
    width: 50%;
    margin: 20px auto;
    border: 0;
    height: 3px;
    background-image: linear-gradient(-90deg, #b1a8a1, #AA0F3B, #b1a8a1);
}
/* </editor-fold>*/

/* <editor-fold defaultstate="collapsed" desc="EMPORTER">*/
.container_emporter{
	float:left;
	margin-bottom : 3%;
    padding: 0 10px 20px 10px;
    width: 97%;
}

.div_menu_emporter{	
	margin-top : 3%;
}

.div_apero{
	float:left;
	margin-bottom : 3%;
	padding: 10px 10px 20px 10px;
    width: 97%;
	background-color: #887E6F ;
	color: #fff;
	text-align: center;
}

.div_boissons{
	float:left;
	margin-bottom : 3%;
	padding: 10px 10px 20px 10px;
    width: 97%;
	border: solid #887E6F;
    border-style: double;
}

@media (min-width:1200px){ 
    .container_emporter{
        width: 55%;
        float:left;
        margin-left: 2%;
        padding: 0 10px 20px 10px;
    }
	.div_menu_emporter{
		width: 35%;
	}
	.div_boissons{
		width: 44%;
        margin-left: 2%;
	}
}

/* </editor-fold>*/

/* <editor-fold defaultstate="collapsed" desc="VINS">*/
.subtitle_vins{
    margin-top:30px;
}
.grid_list{
    margin-top:15px;
    width: 100%;
}
#container_vins th{
	color:#AA0F3B;
	font-weight: normal;
	vertical-align: bottom;
}
#container_vins th:first-child {
	text-align:left;
	vertical-align: middle;
}
#container_vins td{
	text-align:center;	
    vertical-align: sub;
}
#container_vins td:first-child{
	text-align:left;
}
/* </editor-fold>*/

/* <editor-fold defaultstate="collapsed" desc="EVENTS">*/
.container_event{
    background-color: #B1A8A1;
    margin:15px;
    height:40%;    
    overflow: auto;
}
.date_event_left,.date_event_right{
    background-color: #AA0F3B;
    color: #fff;
    text-align: center;
    padding:10px;
}
.date_event_left{
    float: left;
    margin-right: 15px;
}
.date_event_right{
    float: right;
}
.content_event_left, .content_event_right{
    width: 55%;
    text-align: center;
}
.content_event_right{    
    margin-left: 40%;
}
.title_event{
    font-size: 3em;
    font-family: "Studio Script", 'Bandicoot', serif;
    font-weight: 600;
    color: #111;
}
.detail_event{
    margin-top:20px;
}
.photo_event_left{
    float: left;
    margin-right: 15px;
    width: 40%;
}
.photo_event_right {
    float: right;    
    margin-left: 15px;
    width: 40%;
}
.photo_event_left img, .photo_event_right img{
    width: 100%;
}
.title_menu_event{
    font-size: 1.2em;
    font-variant: small-caps;
    font-weight: 600;
    margin: 15px 0 10px 0;
    color: #AA0F3B;
}
.prixmenu_event{
    font-size: 1.2em;
    color: #AA0F3B;
    margin: 0px 0 15px 0;
}
.menu_event{    
    margin-bottom: 20px;
    font-size: 0.85em;
}
.menu_event .ou{
    margin:0;
}
.descriptionEvent{
	font-size: 0.9em;
    color: #444;
    margin-top: 0.4em;
}
/* </editor-fold>*/

/* <editor-fold defaultstate="collapsed" desc="PRESTA">*/
.button_group_presta{
    display: inline-flex;
    margin: 0 17%;
}
.button_group_presta button{
    border:none;
    text-transform: uppercase;
    padding: 7px 20px;
}
.button_group_presta button{    
    background: transparent;
    border-bottom: 3px solid rgba(0,0,0,0.1);
}
.button_group_presta button[selected]{
    background-color: transparent;
    color: #aa0f3b;
    border-bottom: 3px solid #aa0f3b;
    outline: none;
}
.content_presta{
    overflow: hidden;
    position: relative;
    margin-top: 2em;
}
.content_presta a{
    color: #AA0F3B;
    text-decoration: none;
}
.content_presta a:hover{
    text-decoration: underline;
}
.title_disposition_presta{
    font-family: "Studio Script", serif;
    font-size: 2em;
    color: #887e6f;
    margin-top: 0.5em;
}
.dispositions_presta{
    overflow: hidden;
}
.disposition{
    background-color: #B1A8A1;
    margin: 5px 0;
    float: left;
    width: 100%;
    padding: 5px 0;
}
.disposition img{
    width: 45px;
    float: left;
    margin: 20px;
}
.title_disposition{
    font-weight: 600;
    margin-bottom: 5px;   
}
.description_disposition{
    padding-right: 15px;
}
.nbplaces_disposition{
    font-size: 0.8em;
    margin: 5px;
    font-style: italic;
    color: #444;
}
#particuliers_presta{
    display: none;
}
.adapt_presta{
    text-align: center;
    margin-top: 20px;
}
.contact_presta{
    font-size: 1.2em;
    color: #AA0F3B;
    cursor: pointer;
    margin-top: 7px;
}
.contact_presta span{
    position: relative;
    top: -4px;
}
.coordonnees_presta{
}
.coordonnees_presta img{
    width: 20px;
}
.coordonnees_presta span{
    position: relative;
    top: -5px;
    left: 7px;
}
.chevron{
    width: 1em;
}
.caroussel_presta{
    margin: 20px auto;
    width: 50%;
	background: white;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
/* </editor-fold>*/

/* <editor-fold defaultstate="collapsed" desc="CUISINE">*/
.container_cuisine{
    margin: 15px;
    padding: 15px;
    background-color: #FFF;
    line-height: 1.4;
    overflow: auto;
}
.title_container_cuisine{
    color: #887e6f;
    font-family: 'Studio Script', serif;
    font-size: 32pt;
    font-weight: 600;
}
.content_container_cuisine{
    padding: 15px 15px 0 0;
}
.img_maitre_restau{
    float: left;
    width: 25%;
}
.img_fait_maison{
    float: right;
    height:20%;
}
.text_rose{
    color: #AA0F3B;
}
.plus_details{
    font-size: 0.7em;
    margin-top: 15px;
}
.plus_details a{
    color: #AA0F3B;
}
/* </editor-fold>*/