@font-face {
    font-family: 'djb_chalk_it_upregular';
    src: url('../fonts/djb_chalk_it_up-webfont.woff2') format('woff2'),
    url('../fonts/djb_chalk_it_up-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bebasregular';
    src: url('../fonts/BEBAS___-webfont.eot');
    src: url('../fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BEBAS___-webfont.woff') format('woff'),
    url('../fonts/BEBAS___-webfont.ttf') format('truetype'),
    url('../fonts/BEBAS___-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebasneue';
    src: url('../fonts/bebasneue-webfont.woff2') format('woff2'),
    url('../fonts/bebasneue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* -- CSS -- */

*, *:after, *:before {
    box-sizing: border-box;
}

body {
    font-family: Bitter, sans-serif;
    margin: 0 auto;
    width: 100%;
    background-color: rgb(21, 15, 11);
    overflow-x: hidden;
}

h2 {
    text-align: center;
    font-size: 2rem;
    margin: 2% 0 0 0;
    text-transform: uppercase;
    color: white;
}

h3 {
    text-align: center;
    font-size: 1.5rem;
    margin: 1% 0 0 0;
    text-transform: uppercase;
    color: white;
}

/* ----------------- HEADER ----------------- */

header {
    background-image: url(../images/BG-shadow.png), url(../images/frame/Pine_Planks_Small.jpg);
    background-repeat: no-repeat;
    background-size: 10% 100%, 2000px 490px;
    margin: 0 auto;
    width: 100%;
}

.header-box {
    padding: 5% 0 0 0;
    width: 100%;
}

.header-content {
    display: block;
    width: 100%;
    margin: 0 4%;
}

.header-box .logomenubar {
    position: relative;
    top: -18px;
    width: 10%;
    z-index: 9996;
}

.header-box img {
    width: 100%;
}

.header-box .comptoir {
    position: relative;
    top: 5px;
    z-index: 9955;
}

.header-box-option {
    width: 10%;
    display: inline-block;
}

.header-box-option .tap {
    width: 45%;
    position: relative;
    left: 25%;
    top: 20px;
    z-index: 1000;
    transition: all 0.3s ease;
}

/*--------------------TAP HOVER--------------*/

.header-box-option .tap:hover {
    width: 40%;
    position: relative;
    left: 20%;
    top: 22px;
    -ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
    transform: rotate(-5deg);
}

.header-box-option .pipe {
    width: 100%;
    position: relative;
    left: auto;
    z-index: 9900;
}

.header-box-option .box-text-pipe {
    width: 100%;
    position: relative;
    top: -55px;
    z-index: 9990;
    font-family: 'Bitter', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.header-box-option .box-text-pipe p {
    color: rgba(255, 255, 255, 1);
    cursor: default;
}

.header-box-option .sidepipeleft {
    width: 45%;
    position: relative;
    top: 15px;
    left: 55%;
    z-index: 5;
}

.header-box-option .sidepiperight {
    width: 45%;
    position: relative;
    top: 28px;
    z-index: 6;
}

/* ----------------- NAVIGATION ---------------------------------------------------------------------------- */
#menu {
    display: none;
}

.slicknav_menu {
    display: none;
}

.navMenu {
    background-image: url("../images/frame/borderMenu.jpg");
    background-position: center center;
    width: 100%;
    height: 80px;
    margin: 0 auto;
}

.navMenu ul {
    list-style-type: none;
    text-align: center;
    font-family: 'Bitter', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.navMenu ul li {
    width: 13%;
    display: inline-block;
    vertical-align: middle;
}

/* -------BUTTONS NAV-------- */

.navMenu ul li a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 32px 0 32px 0;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.5s ease;
}

.navMenu ul li a:hover {
    color: rgba(255, 255, 255, 1);
}

.navMenu ul .logo_box {
    width: 180px;
    height: 80px;
}

/* ----------------- CLASS MENU ----------------- */

.navHidden {
    display: none;
}

.navFixed {
    position: fixed;
    top: 0px;
    z-index: 9997;
}

/* -------------------------------------------------------------------- MAIN CONTENT  ----------------- */
.containerScroll {
    width: 100%;
    padding: 0 0 0 0;
}

.container {
    background-image: url("../images/mosaic_bgBODY.jpg");
    background-repeat: repeat;
    padding: 0 0 5% 0;
}

article {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 0;
    margin: 5% 0 0 0;
    color: white;
}

article h1 {
    /*font-family: 'djb_chalk_it_upregular', Arial, sans-serif;*/
    font-size: 5em;
    padding: 5% 0 0 2%;
    text-transform: uppercase;
}

article p {
    font-size: 1.5em;
    padding: 5% 5% 0 5%;
}

article img {
    width: 90%;
    height: auto;
    margin: 0 5%;
}

.chalkboard-content {
    position: absolute;
    top: 9%;
    left: 12%;
    width: 75%;
    height: 82%;
    font-family: 'djb_chalk_it_upregular', Arial sans-serif;
}

.youtube iframe {
    border: solid 5px black;
}

/* CONTENU CHALKBOARD PAGE PRINCIPALE */

.chalkboard-content h1 {
    font-size: 2.2rem;
    padding-bottom: 3%;
}

.chalkboard-content h2 {
    padding-top: 2%;
    padding-left: 2.5%;
    font-size: 1.4rem;
    text-align: left;
}

.chalkboard-content a:link {
    color: white
}

.chalkboard-content a:visited {
    color: white
}

.chalkboard-content p {

    font-size: 1.6rem;
}

.chalkboard-content p:first-of-type {
    padding-top: 4%;

}

article .box-carousel {
    width: 55%;
    position: relative;
    left: 20%;
}

.carousel {
    width: 60%;
    height: 100%;
    margin: 0;
    display: inline-block;
    position: relative;
    top: -1%;
    left: 18%;
}

/* ----------- class rotation ------------------- */

.rotation-left {
    -ms-transform: rotate(0.2deg); /* IE 9 */
    -webkit-transform: rotate(0.2deg); /* Chrome, Safari, Opera */
    transform: rotate(0.2deg);
}

.rotation-right {
    -ms-transform: rotate(359.7deg); /* IE 9 */
    -webkit-transform: rotate(359.7deg); /* Chrome, Safari, Opera */
    transform: rotate(359.7deg);
}

.rotation-left-text {
    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
}

/* ------------------------------- Biere ------------------------------------ */
.board_beer {
   text-align: center;

}

.board_beer img{
    width: 100%;

}

.board_beer h1{
    font-size: 1.8rem;
    margin:1% 0 1% 0;
    color: #DBB88E;
    text-transform: uppercase;
}

.board_beer p{

    font-size: 1rem;
    margin:1% 0 1% 0;
    padding: 0 5%;
    color: white;

}

.container_biere {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 5%;

}



.board {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 5%;

}

.infoBiere {
    margin-top: 0;
    width: 50%;

}

.infoBiere hr {

    background-color: rgb(219, 184, 142);
    border-color: rgb(219, 184, 142);
    color: rgb(219, 184, 142);
}

.infoBiere:nth-child(1) hr {

    display: none;
}

.infoBiere:nth-child(2) hr {

    display: none;
}

.infoBiere p {
    font-family: Roboto, sans-serif;
    line-height: 150%;
    font-size: 1.2rem;
    width: 85%;
    margin: 1% 0 0 5%;
    padding: 1% 10% 0 5%;

}

.infoBiere span {
    color: #DBB88E;
}

.container_biere h2 {
    font-size: 1.3rem;
    margin-top: 5%;
    color: #DBB88E;

}

.infoBiere p:first-of-type {
    margin-top: 4%;

}

/* ------------------------------- Menu ------------------------------------ */

.box-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 1%;
    padding-top: 3%;
}

.box-menu div {
    width: 20%
}

.box-menu h2 {
    color: black;
    font-size: 1rem;
}

.box-menu2 {
    display: flex;
    justify-content: center;
}

.box-menu2 h2{
    color: black;
    font-size: 1rem;
}
.box-menu2 div {
    width: 30%;
    padding: 1%;
}

/* -----Menu LINK*/

.menu_container a:link, .menu_container a:visited, .menu_container a:hover, .menu_container a:active {
    text-decoration: none;
    color: #FFF4E5;
}

.menu_container h2 {
    color: #FFF4E5;
    border: 2px solid #FFF4E5;
    padding: 3%;
    border-radius: 5px;
    background-color: #0a0604;

}

.menu_container {
    width: 100%;
    padding: 0 0 10% 0;
    margin: 0 0 -10% 0;
    background-color: rgb(255, 244, 229);
    text-align: center;
}

.menu_container h3 {
    font-family: bebasneue, Bitter, Arial, sans-serif;
    font-size: 2em;
    padding: 2% 0 0 5%;
}

.menu_temporaire {
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
    padding-top: 2%;
    padding-bottom: 2%;
}

.menu_box {
    width: 100%;
    color: black;
}

.menu_box ul li {
    display: inline-block;
    padding: 2% 1.5% 2% 1.5%;
}

.first_choice {
    font-family: bebasneue, Bitter, Arial, sans-serif;
    font-size: 4em;
    padding: 5% 0;
    cursor: pointer;
    letter-spacing: 0.1em;
    line-height: 1.8em;
}

.btn_cuisine {
    color: rgba(20, 20, 20, 0.5);
}

.second_choix {
    font-size: 2em;
    font-family: bebasneue, Bitter, Arial, sans-serif;
    padding: 2%;
    cursor: pointer;
}

.menu_item {
    width: 49%;
    display: inline-block;
    padding: 2% 2% 2% 2%;
    font-size: 1.5em;
}

.menu_nom {
    padding: 4% 0 0 8%;
    margin: 0 0 0 0;
    font-family: bebasneue, Bitter, Arial, sans-serif;
}

.menu_prix {
    float: right;
    font-family: bebasneue, Bitter, Arial, sans-serif;
}

.menu_description {
    font-style: italic;
    padding: 0 0 0 8%;
    margin: 0 0 0 0;
    width: 70%;
    line-height: 1.8em;
    font-size: 0.8em;
}

.construction {
    padding: 10% 0 0 0;
}

.construction h2 {
    font-size: 3em;
}

/* ------------------------------- Équipe ------------------------------------ */
.text-equipe {
    font-size: 1rem;
    line-height: 150%;
    margin: 0 10% 0 5%;
}

.div-equipe p:first-of-type {
    font-size: 1rem;
    padding: 2% 0 0 10%;

}

.nomPhotographe {
    text-decoration: none;
    color: #DBB88E;
}

.image-equipe {

    border: #DBB88E solid 5px;
    width:60%;
}

.brigade{
margin-left: 15%;
  width:60%;
}



/* -------------------------------- Event ------------------------------------- */
.containerEvenement {

    padding-bottom: 3%;

}

.containerEvenement article {
    display: flex;
    width: 100%;

    flex-wrap: wrap;
}

.linkpdf {
    text-decoration: none;
    color: #DBB88E;
}

.containerEvenement article:first-of-type div:first-of-type {
    padding-top: 1%;
    width: 50%;
    text-align: right;

}

.containerEvenement article:first-of-type div:last-of-type {
    width: 50%;
    text-align: left;
}

.containerEvenement img {
    width: 50%;
    padding: 0;
    border: 1px solid #DBB88E;
}

.containerEvenement .jeux-di div:first-of-type {
    padding-top: 1%;
    width: 50%;
    text-align: right;

}

.containerEvenement .dim-prog div:first-of-type {
    padding-top: 1%;
    width: 50%;
    text-align: right;

}

.containerEvenement .dim-prog div:last-of-type {
    width: 50%;
    text-align: left;
}

.containerEvenement .jeux-di div:last-of-type {
    width: 50%;
    text-align: left;
}



.containerEvenement article:last-of-type div:first-of-type {
    padding-top: 1%;
    width: 50%;
    text-align: right;

}

.containerEvenement article:last-of-type div:last-of-type {
    width: 50%;
    text-align: left;
}

.containerEvenement h2 {

    font-size: 1.5rem;
    padding: 10% 0 5% 0;
}

.containerEvenement p {
    line-height: 150%;
    padding: 0 15% 2% 5%;
    font-size: 1rem;
}


/* ---------------------------------------------------- FOOTER --------------------------------------- */
section {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1.5% 0 1.5%;
}

footer {
    width: 100%;
    padding: 2% 2% 0 2%;
    margin: 0 0 0 0;
    vertical-align: top;
    color: #fff4e5;
    background-color: rgb(21, 15, 11);
}

footer article:first-of-type {
    width: 100%;
    margin: 0 0 0 0;
}

footer article {
    width: 100%;
    margin: 0 0 0 0;
}

footer section {
    padding: 2% 2% 2% 2%;
    border: 1px solid #0a0604;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: rgb(10, 6, 4);
    height: 380px;
}

footer section h2 {
    font-size: 1.5em;
    padding: 0% 0 3% 0%;
    color: rgb(219, 184, 142);
}

footer section p {
    width: 100%;
    padding: 2% 0 2% 2%;
    line-height: 1.3em;
    color: rgba(255, 244, 229, 0.5);
}

footer section:first-of-type p {
    width: 100%;
    font-size: 0.69rem;
    padding: 0;
    line-height: 1.3em;
    color: rgba(255, 244, 229, 0.5);
}

footer section:first-of-type p:nth-child(3) {
    font-size: 0.69rem;
}

footer section:last-of-type {
    background: url("../images/logos/LCDC_logo_Icon_Biere-05.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

}

footer section article p {
    font-size: 1em;
}

footer section iframe {
    width: 100%;
    height: 40%;
    padding: 0;
    margin: 10px 0 0 0;
}

footer section a {
    text-decoration: none;
    color: white;
}

footer hr {
    background-color: rgb(219, 184, 142);
    border-color: rgb(219, 184, 142);
    color: rgb(219, 184, 142);
}

footer .reservation_middle {
    margin: 15% 0;
}

footer .reservation_middle a {
    color: rgb(219, 184, 142);
}

.copyright {
    width: 100%;
    height: 30px;
    background-color: rgb(10, 6, 4);
    font-size: 0.8em;
    vertical-align: center;
    padding: 10px 0 0 0;
    color: rgb(42, 30, 22);
}

.social_media {

    margin: 5px 2.69px 5px 0px;
    width: 13.69%;
    height: auto;
}

.line-height-box {
    line-height: 1.8em;
}

/* -------------------------------------------------------------------- RESPONSIVE ----------------- */
@media screen and (max-width: 1750px) {

    /* CONTENU CHALKBOARD PAGE PRINCIPALE */
    .chalkboard-content {
        position: absolute;
        top: 9%;
        left: 13%;
        width: 74%;
        height: 82%;
        font-family: 'djb_chalk_it_upregular', Arial sans-serif;
    }

    .youtube iframe {
        border: solid 5px black;
    }

    .chalkboard-content h1 {
        font-size: 3rem;
        padding-bottom: 8%;
    }

    .chalkboard-content h2 {
        padding-top: 2%;
        font-size: 2.5rem;
    }

    .chalkboard-content p {

        font-size: 1.4rem;
    }

    .chalkboard-content p:first-of-type {
        padding-top: 10%;

    }

    article .box-carousel {
        width: 55%;
        position: relative;
        left: 25%;
    }

    .carousel {
        width: 60%;
        height: 100%;
        margin: 0;
        display: inline-block;
        position: relative;
        top: -1%;
        left: 23%;
    }

}

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

    /* CONTENU CHALKBOARD PAGE PRINCIPALE */
    .chalkboard-content h1 {
        font-size: 1.8rem;
        padding-bottom: 6%;
    }

    .chalkboard-content h2 {
        padding-top: 1%;
        font-size: 1.2rem;
    }

    .chalkboard-content p {

        font-size: 1.4rem;
    }

    .chalkboard-content p:first-of-type {
        padding-top: 10%;

    }

}

@media screen and (max-width: 1700px) {
    /* ----- MAIN CONTENT  ------- */
    .chalkboard-content p:first-of-type {
        padding-top: 5%;

    }
}

@media screen and (max-width: 1600px) {
    /* ----- MAIN CONTENT  ------- */
    .chalkboard-content p:first-of-type {
        padding-top: 3%;

    }

    .header-box-option .sidepipeleft {
        width: 45%;
        position: relative;
        top: 15px;
        left: 55%;
        z-index: 5;
    }

    .header-box-option .sidepiperight {
        position: relative;
        top: 28px;
    }

    .header-box-option .sidepipeleft {
        position: relative;
        top: 10px;
        left: 55%;
    }

    .header-box .logomenubar {
        position: relative;
        top: -18px;
    }

    .header-box-option .box-text-pipe {
        position: relative;
        top: -45px;
        letter-spacing: 0.3em;
    }
}

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

    .chalkboard-content h1 {
        font-size: 1.8rem;
        padding-bottom: 8%;
    }

    .chalkboard-content h2 {
        padding-top: 1%;
        font-size: 1.1rem;
    }

    .chalkboard-content p {

        font-size: 1.3rem;
    }

    .chalkboard-content p:first-of-type {
        padding-top: 0%;

    }

    .header-box-option .sidepiperight {
        position: relative;
        top: 23px;
    }

    .header-box .logomenubar {
        position: relative;
        top: -18px;
    }

    .header-box-option .box-text-pipe {
        position: relative;
        top: -45px;
        letter-spacing: 0.3em;
    }
}

@media screen and (max-width: 1450px) {
    /* ----- MAIN CONTENT  ------- */
    .chalkboard-content h2 {
        padding-top: 1%;
        font-size: 0.95rem;
    }

    .chalkboard-content p {

        font-size: 1.2rem;
    }

    .chalkboard-content p:first-of-type {
        padding-top: 5%;

    }

    .header-box-option .box-text-pipe {
        position: relative;
        top: -40px;
        letter-spacing: 0.3em;
        font-size: 0.8em;
    }
}

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

    .header-box-option .sidepiperight {
        position: relative;
        top: 20px;
    }

    .header-box .logomenubar {
        position: relative;
        top: -15px;
    }

    .header-box-option .box-text-pipe {
        position: relative;
        top: -40px;
        letter-spacing: 0.3em;
        font-size: 0.8em;
    }

    .chalkboard-content p:first-of-type {
        padding-top: 2%;

    }
}

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

    .chalkboard-content p {

        font-size: 1.1rem;
    }

    .chalkboard-content p:first-of-type {
        padding-top: 4%;

    }
}

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

    .chalkboard-content p {

        font-size: 1.1rem;
    }

    .chalkboard-content p:first-of-type {
        padding-top: 4%;

    }
}

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

    .chalkboard-content h1 {
        font-size: 1.6rem;
        padding-bottom: 4%;
    }

    .chalkboard-content h2 {
        padding-top: 1.5%;
        font-size: 0.9rem;
    }

    .chalkboard-content p {

        font-size: 1rem;
    }

    .chalkboard-content p:first-of-type {
        padding-top: 4%;

    }

    .header-box-option .sidepipeleft {
        position: relative;
        top: 10px;
        left: 55%;
    }

    .header-box-option .sidepiperight {
        position: relative;
        top: 20px;
    }

    .header-box .logomenubar {
        position: relative;
        top: -12px;
    }

    .header-box-option .box-text-pipe {
        position: relative;
        top: -35px;
        letter-spacing: 0.3em;
        font-size: 0.6em;
    }
}

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

    .chalkboard-content h1 {
        font-size: 1.6rem;
        padding-bottom: 4%;
    }

    .chalkboard-content h2 {
        padding-top: 1.5%;
        font-size: 0.9rem;
    }

    .chalkboard-content p {

        font-size: 1rem;
    }

    .chalkboard-content p:first-of-type {
        padding-top: 4%;

    }

    /* --- Footer --- */
    footer {
        width: 100%;
        padding: 2% 2% 0 2%;
        margin: 0 0 0 0;
        vertical-align: top;
        color: white;
        background-color: rgb(21, 15, 11);
    }

    footer section {
        padding: 2% 2% 2% 2%;
        border: 1px solid #0a0604;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background-color: rgb(10, 6, 4);
        height: 380px;
    }

    footer section h2 {
        font-size: 1.5em;
        padding: 0% 0 3% 0%;
        color: rgb(219, 184, 142);
    }

    footer section p {
        padding: 2% 0 2% 2%;
        line-height: 1.3em;
    }

    footer section article {
        width: 100%;
    }

    footer section article p {
        font-size: 1em;
    }

    footer section iframe {
        width: 100%;
        height: 40%;
        padding: 0;
        margin: 10px 0 0 0;
    }

    footer section a {
        text-decoration: none;
        color: white;

    }

    footer hr {
        background-color: rgb(219, 184, 142);
        border-color: rgb(219, 184, 142);
        color: rgb(219, 184, 142);
    }

    .copyright {
        width: 100%;
        height: 30px;
        background-color: rgb(10, 6, 4);
        font-size: 0.8em;
        vertical-align: center;
        padding: 10px 0 0 0;
        color: rgb(42, 30, 22);
    }

    .social_media {
        margin: 10px 0 0 0;
        width: 20%;
        height: auto;
    }

    .line-height-box {
        line-height: 1.8em;
    }



}

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

    /* CONTENU CHALKBOARD PAGE PRINCIPALE */
    .chalkboard-content h1 {
        font-size: 1.6rem;
        padding-bottom: 4%;
    }

    .chalkboard-content h2 {
        padding-top: 1.5%;
        font-size: 0.8rem;
    }

    .chalkboard-content p {

        font-size: 0.98rem;
    }

    .chalkboard-content p:first-of-type {
        padding-top: 2%;
        padding-bottom: 2%;

    }

}

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

    .chalkboard-content h1 {
        font-size: 1.6rem;
        padding-bottom: 4%;
    }

    .chalkboard-content h2 {
        padding-top: 1.5%;
        font-size: 0.8rem;
    }

    .chalkboard-content p {

        font-size: 0.9rem;
    }

    .chalkboard-content p:first-of-type {
        padding-top: 5%;

    }
}

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

    .navMenu ul li {
        letter-spacing: normal;
        width: 10%;
        display: inline-block;
        vertical-align: middle;
        font-size: 0.8rem;
    }

    /* ----- MAIN CONTENT  ------- */
    .chalkboard-content h1 {
        font-size: 3.5rem;
        padding-bottom: 6%;
    }

    .chalkboard-content h2 {
        padding-top: 1%;
        font-size: 1.6rem;
    }

    .chalkboard-content p {
        padding-top: 0;
        font-size: 1.8rem;
    }

    .chalkboard-content p:first-of-type {
        padding-top: 5%;
        padding-bottom: 3%;

    }

    .carousel img {
        width: 59%;
        height: auto;
        margin: 0;
    }

    article .box-carousel {
        width: 55%;
        position: relative;
        left: 19%;
    }

    .carousel {
        width: 90%;
        margin: 0 5% 0 5%;
        display: inline-block;
        vertical-align: top;
        position: relative;
        top: -0.5%;
        left: 13.5%;
    }

    article {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 0;
        /*background-color: green;*/
    }

    .header-box-option .sidepipeleft {
        position: relative;
        top: 8px;
        left: 55%;
    }

    .header-box-option .sidepiperight {
        position: relative;
        top: 12px;
    }

    .header-box .logomenubar {
        position: relative;
        top: -12px;
    }

    .header-box-option .box-text-pipe {
        position: relative;
        top: -30px;
        letter-spacing: 0.3em;
        font-size: 0.6em;
    }

    /* -----  SECTION BEER   ------*/
    .infoBiere h2 {
        font-size: 1.5rem;
    }

    .infoBiere p {
        font-size: 1rem;
    }

}

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

    .chalkboard-content h1 {
        font-size: 3rem;
        padding-bottom: 4%;
    }

    .chalkboard-content h2 {
        padding-top: 1%;
        font-size: 1.3rem;
    }

    .chalkboard-content p {

        font-size: 1.6rem;
    }

    .chalkboard-content p:first-of-type {
        padding-top: 6%;
        padding-bottom: 3%;

    }
}

@media screen and (max-width: 880px) {
    .chalkboard-content p {

        font-size: 1.5rem;
    }

    .chalkboard-content p:first-of-type {
        padding-top: 5%;
        padding-bottom: 2%;

    }

    /* ------------------------------- Menu ------------------------------------ */
    .box-menu div {
        width: 60%
    }

}

@media screen and (max-width: 830px) {
    .chalkboard-content h1 {
        font-size: 2.5rem;
        padding-bottom: 4%;
    }

    .chalkboard-content h2 {
        padding-top: 1%;
        font-size: 1.3rem;
    }

    .chalkboard-content p {

        font-size: 1.2rem;
    }

    .chalkboard-content p:first-of-type {
        padding-top: 6%;
        padding-bottom: 3%;

    }

}

@media screen and (max-width: 830px) {
    .chalkboard-content p {

        font-size: 1.35rem;
    }
}

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

    p.onglet-menu {
        padding-top: 5%;
        font-size: 0.3rem;
        padding-left: 2%;
    }

    .chalkboard-content h1 {
        font-size: 2.2rem;
        padding-bottom: 4%;
    }

    .chalkboard-content h2 {
        padding-top: 1.5%;
        font-size: 1rem;
    }

    .chalkboard-content p {

        font-size: 1.2rem;
    }

    .chalkboard-content p:first-of-type {
        padding-top: 3%;
        padding-bottom: 2%;

    }
}

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

    body {
        max-width: 640px;
        overflow-x: hidden;
    }

    .wrap {
        overflow: hidden;
    }

    header {

        background-image: url('../images/logos/LCDC_logo_Icon_Soleil_Inverse-04.jpg');
        background-position: center 0px;
        background-size: 420px auto;
        height: 430px;

    }

    .header-box {
       display: none;
    }
    
    p.onglet-menu {
        padding-top: 5%;
        font-size: 0.3rem;
        padding-left: 2%;
    }

    .chalkboard-content h1 {
        font-size: 1.5rem;
        padding-bottom: 2%;
    }

    .chalkboard-content h2 {
        padding-top: 1%;
        font-size: 0.9rem;
    }

    .chalkboard-content p {

        font-size: 1.2rem;
    }

    .chalkboard-content p:first-of-type {
        padding-top: 3%;
        padding-bottom: 2%;

    }

    /* ------- NAVIGATION ----------*/
    nav {
        display: none;
    }

    /* --- menu responsive --- */
    .houblon_menu_responsive {
        padding: 10px 0px 10px 0px;
    }

    .contact_menu_box {
        margin: 20px 0 0 0;
    }

    .contact_menu_responsive {
        /* contact info */
        font-family: 'bebasregular', Arial, sans-serif;
        letter-spacing: 0.1em;
        padding: 0px 0px 5px 0px;
        color: rgb(233, 226, 213);
    }

    /* --- slicknav --- */
    /* Position the slicknav menu #menu */
    .stick_nav_wrapper {
        z-index: 9999;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        margin: 0;

    }

    .slicknav_menu {
        /* Changing the background of the menu */
        z-index: 9999;
        display: block;
        width: 100%;
        margin: 0;

        background-size: 160% auto;
        background-color: transparent;
        background-position: center top;
        padding: 0;
    }

    .slicknav_btn {
        /* Remove the background of the btn */
        background-color: transparent;
    }

    .slicknav_menu .slicknav_menutxt {
        display: none;
        /* Remove the MENU next to the hambourgeois*/
    }

    /* ajuste the rgba background */
    .slicknav_nav {
        padding: 0 0 5% 0;
    }

    .slicknav_nav li a {
        /* font size */
        font-family: 'Bitter', Arial, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.3em;
        font-size: 1.3em;
        color: rgba(233, 226, 213, 0.6);
    }

    .slicknav_nav li:hover *, .slicknav_nav li:before, .slicknav_nav li:after {
        color: rgba(233, 226, 213, 0.6);
        background-color: transparent;
    }

    .slicknav_nav li a:link, .slicknav_nav li a:visited, .slicknav_nav li a:hover, .slicknav_nav li a:active {
        /* font size */
        font-size: 1.3em;
        color: rgb(233, 226, 213);
        border-color: transparent;
        background-color: transparent;
    }

    .slicknav_menu .slicknav_icon-bar {
        /* bar color */
        background-color: rgb(233, 226, 213);
    }

    .logo_mobile {
        /*  Logo size   */
        width: 200px;
    }

    .menu_display_off {
        position: static;
    }

    /* -------------------------- MAIN CONTENT RESPONSIVE -------------------- */
    article {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding: 0;
        background-color: transparent;
    }

    .carousel {
        width: 85%;
        margin: 0 5% 0 7%;
        display: inline-block;
        vertical-align: top;
    }

    .hidden_responsive {
        display: none;
    }

    /* --- Menu Responsive --- */

    .box-menu div {
        width: 25%
    }

    .menu_temporaire {
        font-size: 1.1rem;
    }

    .box-menu h2 {
        font-size: 0.8rem;
        text-transform: lowercase;
        padding: 5%;
    }

    .box-menu2 h2 {
        font-size: 0.8rem;
        text-transform: lowercase;
        padding: 5%;
    }

    .box-menu2 div {
        width: 40%;
        padding: 2%;
    }



    .menu_box ul li {
        display: inline-block;
        width: 100%;
        padding: 2% 1.5% 2% 1.5%;
    }

    .first_choice {
        line-height: 1em;
    }

    .box-menu div:last-of-type {

        margin-bottom: 10%;
    }

    /*--- Events ---*/
    .containerEvenement {

        padding-bottom: 3%;

    }

    .containerEvenement article {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .containerEvenement article:first-of-type div:first-of-type {
        display: none;

    }

    .containerEvenement article:first-of-type div:last-of-type {
        width: 100%;
        text-align: left;

    }

    .containerEvenement img {
        width: 80%;
        padding: 0 0 0 0;
        margin: 0;
        border: 1px solid #DBB88E;
    }

    .containerEvenement article:last-of-type div:first-of-type {
        padding-top: 1%;
        width: 100%;
        text-align: center;

    }

    .containerEvenement article:last-of-type div:last-of-type {
        width: 100%;
        text-align: left;

    }

    .containerEvenement h2 {

        font-size: 1.2rem;
        padding: 5% 0 3% 0;
    }

    .containerEvenement p {
        line-height: 150%;
        padding: 0 5% 0 5%;
        font-size: 0.8rem;

    }

    /* -----------BEER responsive PAT ------- */
    .infoBiere {

        width: 100%;

    }

    /* --- Footer Responsive--- */
    footer {
        width: 100%;
        padding: 2% 2% 0 2%;
        margin: 0 0 0 0;
        vertical-align: top;
        color: white;
        background-color: rgb(21, 15, 11);
    }

    section {
        width: 95%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 2% 2.5% 2% 2.5%;
    }

    footer section {
        padding: 4%;
        border: 1px solid #0a0604;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: rgb(10, 6, 4);
        height: auto;
    }

    footer section h2 {
        font-size: 1.5em;
        padding: 0% 0 3% 0%;
        color: rgb(219, 184, 142);
    }

    footer section:last-of-type {
        display: none;

    }

    footer section p {
        padding: 2% 0 2% 2%;
        line-height: 1.3em;
    }

    footer section article {
        width: 100%;
    }

    footer section article p {
        font-size: 1em;
    }

    footer section iframe {
        width: 100%;
        height: 40%;
        padding: 0;
        margin: 10px 0 0 0;
    }

    footer section a {
        text-decoration: none;
        color: white;

    }

    footer hr {
        background-color: rgb(219, 184, 142);
        border-color: rgb(219, 184, 142);
        color: rgb(219, 184, 142);
    }

    .copyright {
        width: 100%;
        height: 30px;
        background-color: rgb(10, 6, 4);
        font-size: 0.8em;
        vertical-align: center;
        padding: 10px 0 0 0;
        color: rgb(42, 30, 22);
    }

    footer article {

        text-align: center;
    }

    footer article:last-of-type p {

        font-size: 0.8rem;
    }

    .social_media {

        margin: 10px 0 0 0;
        width: 20%;
        height: auto;
    }

    .line-height-box {
        line-height: 1.8em;
    }

    @media screen and (max-width: 540px) {
        .chalkboard-content h1 {
            font-size: 1.5rem;
            padding-bottom: 2%;
        }

        .chalkboard-content h2 {
            padding-top: 1%;
            font-size: 0.7rem;
        }
    }
    @media screen and (max-width: 420px) {
        .chalkboard-content h1 {
            font-size: 1.2rem;
            padding-bottom: 1.5%;
        }

        .chalkboard-content h2 {
            padding-top: 1%;
            font-size: 0.5rem;
        }
    }
    @media screen and (max-width: 320px) {
        .chalkboard-content h1 {
            font-size: 1.2rem;
            padding-bottom: 1.5%;
        }

        .chalkboard-content h2 {
            padding-top: 1%;
            font-size: 0.5rem;
        }
    }
}