*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
    outline: none;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #2f307a;/*#2f4f4f*/
    color: #fff;
}


header {
    text-transform: uppercase;
    background-color: #09171f;
    padding: 5px 0 5px 32px;
    font-size: 15px;
    box-shadow: 0 1px 16px rgba(0, 0, 0, .4);
    color: #fff;
}

.rockout {
	display: none;
}

#logo, nav, li {
    display: inline-block;
}

#logo {
    /*background: url(../images/logo_rockout_G.jpg);*/
    width : 50px;
    height: 50px;
}

nav {
    display: inline-block;
    line-height: 50px;
    vertical-align: top;
}

li {
    margin-left: 32px;
}
li a, .button {
    text-decoration: none;
    color: #fff;
}

.button {
    text-transform: uppercase;
    float: right;
    margin-top: -5px;
    line-height: 64px;
    height: 66px;
    text-decoration: none;
    padding: 0 16px;
}
.button-sign-up {
    background-color: #dcdcdc;
}

#container {
    position: relative;
    width: 60%;
    margin: auto;
    padding-top: 10px;
    height:100%;
 }

#titre_rub {
	font-size: 22px;
	color: #fff;/*#52aaf7*/
	margin-bottom: 10px;
	background-color: rgba(0,0,0,.5);
	text-align: center;
}

#hamburger, #hamburger-content {
    display: inline;
}

#hamburger-button {
    display: none;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 30px;
    vertical-align: top;
    padding: 0;
    line-height: 47px;
    float: right;
    margin-right: 32px;
    color: #fff;
}

#hamburger-overlay {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}

#hamburger-sidebar {
    display: none;
    position: fixed;
    width: 84%;
    z-index: 20;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #708090;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform .2s ease-out;
}
#hamburger-sidebar li {
    display: block;
}
#hamburger-sidebar-header {
    background: url(../images/header_rockout.jpg) center;
    background-size: cover;
    height: 128px;
}
#hamburger-sidebar-body {
    padding: 16px 8px;
}
#hamburger-sidebar-body li:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 16px;
    width: 24px;
    height: 24px;
}

#hamburger-sidebar-body .button {
    margin-top: 16px;
    text-align: center;
    float: none;
    display: block;
    height: auto;
    line-height: inherit;
    padding: 10px;
}

.btn_entrer {
	font-size: 14px;
	color:#000;
	background-color:#eee;
	padding: 5px;
	cursor: pointer;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-alert {
    color: #fff;
    background-color: #ef2222;
}

.btn_ajout {
    color: #000;
    background-color: #ccc;
    border-color: #4cae4c;
	padding: 15px;
	text-align: center;
	cursor: pointer;
}

.identification {
	margin: auto;
	width: 50%;
}

.cadre_pression, .cadre_texte_accueil {
	border:solid 1px #667977;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 1px 2px 5px #2a2d2d;
	-webkit-box-shadow: 1px 2px 5px #2a2d2d;
	box-shadow: 1px 2px 5px #2a2d2d;
	padding: 5px;
	margin-bottom: 7px;
	line-height: 1.2em;
	background-color: #2f307a;
	opacity: 0.93;
}

.cadre_texte_accueil {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.text_cadre_accueil {
	margin-bottom: 10px;
}

.logo_accueil {
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: center;
	margin-bottom: 10px;
}

.logo_G {
	max-height: 30vh;
}

a[href^="tel:"] {
	color: #fff; /* Remplacez "votre_couleur" par la couleur de votre choix */
	text-decoration: underline; /* Pour supprimer le soulignement par défaut */
  }

.biere {
	float: left;
}

.titre_biere {
	font-size: 1.1em;
	color: #fff;
}


.titre_brasserie, .style, .degre {
	font-size: 1em;
	color: #d3d3d3;
}

.titre_brasserie, .style{
	padding-left: 8px;
}

.titre_brasserie {
	font-style: italic;
}

.prix {
	font-size: 1em;
	color: #93b5b0;
	float: right;
	text-align: right;
	font-style: italic;
}

.prix_vin {
	font-size: 1em;
	color: #93b5b0;
	width: 100%;
	text-align: right;
	font-style: italic;
}

.clear {
	clear: both;
}

.cadre_cave {
	border-top: solid 1px #bddfdb;
	padding: 5px;
}

.biere_cave {
	float: left;
}

.titre_biere_cave {
	font-size: 1em;
	color: #fff;
}


.titre_brasserie_cave, .style_cave, .degre_cave {
	font-size: 0.8em;
	color: #d3d3d3;
}

.prix_cave {
	font-size: 0.8em;
	color: #dcdcdc;
	float: right;
	text-align: right;
	font-style: italic;
}

.cadre_whiskies {
	border-bottom: solid 1px #667977;
	padding: 5px;
	font-family: 'Happy Monkey', sans-serif;
}

.titre_whiskie {
	font-size: 1em;
	color: #fff;
}

.desc_whiskie {
	font-size: 0.8em;
	color: #d3d3d3;
}

.cadre_produit {
	border-bottom: solid 1px #667977;
	padding: 5px;
	font-family: 'Happy Monkey', sans-serif;
}

.titre_produit {
	font-size: 1em;
	color: #fff;
}

.description_produit {
	font-size: 0.8em;
	color: #d3d3d3;
}

#fade {
	display: none;
	background: #666; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .90;
	z-index: 998;
}

#popup,#popup2 {
	display: none;
	background: #fff;
	padding: 0px; 	
	float: left;
	position: fixed;
	width: 500px;
	height: 600px;
	top: 5%;
	left: 50%;
	transform: translateY(-50%);
	transform: translateX(-50%);
	z-index: 999;
	color: #93b5b0;
	overflow: auto;
}

.titre_biere_detail {
	margin-top: 15px;
	padding: 5px 15px 15px 15px;
	line-height: 1em;
	
}

.titre_detail {
	font-size: 1.2em;
	color: #2F4F4F;
}

.style_detail, .brasserie_detail, .degre_detail {
	font-size: 0.8em;
	color: #808080;
}

.style_detail, .brasserie_detail {
	padding-left: 8px;
}

.brasserie_detail {
	font-style: italic;
}

.detail_prix {
	float: right;
	margin-top: 22px;
    margin-right: 15px;
}

.description_biere {
	padding: 5px 20px;
	text-align: justify;
	font-size: 0.8em;
	color: #93b5b0;
	line-height: 1.2em;
}

.cadre_burger {
	border:solid 1px #667977;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 1px 2px 5px #2a2d2d;
	-webkit-box-shadow: 1px 2px 5px #2a2d2d;
	box-shadow: 1px 2px 5px #2a2d2d;
	padding: 8px;
	margin-bottom: 7px;
	line-height: 1.2em;
	background-color: #ece4f1;
	opacity: 0.93;
	color:#4e4a4a;
}


.menu_admin {
	padding: 10px;
	width: 250px;
	background-color: #9acec5;
	text-align: left;
	margin-bottom: 10px;
}

.brasserie, .nomstyle {
	margin-left: 20px;
	padding: 10px 5px 10px 20px;
	width: 80%;
	border-top: solid 1px #acdad4;
	color: #fff;
}

.aff_logo_brass {
	margin-top: 10px;
	text-align: center;
}

.ui-front {
	z-index: 1100;
}

.photo_nous {
	width: 50%;
}

.photo{
	width: 100%;
}

.text_nous,.text_nous_photo {
	float: left;
	width: 100%;
	margin-left: 3%;
	text-align: center;
	font-size: 12px;
}

.text_nous_photo {
	text-align: center;
}


.tripression {
	float: right;
	margin-top: 7px;
	font-size: 18px;
	color: #eee;
	cursor: pointer;
}

#sortable-row{ 
	list-style-type: none;
	margin: 0;
	padding: 0; 
}

#sortable-row li{
	margin: 5px 0px 0px 20px;
    padding-left: 0.8em;
    padding-top: 0em;
    height: 28px;
    display: block;
    width: 90%;
}


#vindumois {
	padding: 10px;
	background-color: #def0ef;
	color: black;
}

#zone_vindumois {
	padding: 5px;
}

.lien_blanc a, .lien_blanc a:hover, .lien_blanc a:visited {
    color: #fff;
    text-decoration: underline;
}

.table_allergne {
    border-collapse: collapse;
    width: 100%;
}

.table_allergne th, .table_allergne td {
    border: 1px solid #ccc;
    padding: 8px;
}

.th-vertical {
    writing-mode: vertical-rl; /* Fait pivoter le texte verticalement */
    transform: rotate(180deg); /* Rotation pour mettre le texte dans le bon sens */
    padding: 10px;
    text-align: start;
}

/* boostrap display */
.d-none{
    display: none;
}
.df-row_nowrap{
    display: flex;
    flex-flow: row nowrap;
}
.df-column_nowrap{
    display: flex;
    flex-flow: column nowrap;
}
.df-row_wrap{
    display: flex;
    flex-flow: row wrap;
}
.df-column_wrap{
    display: flex;
    flex-flow: column wrap;
}
.fd-reverse {
    flex-direction: row-reverse;
}
.fd-row {
    flex-direction: row;
}
.jc-flex_start{
    justify-content: flex-start;
}
.jc-flex_end{
    justify-content: flex-end;
}
.jc-center{
    justify-content: center;
}
.jc-space_between{
    justify-content: space-between;
}
.jc-space_around{
    justify-content: space-around;
}
.ai-flex_start{
    align-items: flex-start;
}
.ai-flex_end{
    align-items: flex-end;
}
.ai-center{
    align-items: center;
}
/* boostrap margin */
.m-5{
    margin :  5px 5px 5px 5px;
}
.m-10{
    margin: 10px 10px 10px 10px;
}
.m-15{
    margin : 15px 15px 15px 15px;
}
.m-20{
    margin: 20px 20px 20px 20px;
}
.ml-5{
    margin-left: 5px;
}
.ml-0{
    margin-left: 0px;
}
.ml-10{
    margin-left: 10px;
}
.ml-15{
    margin-left: 15px;
}
.ml-20{
    margin-left: 20px;
}
.mr-5{
    margin-right: 5px;
}
.mr-10{
    margin-right: 10px;
}
.mr-15{
    margin-right: 15px;
}
.mr-20{
    margin-right: 20px;
}
.mr-25{
    margin-right: 25px;
}
.mr-30{
    margin-right: 30px;
}
.mr-40{
    margin-right: 40px;
}
.mr-50{
    margin-right: 50px;
}
.mt-5{
    margin-top: 5px;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mb-5{
    margin-bottom: 5px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}

.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-50{
    margin-bottom: 50px;
}

/* boostrap padding*/
.p-0 {
    padding: 0
}
.p-5{
    padding :  5px 5px 5px 5px;
}
.p-7{
    padding :  7px 7px 7px 7px;
}
.p-10{
    padding: 10px 10px 10px 10px;
}
.p-15{
    padding : 15px 15px 15px 15px;
}
.p-20{
    padding: 20px 20px 20px 20px;
}
.pl-5{
    padding-left: 5px;
}
.pl-10{
    padding-left: 10px;
}
.pl-15{
    padding-left: 15px;
}
.pl-20{
    padding-left: 20px;
}
.pr-5{
    padding-right: 5px;
}
.pr-10{
    padding-right: 10px;
}
.pr-15{
    padding-right: 15px;
}
.pr-20{
    padding-right: 20px;
}
.pt-5{
    padding-top: 5px;
}
.pt-10{
    padding-top: 10px;
}
.pt-15{
    padding-top: 15px;
}

.pt-20{
    padding-top: 20px;
}
.pb-0{
    padding-bottom: 0px;
}
.pb-3{
    padding-bottom: 3px;
}

.pb-5{
    padding-bottom: 5px;
}
.pb-10{
    padding-bottom: 10px;
}
.pb-15{
    padding-bottom: 15px;
}

.pb-20{
    padding-bottom: 20px;
}


/* taille element */
.flex-grow {
    flex-grow: 1;
    word-wrap: break-word;
}

.fixed-width {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 0 0 auto;
}
.h-100 {
    height: 100%;
}
/*display largeur */
.w-100 {
    width: 100%;
}

.w-95 {
    width: 95%;
}

.w-90 {
    width: 90%;
}

.w-85 {
    width: 85%;
}

.w-80 {
    width: 80%;
}

.w-75 {
    width: 75%;
}

.w-70 {
    width: 70%;
}

.w-50 {
    width: 50%;
}
.w-40 {
    width: 40%;
}
.w-30 {
    width: 30%;
}
.w-20 {
    width: 20%;
}
.w-10 {
    width: 10%;
}

.h-auto {
    height: auto;
}
.w-auto {
   width: auto;
}
.h-30 {
    height: 30px;
}

.h-40 {
    height: 40px;
}

.h-50 {
    height: 50px;
}

.h-60 {
    height: 60px;
}

.mh-30 {
    min-height: 30px;
}

.mh-40 {
    min-height: 40px;
}

.mh-50 {
    min-height: 50px;
}

.mh-60 {
    min-height: 60px;
}

.br-5 {
    border-radius: 5px;
}

.br-10 {
    border-radius: 10px;
}

/* texte */

.text-10 {
    font-size: 10px;
}

.text-11 {
    font-size: 11px;
}

.text-12 {
    font-size: 12px;
}

.text-13 {
    font-size: 13px;
}

.text-14 {
    font-size: 14px;
}

.text-15 {
    font-size: 15px;
}

.text-16 {
    font-size: 16px;
}
.text-18 {
    font-size: 18px;
}

.text-20 {
    font-size: 20px;
}
.text-22 {
    font-size: 22px;
}
.text-24 {
    font-size: 24px;
}
.text-26 {
    font-size: 26px;
}


/* couleur texte */
.noir {
    color: #000;
}

.blanc {
    color: #fff;
}
.text-main_color{
    color:var(--main-font-color);
}
.text-secondary_color{
    color:var(--secondary-font-color);
}
.texte-bold{
    font-weight: bold;
}
/* texte opacity*/
.op-7{
    opacity: 0.7;
}
.op-5{
    opacity: 0.5;
}
.op-6{
    opacity: 0.6;
}
.op-8{
    opacity: 0.8;
}
.op-9{
    opacity: 0.9;
}
/* texte alignement */
.text-center {
    text-align: center;
}
.text-droite {
    text-align: right;
}
.text-gauche {
    text-align: left;
}

/* gap*/
.gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.gap-20 {
    gap: 20px;
}

.cursor-p{
    cursor: pointer;
}



@media screen and (max-width: 1024px) {

    #hamburger-content {
        display: none;
    }
    
    .rockout{
	    display: inline-block;
	    vertical-align: top;
	    padding-top: 16px;
	    padding-left: 10px;
	    font-size: 1.2em;
    }

    #hamburger-button, #hamburger-sidebar,
    .hamburger-activated #hamburger-overlay {
        display: block;
    }

    .hamburger-activated #hamburger-sidebar {
        transform: translateX(0);
    }
    
    
    #container {
	    position: relative;
	    width: 90%;
	    margin: auto;
	    height:100%;
	 }
	
	#popup,#popup2 {
		width: 90%;
		height: 90%;
	}
	
	.photo_nous {
		width: 100%;
	}

    .table_allergne {
        border-collapse: collapse;
        width: 100%;
        table-layout: fixed; /* Forcer les colonnes à respecter une largeur fixe */
    }
    
    .table_allergne th, .table_allergne td {
        border: 1px solid #ccc;
        padding: 8px;
    }

    .table_allergne th {
        width: 30px; /* Largeur par défaut pour tous les th */
    }
    
    .table_allergne th:first-child {
        width: 150px; /* Largeur spécifique pour le premier th */
    }

    .th-vertical {
        writing-mode: vertical-rl; 
        /*transform: rotate(-90deg) translateX(-50px);*/
        padding: 10px;
        width: 30px; 
        height: 150px;
        vertical-align: middle;
        white-space: nowrap;
    }

    /* Hack pour Safari iOS (si nécessaire) */
    @supports (-webkit-touch-callout: none) {
        .th-vertical {
            transform: rotate(-90deg) translateX(-50px);
            
        }
    }

}
