/*	Theme Name: Marque Blanche AEB
	Theme URI: https://alencrebleue.com
	Description: Marque Blanche AEB
	Version: 2
	Author: A l'Encre bleue
	Author URI: https://alencrebleue.com
*/
.admin-bar #aeb_head{
	margin-top:32px;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,
s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    color: #090312;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}
h2{
	font-size:40px;
	text-transform: uppercase;
}
@media only screen and (max-width: 432px) {
h2 {
    font-size: 26px;
    line-height: 32px;
}
}
h2 strong{
	font-weight:700;
}
p {
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
}
ol,ul {
    list-style: none;
}
li {
    font-size: 1em;
    line-height: 1em;
}
blockquote,q {
    quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}
img,
video {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}
/* Style du site */
body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    background: #fff;
}
strong {
    font-weight: 600;
}
textarea {
    resize: vertical;
}
img {
    margin: 0;
}
#page {
    z-index: 1;
    position: relative;
}
/*------------------------------------*\
    LA GRID
\*------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.container {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row>* {
    float: left;
    width: 100%;
    padding-left: .9375em;
    padding-right: .9375em;
}
.row::after {
    content: "";
    display: block;
    clear: both;
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
a {
    color: #444;
    text-decoration: none;
}
a:hover {
    color: #444;
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}
input:focus {
    outline: 0;
}
:focus {
    outline: none;
}
/* =====================================
             MENU
=======================================*/
#aeb_head{
	transition: all 0.5s;
}
#entete-accueil .logo a{
    padding:0;
}
/* LA BASE */
#entete-accueil {
    bottom: 0;
    width: 100%;
}
#entete-accueil .menu-kali a, .dropdown span {
    padding: .5em 0;
    margin: 0 0.5em;
	font-weight: 300;
}
#entete-accueil .menu-kali li:last-child a {
    margin-right: 0;
    border: 3px solid #B5864E;
    color: #B5864E;
    padding: 0.3em 0.7em;
	font-size: 20px;
} 
#entete-accueil .menu-kali li:last-child a:hover {
    border: 3px solid #fff;
    color: #fff;
    transition: .2s ease;
} 
#entete-accueil .menu-kali li:last-child a strong{
    color: #B5864E;
	font-weight:700;
}
#entete-accueil .menu-kali li:last-child a:hover strong{
    color: #fff;
    transition: .2s ease;
}
#entete-accueil .logo{
    align-self: center;
}
#entete-accueil .logo a{
    padding:0;
}
#entete-accueil .menu-kali li {
    align-self: center;
}
#entete-accueil>div>nav>ul>li {
    text-transform: uppercase;
    text-align: center;
    padding: 0.5em 1em;
}
#entete-accueil>div>nav>ul>li>a{
    color: #090312;
    padding: 0.5em;
    display: block;
    letter-spacing: 1.44px;
    font-size: 16px;
}
#entete-accueil .reservation{
    margin-bottom: 0;
}
#entete-accueil .reservation a{
    border: 3px solid #B5864E;
    display: block;
    width: max-content;
    padding: 0.5em 1em;
    color: #b5864e;
}
.menu-kali {
    position: relative;
    width: auto;
    display: flex;
    flex-direction: column;
}
.menu-rs{
    display: inline-flex;
    float: right;
}
.sprites {
    width: 20px;
    height: 20px; 
	background: url(https://signelecocq.fr/wp-content/themes/MB_AEB/images/sprite.png) no-repeat center center;
    display: inline-block;
}
.sprites:hover {
    width: 20px;
    height: 20px; 
	background: url(https://signelecocq.fr/wp-content/themes/MB_AEB/images/sprite-hover.png) no-repeat center center;
    display: inline-block;
}
.rs-facebook, .rs-facebook:hover {
    background-position: 5px 1px;
}
.rs-instagram, .rs-instagram:hover {
    background-position: -22px 1px;
}
.menu-rs li{
    margin-left: 10px;
}
/* AJOUT TEST REPSONSIVE MENU */
.img2 {
    display: none;
}

@media only screen and (min-width: 1200px) {
#aeb_head{
    position: fixed;
    top: 0;
}
#entete-accueil .container {
    display: inline-flex;
    padding-left: .9375em;
    padding-right: .9375em;
}
#burger,
.supdeskop,
.mobRs,
.otro, .affich-respon {
display: none;
}
#entete-accueil {
    width: 100%;
    display: flex;
}
.menu-kali {
	flex-direction: row;
	position: absolute;
	right:0;
	bottom: 0.5em;
}
#entete-accueil .menu-kali a {
    margin: 0 1.2em;
} 
.dropdown span {
    margin: 0 1.2em;
}
#siteWrapper header {
    background: #090312;
    width: 100%;
    z-index: 9999;
}
.menu {
    align-self: center;
	height:98px;
	position: relative;
	width:inherit;
}
#entete-accueil .menu-kali a, .dropdown span{
    text-transform: uppercase;
    font-size:16px;
	line-height:17px;
	color:#fff;
	letter-spacing: 0.32px;
}
#entete-accueil .menu-kali a:hover{
	color: #B68749;
	transition: .5s ease;
}	
#entete-accueil .display-mob{
	display:none;
}
/* AJOUT POUR LE SOUS MENU*/
#entete-accueil .menu-kali .dropdown-content1 span {
    position: relative;
    text-align: left;
    color: #E30713;
    font-weight: 700;
    font-style: italic;
    padding: 0.5em 0.5em 0.5em 1.5em;
    display: block;
}
#entete-accueil > div > div.logo > a > img{
	padding:1em 0;
	width:200px;
}	
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #090312;
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    padding: 1.1em 0 0.8em;
    z-index: 1;
    text-transform: initial;
}
.dropdown:hover .dropdown-content{
display: block;
}
#entete-accueil .dropdown-content a {
    padding: 9px 0;
    display: block;
    border-top: 2px solid #B68749;
    font-size: 14px;
}
#entete-accueil .dropdown-content a:last-child {
    border-bottom: 2px solid #B68749;
}
#entete-accueil  .dropdown-content a:hover{
	color: #B68749;
	transition: .5s ease;
}	
.menu-rs{
	margin-top:0.7em;
}
}

@media only screen and (max-width: 1199px) {
#top.highlight {
	overflow: hidden;
	position:initial;
}
#top.highlight #aeb_head.hidden {
    transform: initial;
}
#top.highlight #aeb_head .otro{
	position:fixed;
	/*height:100vh;*/
	overflow: hidden;
	z-index:99999;
}
#entete-accueil.respon {
    display: flex;
    height: 100vh;
    background: rgba(0,0,0,.9);
}
#top.highlight #aeb_head .container{
    margin-top:5%;
}
#top.highlight #aeb_head .otro .img1, #top #aeb_head .otro .img2{
    display: none;
}
#top.highlight #aeb_head .otro .img2{
    display: block;
}
#burger,
.mobRs {
position: absolute;
cursor: pointer;
}
#burger {
top: 20px;
left: 20px;
}
.mobRs {
top: 15px;
right: 20px;
}
.menu, .logo {
display: none;
}
/* Ajout responsive*/
.otro .mobRs .sprites {
    width: 20px;
    height: 20px; 
    display: inline-block;
}
.otro .mobRs .rs-facebook, .rs-facebook:hover {
    background-position: 5px 1px;
}
.otro .mobRs .rs-instagram, .rs-instagram:hover {
    background-position: -22px 1px;
}
.otro {
    position: fixed;
    top: 0;
    height: 64px;
    background: rgba(0,0,0,.8);
    width: 100%;
    z-index: 9999;
}
#entete-accueil {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: 101%;
	bottom: inherit;
	max-height: calc(100% - 50px);
	overflow-y: auto;
	top:60px;
	z-index:9999;
}
.menu-kali {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1em 0 2em;
}
#entete-accueil nav ul li {
    text-transform: uppercase;
    text-align: center;
    padding: 0 1em;
}
#entete-accueil .menu-kali a, .dropdown span {
	font-size: 16px;
    padding: 1em;
	letter-spacing: 0.9px;
	color: #fff;
	background: transparent;
	border-bottom: 1px solid #fff;
	display: block;
}
.menu-sec{
	display: none;
}
/*Fin ajout responsive*/
#entete-accueil>nav>ul>li>a {
color: #FFF60D;
}
#entete-accueil>nav>ul>li {
margin-bottom: 0;
}
#entete-accueil .menu-kali li.rs-tel a{
	border:none;
    color: #B5864E;
    font-weight: 700;
}
#entete-accueil .menu-kali li span.itemnolink{
	display:none;
}
.menu-rs{
	margin-top:0.4em;
}
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
#entete-accueil .container {
	width: 95%;
}
#entete-accueil>nav>ul>li>a {
	padding: 0.5em 1em;
}
}
/* TEST HEADER FIXED ... */
#aeb_head.hidden {
	transform: translateY(-98px);
}
/* =========================
      FIN MENU 
===========================*/
/* DEBUT PERSONNALISATION */
html,
body {
    height: 100%;
    margin: 0;
}
#content {
    padding: 60px 0;
    background: #0c9;
}
#intro-visuel {
    position: relative;
}
#intro-visuel>picture>img {
    width: 100%;
	object-fit: cover;
}
@media only screen and (min-width: 1200px) { 
#intro-visuel>picture>img {
    margin-top: 98px;
}
}
.logos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -130%);
}

.btn-archive a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    border-radius: 2px;
    padding: 0.3em 1em;
    position: absolute;
}
@media only screen and (max-width: 600px) { 
.btn-archive a {
    font-size: 16px;
}
}
.btn-archive a:hover {
    transition: .5s ease;
}
#intro-page {
    background: #B5864E;
    margin-top: 98px;
    position: relative;
}
@media only screen and (max-width: 1199px) { 
#intro-page {
    margin-top: 64px;
}
}
#intro-page .container{
    padding: 1em 0;
}
#intro-page h1{
    font-size: 30px;
    text-transform: uppercase;
	font-weight:600;
	color:#fff;
}
@media only screen and (max-width: 480px) { 
#intro-page h1{
    font-size: 30px;
}
}
#globe .container{
	position:relative;
}

#breadcrumbs{
	color:#fff;
	/*position: absolute;
	left:0;
	top:10px;*/
}

.breadcrumb_last, #breadcrumbs>span>span>a, #breadcrumbs>span>span>span>a, #breadcrumbs>span>strong, #breadcrumbs > span > span > strong, #breadcrumbs > span > span {
    color: #fff;
    position: relative;
    font-size: 14px;
	font-weight:100;
}
#breadcrumbs > span > span > strong{
	font-weight:600;
}
/* =========================
   FOOTER
==========================*/
footer {
    padding: 1em 0;
    box-shadow: 0 4px 7px #534149;
	background: #090312;
}
#top > footer > div > div > div > div.logoprez.adress.bloc-4 > img{
	margin:auto;
}
.adress,
.logoprez,
.resoc, .menu-foot {
    align-self: center;
}
.bloc-4.menu-foot.menu-top {
    align-self: auto;
}
.menu-foot ul{
    text-transform: uppercase;
    margin: 1em;
}
.menu-foot ul li {
    line-height: 22px;
    border-bottom: 2px solid #B68749;
    padding: 0.5em 0;
	font-weight:100;
}
.menu-foot ul li a{
    color:#fff;
}
.adress p strong {
    font-weight: 700;
}
.adress p strong, .adress p, .resoc p, .tel {
    text-align: center;
    color: #fff;
}
.resoc p {
    text-transform: uppercase;
}
.resoc .menu-sec{
    display: flex;
}
.resoc .menu-sec .menu-rs {
    float: inherit;
    margin: auto;
}
.mention {
    text-transform: inherit;
    text-align: center;
    font-size: 12px;
	display: inline-block;
	margin-top:1em;
	width:100%;
    color: #fff;
}
.mention a{
    color: #fff;
}
p.reservation {
    margin-top:1.5em;
} 
p.reservation a {
    margin-right: 0;
    border: 3px solid #B5864E;
    color: #B5864E;
    padding: 0.3em 0.7em;
	font-size: 20px;
} 
p.reservation a:hover {
    border: 3px solid #fff;
    color: #fff;
    transition: .2s ease;
} 
p.reservation a strong{
    color: #B5864E;
	font-weight:700;
}
p.reservation a:hover strong{
    color: #fff;
    transition: .2s ease;
}
p.sn{
    margin-top:1em;
}
#top > footer > div > div > div > div.resoc.bloc-4 > nav > ul > li:nth-child(1){
    margin-left: 0;
}
/* BANDEAU COOKIE */
#cookie-notice .cookie-notice-container {
    display: block;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 4%);
    background: #090312;
}
#cn-notice-buttons .cn-button.bootstrap {
    background: #B68749;
}
.cn-text-container, .cn-buttons-container {
    color: #fff;
}
@media only screen and (max-width:1199px) {
.menu-foot{
    display: none;
}
footer {
    padding: 2em 0 1em;
}
}
@media only screen and (max-width:1199px) {
p.sn{
    margin-top:1.5em;
    margin-bottom:.5em;
}
}
@media only screen and (max-width:1023px) {
.logoprez img {
	margin:auto;
}
.footing{
    max-width: 420px;
    margin: auto;
}
.btn-pro-foot a {
    margin-top: 1em;
}
.mention {
    width: 100%;
}
}
@media only screen and (max-width:479px) {
.adress {
    margin-bottom:1em;
}
.resoc {
    margin-top:1em;
}
}

/* PAGE INTERNE */
/*==================*/

/* PAGE ADN */
#globe .carte{
    margin: 2em 0 1em;
}
#globe .carte .row{
    margin: auto;
    max-width: 560px;
}
#globe .carte h2 {
    font-size: 24px;
    margin: 0.8em auto 1em;
    text-align: center;
    width: max-content;
    position: relative;
}
#globe .carte h2:after{
    content:url('https://signelecocq.fr/wp-content/themes/MB_AEB/images/stitle-carte.png');
	position:absolute;
    top: -1.1em;
    right: -1em;
}
#globe .carte h3{
    font-size: 20px;
    color: #B5864E;
    margin: 1em 0 0.5em;
}
#globe .carte .appella:first-child h3{
    margin-top:0;
}
#globe .carte p{
    margin: 0.5em 0 1em;
}
#globe .carte hr {
    background: url(https://signelecocq.fr/wp-content/themes/MB_AEB/images/element-hr.png) no-repeat center center;
    padding: 1em 0;
    margin: 1em 0;
    border: none;
}
#globe .carte:last-child hr{
    background: initial;
}
#globe .bois-ligne{
    display: flex;
	position: relative;
}
#globe .bois-ligne div{
    width:100%;
}
#globe .bois-ligne .p1-carte {
    font-weight: 700;
    margin: 0;
	position: relative;
	padding-left:0.8em;
}
#globe .bois-ligne .p1-carte:after{
    content:url('https://signelecocq.fr/wp-content/themes/MB_AEB/images/puce-carte.png');
	position:absolute;
    top: 0;
    left: 0;
}
#globe .bois-ligne .p2-carte {
    margin: 0 0 1em;
    width: max-content;
    max-width: 95%;
    position: relative;
    background: #fff;
    z-index: 9;
    padding-right: 0.5em;
    padding-left: 0.8em;
}
#globe .bois-ligne .p3-carte {
    color: #B5864E;
    font-weight: 700;
    align-self: flex-end;
    margin-bottom: 14px;
    font-size: 16px;
    width: 76px;
    background: #fff;
    z-index: 9;
	padding-left:0.5em;
}
#globe .cock h3 {
    text-align: center;
}
#globe .bois-ligne.cocktails {
    display: block;
    margin: 0 0 0.5em;
}
#globe .bois-ligne.cocktails .p1-carte {
	width: max-content;
    margin: auto;
}
#globe .bois-ligne.cocktails .p1-carte strong{
    color: #B5864E;
    font-weight: 700;
    margin-bottom: 14px;
    font-size: 16px;
}
#globe .bois-ligne.cocktails .p2-carte {
    padding: 0;
    margin: auto;
	text-align: center;
}
#globe .bois-ligne.cocktails:after {
    content: inherit;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 800px) and (max-width:1200px) {
.logos {
	width: 40%;
	margin-top:6.5em;
}
}
@media only screen and (max-width: 1024px) {
.entete-qualis img,
.entete-qualis source {
position: inherit;
height: auto;
}
.container {
width: 90%;
}
}
@media only screen and (max-width: 599px) {
#top > footer > div > div > div > div.logoprez.bloc-2 > img{
	margin:auto;
}
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
.container {
	width: 90%;
}
}
@media only screen and (min-width: 601px) {
#globe .bois-ligne:after {
    content: '';
    border-bottom: 1.5px solid #B5864E;
    position: absolute;
    bottom: 35%;
    width: 100%;
}
}
@media only screen and (max-width: 600px) {
#globe .carte {
    margin: 2em 0 0;
    padding-left: 0;
    padding-right: 0;
}
#globe .appella, #globe .boiss {
    padding-left:0;
    padding-right:0;
}
#globe .bois-ligne.cocktails .p2-carte {
    text-align: center;
}
#globe .bois-ligne {
    border-bottom: 1px solid #B5864E;
    padding-top: 1em;
}
#globe .bois-ligne:first-child{
	padding-top:0;
}
#globe .bois-ligne:last-child{
    border-bottom: none;
}
#globe .carte h3 {
    margin: 1.5em 0 0.5em;
}
#globe .carte .appella h3 {
    text-align: center;
}
#globe .bois-ligne.cocktails {
    margin: 0;
    padding: 0.5em 0;
}
#globe .bois-ligne.cocktails .p1-carte {
    max-width: 95%;
    text-align: center;
}
}
@media only screen and (max-width: 350px) {
#globe .bois-ligne div {
    width: 73%;
}
#globe .bois-ligne.cocktails div {
    width: inherit;
}
#intro-page h1 {
    font-size: 26px;
}
#entete-accueil .menu-kali a, .dropdown span {
    padding: 0.8em;
}
}
@media only screen and (min-width: 1200px) {
.container {
	width: 1125px;
}
}
@media only screen and (min-width: 1200px) {
.bloc-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.bloc-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.bloc-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3%;
flex: 0 0 33.3%;
max-width: 33.3%;
}
.bloc-3-post {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3%;
flex: 0 0 33.3%;
max-width: 33.3%;
margin: 1.5em 0 0;
}
.bloc-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.bloc-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.bloc-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.6%;
flex: 0 0 16.6%;
max-width: 16.6%;
}
.bloc-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 14.28%;
flex: 0 0 14.28%;
max-width: 14.28%;
}
.bloc-2-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66%;
flex: 0 0 66.66%;
max-width: 66.66%;
}
.bloc-3-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.bloc-2-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%;
}
.bloc-3-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%;
}
.bloc-4-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%;
}
.bloc-actu{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.3%;
    flex: 0 0 31.3%;
    max-width: 31.3%;
    padding: 0;
}
.bloc-actu:first-child {
    margin-right: 3%;
}
.bloc-actu:last-child {
    margin-left: 3%;
}
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
    background: #424242;
    color: #FFF;
    text-shadow: none;
}
::-webkit-selection {
    background: #424242;
    color: #FFF;
    text-shadow: none;
}
::-moz-selection {
    background: #424242;
    color: #FFF;
    text-shadow: none;
}

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}