@font-face {
    font-family: 'Veneer';
    src: url(../fonts/veneer-2/Veneer.ttf) format('truetype');
}

html,
body,
div,
section,
p,
a,
ul,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    list-style: none;
}

body,
html {
    font-family: 'Veneer', sans-serif;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
    background: #000;
}

a {
    color: inherit;
    text-decoration: none
}

.container-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    z-index: 10;
}

.a-logo-stalac img {
    display: block;
    width: 70px;
}

.container-nav ul {
    display: flex;
    list-style: none;
    gap: 50px;
    position: relative;
    top: 5px;
}

.container-nav ul li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Veneer', sans-serif;
    font-size: 26px;
    line-height: 28px;
}

.nav-item {
    background: linear-gradient(to right, #005989, #005989 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.2s ease-in-out;
}

.nav-item:hover {
    background-position: 0;
}

a:hover::before {
    width: 100%;
}

.container-banner {
    width: 100%;
    height: 800px;
    position: relative;
    margin-top: 103px;
}

video {
    object-fit: cover;
    object-position: 0% 20%;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 800px;
}

.section-title {
    background: #000;
    text-align: center;
    color: #fff;
    position: relative;
}


h1,
h2 {
    font-size: 80px;
    display: block;
    padding: 40px 0;
    position: relative;
    top: 10px;
}


.section-presentation {
    background: url('../img/bg-grey2.png') no-repeat center center #445B6E;
    background-size: cover;
    padding-top: 70px;
    position: relative;
}

.container-presentation-content {
    margin: 0 auto;
    padding: 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
}

.presentation-text-left,
.presentation-text-right {
    flex: 1;
    color: #fff;
    font-family: 'poppins';
}

.container-p-presentation {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 290px;
    margin: auto;
    font-size: 18px;
    line-height: 28px;
}

.presentation-text-left strong {
    font-family: 'Veneer';
    font-size: 20px;
}

.bottle-presentation {
    width: 250px;
    height: auto;
    flex-shrink: 0;
}

.logo-stalac-presentation {
    width: 150px;
    height: auto;
}

.presentation-text-right {
    font-family: 'Veneer', sans-serif;
    font-size: 36px;
    text-align: center;
}

.presentation-text-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    align-items: center;
}

.title-bieres {
    background: #fff;
    color: #000;
}

.section-biere {
    padding: 80px 0;
}

.blanche {
    background: url('../img/bg-grey2.png') #005989;
    background-size: cover;
    position: relative;
}

.blonde {
    background: url('../img/bg-grey2.png') #CF9100;
    background-size: cover;
    position: relative;
}

.rousse {
    background: url('../img/bg-grey2.png') #B94D05;
    background-size: cover;
    position: relative;
}

.ipa {
    background: url('../img/bg-grey2.png') #1A4726;
    background-size: cover;
    position: relative;
}

.container-beer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 90px;
}

.bloc-text-beer {
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.title-beer {
    font-size: 100px;
    letter-spacing: 10px;
    position: relative;
    padding: 0;
}

.bottle-blanche {
    width: 150px;
    height: auto;
    flex-shrink: 0;
}

.presetation-beer {
    font-family: 'poppins', sans-serif;
    max-width: 390px;
    margin: auto;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
}

.degres-beer {
    font-size: 22px;
}

.slide-beers {
    cursor: grab;
}

.slick-prev {
    transform: rotate(180deg);
    position: absolute;
    top: 38%;
    left: 50px;
    z-index: 9;
    background: inherit;
    border: none;
    cursor: pointer;
}

.slick-next {
    position: absolute;
    top: 38%;
    right: 50px;
    z-index: 9;
    background: inherit;
    border: none;
    cursor: pointer;
}

.slick-prev img,
.slick-next img {
    width: 40px;
}

.slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    gap: 10px;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    margin: 0;
    padding: 0;
}

.slick-dots li button {
    background: transparent;
    border: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.slick-dots li.slick-active button {
    background-color: #fff;
}

button:focus,
button:active {
    outline: none;
}

h2 span {
    color: #88B04B;
}


.contact-section {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 50px;
    position: relative;
    -webkit-box-shadow: 1px -27px 62px -6px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 1px -27px 62px -6px rgba(0, 0, 0, 0.57);
    box-shadow: 1px -27px 62px -6px rgba(0, 0, 0, 0.57);

}



.contact-section h3 {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 25px;
}

.p-contact {
    font-family: 'poppins', sans-serif;
}

.contact-form {
    max-width: 600px;
    margin: 25px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    text-align: left;
    color: #000;

}

.contact-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 6px 0;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.contact-form button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Veneer';
    font-size: 20px;
    padding-top: 15px;
}

.contact-form button:hover {
    background-color: #0056b3;
}

.insta img {
    width: 40px;
    margin-top: 10px;
}

footer {
    background: #000;
    color: #fff;
    display: flex;
    font-family: 'poppins';
    font-size: 12px;
    line-height: 14px;
    padding: 40px;
    justify-content: center;
    gap: 60px;
}

.copyright {
    display: flex;
}

footer a {
    text-decoration: underline;
    padding-left: 5px;
}

.section-ml {
    margin-top: 120px;
    text-align: center;
    padding: 0 150px;
    background: #fff;
    margin-top: 100px;
    padding-bottom: 100px;
    padding-top: 50px;
}

.p-mentionsLegales {
    font-family: 'poppins', sans-serif;
}

.smaller {
    font-size: 12px;
}

.modal-content h2 {
    font-size: 40px;
    line-height: 40px;
    padding: 0;
    padding-bottom: 20px;

}

#ageModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

#ageModal .modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    max-width: 90%;
}

/* Style du message d'erreur */
#error-message {
    color: red;
    margin-top: 20px;
    font-weight: bold;
}

#majeur {
    color: #fff;
    background: #005989;
    padding: 13px 12px 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s;
    margin-top: 200px;
}

#mineur {
    color: #fff;
    background: #000;
    padding: 13px 12px 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s;
}

.p-verif {
    margin: 20px 0;
}
/* 
.modal-content #mineur:hover {
    background: #005989;
}

.modal-content #majeur:hover {
    background: #000;
} */


.draggable {
    -webkit-box-shadow: 1px -27px 62px -6px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 1px -27px 62px -6px rgba(0, 0, 0, 0.57);
    box-shadow: 1px -27px 62px -6px rgba(0, 0, 0, 0.57);

}

.filter{
    height: 700px;
    width: 100%;
    background: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    left: 0;
}


@media (max-width:780px) {

    h1,
    h2 {
        font-size: 50px;
        padding: 40px 20px;
    }

    video {
        object-position: 56% 0%;
        height: 400px;
    }

    .container-banner{
        height: 400px;
    }

    .container-header {
        padding: 20px;
    }

    .container-nav ul {
        gap: 20px;
    }

    .container-presentation-content {
        flex-wrap: wrap;
        padding: 0 50px;
    }

    .container-p-presentation {
        gap: 20px;
    }

    .bottle-presentation {
        order: 3;
    }

    .presentation-text-right {
        margin-top: 20px;
        gap: 0;
    }

    .presentation-text-right h2 {
        font-size: 40px;
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .presentation-text-left,
    .presentation-text-right {
        flex: auto;
    }

    .bottle-presentation {
        width: 150px;
    }

    #oursBeers {
        font-size: 50px;
    }

    .container-beer {
        flex-wrap: wrap;
        gap: 15px;
        padding: 0 25px;
    }

    .blanche,
    .ipa,
    .rousse,
    .blonde {
        background-position: center;
    }

    .bottle-blanche {
        width: 85px;
    }

    .slick-prev img,
    .slick-next img {
        width: 20px;
    }

    .slick-next {
        right: 20px;
        top: 48%;
    }

    .slick-prev {
        left: 20px;
        top: 48%;

    }

    footer {
        margin-top: 0;
        flex-wrap: wrap;
        gap: 10px;
    }

    .copyright {
        flex-wrap: wrap;
    }

    .warning,
    .p-footer {
        text-align: center;
        width: 100%;
    }

    .p-footer a {
        text-align: center;
        padding: 20px 0;
        width: 100%;
        display: block;
    }

    .draggable{
        height: 80vh;
    }
    .title-beer{
        font-size: 80px;
    }
    .slick-dots{
        bottom: 5px;
    }
    .slick-dots li button{
        width: 12px;
        height: 12px;
    }
    .bloc-text-beer{
        gap: 20px;
    }
    .section-ml{
        padding: 50px 20px;
        margin-top: 60px;
    }

    .section-biere{
        padding: 40px 0;
    }
}

@media (max-width:510px) {
    /* .section-biere {
        min-height: 710px !important;
    } */
}