
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}


/*************************
*      Import Fonts
**************************/

/* Monserrat */
@font-face  {
    font-family: 'Montserrat_bold';
    src: url(../fonts/Montserrat/Montserrat-Bold.ttf);
}

@font-face  {
    font-family: 'Montserrat_light';
    src: url(../fonts/Montserrat/Montserrat-Light.ttf);
}

@font-face  {
    font-family: 'Montserrat_regular';
    src: url(../fonts/Montserrat/Montserrat-Regular.ttf);
}

@font-face  {
    font-family: 'Montserrat_medium';
    src: url(../fonts/Montserrat/Montserrat-Medium.ttf);
}

/* Patricia Gothic */
@font-face  {
    font-family: 'Patricia_bold';
    src: url(../fonts/Patricia_Gothic/patricia_gothic_bold-webfont.woff),
    url(../fonts/Patricia_Gothic//patricia_gothic_bold-webfont.woff2);
}

/*************************
*      Title H*
**************************/

h1 {
    font-family: Patricia_bold;
    font-size: 50px;
    color: #FFAD4D;
}

h2 {
    font-family: Montserrat_medium;
    font-size: 25px;
    color: #fff;
    text-shadow: 0 0 4px rgba(15, 15, 15, 0.5);
}

h3 {
    font-family: Patricia_bold;
    font-size: 20px;
    color: #101010;
}

h4 {
    font-family: Montserrat_medium;
    font-size: 20px;
    color: #FFAD4D;
}

h5 {
    font-family: Montserrat_regular;
    font-size: 20px;
    color: #fff;
}

h6 {
    font-family: Patricia_bold;
    font-size: 15px;
    color: #101010;
}


body {
    background-color: #ffff;
    font-family: Montserrat_regular;
    font-size: 14px;
    line-height: 25px;
}

.btn {
    border: 2px solid #630202;
    color: #630202;
    background-color: transparent;
    border-radius: 0;
    font-family: Patricia_bold;
    transition: .3s all;
    padding: 8px 20px;
}

.btn svg{
    margin-left: 10px;
    font-size: 12px;
}

.btn:hover {
    color: #fff;
    background-color: #630202;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.btn-orange {
    border: 2px solid #FFAD4D;
    color: #FFAD4D;
    background-color: transparent;
    transition: .3s all;
}

.btn-orange:hover {
    border: 2px solid #FFAD4D;
    background-color: #FFAD4D;
    color: #fff;
}

.clearfix  {
    height: 50px;
}

.clearfix-full {
    height: 80px;
}

.notice-addflash {
    position: fixed;
    top: 15%;
    z-index: 2000;
    right: 2%;
}

.mobile-number, .mobile-number:hover {
    text-transform: underline;
    color:rgb(94, 0, 0);
}

.custom-file-label::after {
    content: 'Ajouter';
}

.custom-control-label::before {
    border-color:rgb(94, 0, 0);
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color:rgb(94, 0, 0);
    border-color:rgb(94, 0, 0);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color:rgb(94, 0, 0);
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-control-label a, .custom-control-label a {
    color:rgb(94, 0, 0);
    text-decoration: underline;
}

.alert {
    border-radius: 0;
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb .breadcrumb-item a {
    color: #101010;
}

.breadcrumb .breadcrumb-item.active {
    color: #630202;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPjxwYXRoIGQ9Ik0yLjUgMEwxIDEuNSAzLjUgNCAxIDYuNSAyLjUgOGw0LTQtNC00eiIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9zdmc+);
}


/* Banière site pedago */
.corner-ribbon.bottom-left {
    left: -55px;
    z-index: 70;
}


/* navbar Admin */
.navbar-admin.fixed-admin {
    height: 100vh;
    width: 40px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 30px 0;
    box-shadow: 4px 0 10px rgba(16, 16, 16, .25);
    z-index: 1040;
    transition: .3s;
}

.navbar-admin.fixed-admin.active{
    width: 75px;
}

.navbar-admin.fixed-admin a {
    width: 100%;
    height: 15%;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    transition: .3s;
}

.navbar-admin.fixed-admin a.active {
    font-size: 25px;
}

.navbar-admin .navbar-brand {
    margin: 0;
}

.navbar-admin.fixed-admin a img {
    width: 40px;
}

.vertical-nav-menu-ft {
    height: 85%;
}

.vertical-nav-menu-ft li {
    list-style: none;
    height: calc(100%/7);
    display: flex;
    align-items: center;
}

.vertical-nav-menu-ft li a{
    display: flex;
    justify-content: center;
    color: #630202;
}

.booking-front-menu {
    position: relative;
}

.pills-front {
    position: absolute;
    top: 7px;
    left: -2px;
}

.pills-front #pills {
    border-radius: 50%;
    width: 17px;
    height: 17px;
}


/* navbar Desktop */
.header-navbar {
    background-color: transparent; 
    height: auto;
}

.header-navbar .navbar {
    background-color: transparent;
    height: 60px;
    margin-top: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.header-navbar .logo-navbar-neptune {
    width: 90%;
}

.header-navbar .navbar-brand {
    width: 200px;
}

.header-navbar .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.header-navbar .navbar .nav-item {
    padding-left: 30px;
}

.header-navbar .navbar .nav-item:hover, .header-navbar .navbar .nav-item.active {
    background-image: url(../assets/diamonds.svg);
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: 20px 16px;
    /* transition: .3s all; */
}

.header-navbar.nav-design .navbar .nav-item:hover, .header-navbar.nav-design .navbar .nav-item.active {
    background-image: url(../assets/diamonds-red.svg);
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: 20px 16px;
}


.header-navbar .navbar .nav-item .nav-link {
    text-transform: uppercase;
    color: #ffff;
    font-size: 13px;
    font-family: Patricia_bold;
    transition: .3s all;
}

.header-navbar .navbar .nav-item:hover .nav-link, .header-navbar .navbar .nav-item.active .nav-link {
    color: #FFAD4D;
}

/* nav-design au scroll */
.nav-design {
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(16, 16, 16, .25);
    transition: .5s ease-in-out;
}

.header-navbar.nav-design .navbar .nav-item .nav-link {
    color: #101010;
}

.header-navbar.nav-design .navbar .nav-item.active .nav-link, .header-navbar.nav-design .navbar .nav-item:hover .nav-link {
    color: #630202;
}




/* navbar Mobile */
.navbar-brand-mobile {
    position: fixed;
    z-index: 1030;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
}

.navbar-brand-mobile img {
    width: 40%;
    height: auto;
    margin: 20px;
}

.header-navbar-mobile {
    background-color: #630202; 
    height: auto;
    box-shadow: 0 -3px 10px rgba(16, 16, 16, 0.3);
}

.header-navbar-mobile .container-item-first .nav-item {
    list-style: none;
    width: 30px;
    /* height: 30px; */
}

.fixed-bottom {
    z-index: 1050;
}

.header-navbar-mobile .container-item-first .nav-item:first-child {
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(45deg);
    margin-top: 5px;
}

.header-navbar-mobile .nav-link, .header-navbar-mobile button svg {
    color: #fff;
    font-size: 20px;
}

.header-navbar-mobile .nav-link:hover svg, .header-navbar-mobile button:hover svg {
    filter: drop-shadow(0px 0px 10px #FFAD4D);
}

.header-navbar-mobile .container-item-first .nav-item.active .nav-link svg {
    color: #FFAD4D;
    filter: drop-shadow(0px 0px 10px #FFAD4D);
}

.header-navbar-mobile button.notActive, .header-navbar-mobile button.notActive svg {
    color: #fff;
    filter: none;
}

.header-navbar-mobile .container-item-first .nav-item:first-child.active .nav-link svg {
    filter: none;
}

.header-navbar-mobile .container-item-first .nav-item:first-child.active {
    filter: drop-shadow(0px 0px 10px #FFAD4D);
}

.header-navbar-mobile #sous-menu .nav-item.active .nav-link svg {
    color: #FFAD4D;
}

.header-navbar-mobile .container-item-first .nav-item:first-child .nav-link {
    color: #630202;
    font-size: 15px;
}

.header-navbar-mobile .container-item-first .nav-item:first-child:hover {
    box-shadow: 0px 0px 10px #FFAD4D; 
}

.header-navbar-mobile #sous-menu .nav-link{
    color: #101010;
    text-align: center;
    line-height: 1.4;
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
}

.header-navbar-mobile #sous-menu .nav-link svg{
    color: #630202;
    font-size: 15px;
}

.header-navbar-mobile button.active, .header-navbar-mobile button.active svg  {
    color: #FFAD4D;
    filter: drop-shadow(0px 0px 10px #FFAD4D);
}

.header-navbar-mobile .container-item-first .nav-item:first-child a {
    transform: rotate(-45deg);
}

.header-navbar-mobile .container-item-first {
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1032;
}

.header-navbar-mobile .navbar-collapse {
    position: absolute;
    display: none;
    bottom: 56px;
    left: -15px;
    background-color: #fff;
    width: 100vw;
    z-index: 10;
    transition: .5s all;
    box-shadow: 0 -3px 10px rgba(16, 16, 16, 0.25);
}

.header-navbar-mobile .navbar-nav {
    flex-direction: row;
    justify-content: space-around;
    width: 100%;    
    padding: 0 15px 0 10px;
}

.header-navbar-mobile .navbar-nav .nav-item {
    width: 100%;
}


.header-navbar-mobile .navbar-nav .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .3s all;
    visibility: hidden;
    opacity: 0;
    font-size: 15px;
}

.header-navbar-mobile .navbar-nav .nav-link svg {
    margin-bottom: 5px;
}


@keyframes openSousmenu {
    0% {
        height: 0;
        display: none;
    }
    100% {
        height: 75px;
        display: flex;
    }
}

@keyframes closeSousmenu {
    0% {
        height: 75px;
        display: flex;
    }
    100% {
        height: 0;
        display: none;
    }
}

@keyframes OpacityopenSousmenu {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes OpacitycloseSousmenu {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}


/* Login */
/* .container-full {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}

.container-full .form-login {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.container-full .form-login .btn {
    margin: 0 15%;
} */
#connexion .modal-body form {
    display: flex;
    flex-direction: column;
}

.modal-login {		
    color: #636363;
    width: 350px;
    margin: 80px auto 0;
}

.modal-login .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

.modal-login .modal-header {
    border-bottom: none;   
    position: relative;
    justify-content: center;
}

.modal-login h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}

.modal-login .form-control:focus {
    border-color: #70c5c0;
}

.modal-login .form-control {
    min-height: 40px;
    border-radius: 3px; 
}

.modal-login .close {
    position: absolute;
    top: -5px;
    right: -5px;
}	

.modal-login .modal-footer {
    background: #ecf0f1;
    border-color: #dee4e7;
    text-align: center;
    justify-content: center;
    margin: 0 -20px -20px;
    border-radius: 5px;
    font-size: 13px;
}

.modal-login .modal-footer a {
    color: #999;
}	

.modal-login .avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #FFAD4D;
    padding: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-login .avatar img {
    width: 100%;
}

.modal-login .btn {
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
}

.trigger-btn {
    display: inline-block;
}





/* Subheader-hero */
.subheader-full {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    border: 10px solid #fff;
}

.subheader-full .filter-opacity-subheader {
    background: linear-gradient(rgb(0, 0, 0, 0.9), 25%, rgba(0, 0, 0, 0.0));
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.subheader .filter-opacity-subheader {
    background: linear-gradient(rgb(0, 0, 0, 0.8), 60%, rgba(0, 0, 0, 0.0));
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.subheader-full .container-hero-img {
    width: 130%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transform: translate(-10%, -10%);
    /* transform: rotate(180deg) translate(20%, -10%); */
}

.container-hero-img img {
    width: 100%;
    height: auto;
}


.subheader-full .container-logo {
    position: absolute;
    width: 60%;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 50;
    /* background: -moz-radial-gradient(center, ellipse cover,  rgba(16,16,16,1) 0%, rgba(18,18,18,1) 1%, rgba(152,152,152,0) 57%, rgba(255,255,255,0) 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(16,16,16,1) 0%,rgba(18,18,18,1) 1%,rgba(152,152,152,0) 57%,rgba(255,255,255,0) 100%);
    background: radial-gradient(ellipse at center,  rgba(16,16,16,1) 0%,rgba(18,18,18,1) 0%,rgba(152,152,152,0) 57%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#00ffffff',GradientType=1 ); */
}

.subheader-full .container-title {
    position: absolute;
    width: 50%;
    top: 50%;
    transform: translate(-10%, -50%);
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 50;
    text-align: left;
}

.container-title {
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 51;
}

.subheader-full .container-logo img {
    width: 60%;
}

.subheader-full .container-logo .btn {
    color: #fff;
    border: 2px solid #fff;
    margin: 20px;
    background-color: rgba(16, 16, 16, 0.6);
    padding: 8px 20px;
}

.subheader-full .container-logo .btn:hover {
    color: #fff;
    border: 2px solid #630202;
    background-color: #630202;
    transition: .3s all;
}

.subheader {
    width: 100%;
    height: 70vh;
    position: relative;
    overflow: hidden;
    border: 10px solid #fff;
}

.subheader .container-hero-img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-hero {
    width: 100%;
    height: auto;
}

.container-anchor-hero {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 10;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%)rotate(45deg);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    border: 1px solid #630202;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.anchor-arrow {
    transform: rotate(-45deg);
    margin: 3px 0 0 3px;
    font-size: 13px;
    color: #630202;
}


/* Footer */
footer .separate-m-f {
    height: 7.5px;
    margin: 0 auto;
    color: #630202;
    background-color: #630202;
    border: 0;
}

footer .container-top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 92%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 16px;
}

footer .logo-footer img {
    width: 100%;
    height: auto;
}

footer .menu-footer ul li, footer .address ul li {
    list-style: none;
}

footer .menu-footer, footer .address {
    font-size: 10px;
}

footer .menu-footer a {
    color: #101010;
    transition: .1s all;
}

footer .menu-footer a:hover {
    color: #630202;
}

footer .menu-footer li {
 margin-bottom: 3px;
}

footer h6 {
    margin-bottom: 20px;
}

footer .address ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}

footer .address ul li p {
    margin-bottom: 0;
}

footer .address ul li svg, footer .container-map svg.fa-map-marker-alt {
    font-size: 18px;
    margin-right: 15px;
    color: #630202;
}

footer .container-map {
    overflow: hidden;
    display: flex;
    flex-direction: row;
}

footer .container-map iframe {
    position: relative;
    height: 100%;
}

footer .container-map small a {
    position: absolute;
    bottom: 80%;
    right: 10%;
}

footer .container-map small a svg {
    font-size: 1.2rem;
    color: #101010;
    transition: 0.3s ease-in-out;
}

footer .container-map small a:hover svg{
    color: #630202;
}

footer .separate-f-top-bottom {
    height: 1px;
    margin: 0 auto;
    margin-bottom: 10px;
    color: rgba(94, 0, 0, 0.5);
    background-color: rgba(94, 0, 0, 0.5);
    border: 0;
    width: 90%;
}

footer .copyright {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

footer .copyright p {
    font-size: 8px;
}

footer .copyright .container-icon-rs {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin-bottom: 10px;
    align-items: center;
}

footer .copyright .container-icon-rs a {
    font-size: 15px;
    margin-left: 15px;
    color: #101010;
    transition: .2s all ease-out;
}

footer .copyright .container-icon-rs a:hover {
    font-size: 15px;
    color: #630202;
}

footer .copyright .container-icon-rs a .fa-instagram {
    font-size: 18px;
    margin-top: 3.75px;
}

footer .copyright .container-icon-rs a .fa-instagram:hover {
    font-size: 18px;
    color: #630202;
}


/* Back to top */
.bttp {
    position: fixed;
    z-index: 1029;
    right: 2%;
    bottom: 32px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #630202;
    box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.2);
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;

}

.bttp svg {
    transform: rotate(-45deg);
    font-size: 13px;
    color: #630202;
}

.show { 
    display: flex;
}


/***********************
        Pages
***********************/
/* Pages */
.container-page {
    margin-top: 30px;
    margin-bottom: 50px;
}

/* Home */

.actus .container-actus {
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.actus .container-actus .trident {
    width: 40px;
    height: 40px;
}

.actus .container-actus p {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    text-align: center;
}

.month-coktail-section {
    height: 60vh;
    width: 100%;
    /* background-color: blue; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.month-coktail-section video {
    width: 100%;
    height: auto;
}

.month-coktail-section .filter-opacity-video {
    background: -moz-linear-gradient(right, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.38) 25%,rgba(0,0,0,0.56) 40%,rgba(0,0,0,0.8) 56%,rgba(0,0,0,0.9) 100%);
    background: -webkit-linear-gradient(right, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.38) 25%,rgba(0,0,0,0.56) 40%,rgba(0,0,0,0.8) 56%,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.4) 25%,rgba(0,0,0,0.5) 40%,rgba(0,0,0,0.8) 56%,rgba(0,0,0,0.9) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.month-coktail-section .container-video {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 25px;
    top: 0;
    height: 100%;
}

.month-coktail-section .container-video-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
}

.month-coktail-section h3 {
    color: #fff;
    margin: 10px 0 0 0;
}

.month-coktail-section p {
    color: #fff;
    margin: 40px 0;
}

/* Instagram */
.instagram-section {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0;
}

.separate-i-title {
    height: 2px;
    color: #630202;
    background-color: #630202;
    border: 0;
    width: 25%;
}

.notice-section {
    height: 60vh;
    width: 100%;
}

.notice-section ul, .notice-section ol {
    list-style: none
}

.notice-section .container-slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.notice-section .slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    overflow: hidden;
    position: relative;
}

.notice-section .slider ul, .notice-section .slider ul li {
    width: 100%; 
    height: 100%
}

.notice-section .slider ul {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
}

.notice-section .slider ul li {
    text-align: center;
    line-height: 400px;
    font-size: 50px;
    color: #EAEAEA;
    background: #222;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notice-section .slider ul li img {
    width: 100%;
    height: auto;
}

.notice-section .slider ul li .container-comment {
    position: absolute;
    text-align: center;
    background: linear-gradient(to right, rgb(0, 0, 0, 0), 20%, rgba(0, 0, 0, 0.6), 60%, rgb(0, 0, 0, 0));
}

.notice-section .slider ul li .container-comment h5 {
    font-style: italic;
}

.notice-section .slider ul li .container-comment h6 {
    color: #FFAD4D;
}

.notice-section .slider ol {
    position: absolute;
    right: 0;
    top: 50%;
    padding-right: 15px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.notice-section .slider ol li {
    width: 12.5px;
    height: 12.5px;
    transform: rotate(45deg);
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #630202;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}

 .notice-section .slider ol li.active {
    background: #630202;
    border: 1px solid #FFAD4D;
}

.notice-section .slider ol li:hover {
    background: #630202;
    border: 1px solid #FFAD4D;
}


.bttp svg {
    transform: rotate(-45deg);
    font-size: 13px;
    color: #630202;
}

.link-testimonials {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 10%;
    border-radius: 50%;
    border: 1.5px solid #fff;
    width: 40px;
    height: 40px;
    font-size: 30px;
    color: #fff;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.link-testimonials span:first-child {
    margin-left: 52px;
    margin-right: 0;
    transition: .3s;
}

.link-testimonials:hover span:first-child {
    margin-left: 0px;
    margin-right: 10px;
}

.link-testimonials .link-text {
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
    transition: .9s;
}

.link-testimonials:hover {
    border: 1.5px solid #fff;
    color: #fff;
    background-color: #630202;
    border-radius: 0;
    width: 200px;
}

.link-testimonials:hover .link-text {
    opacity: 1;
    visibility: visible;
}

#modalTestimonialLabel {
    color: #101010;
}


#modalTestimonial form, #modalTestimonial form .form-control {
    font-size: 13px;
}

textarea#testimonials_front_testimonial {
    min-height: 80px;
    max-height: 120px;
}

.modal-body-testimonials .row {
    margin-left: 0;
}

.modal-body-testimonials .col-md-6 {
    padding-left: 0;
}

.modal-body-testimonials .col-md-6:last-child {
    padding-right: 0;
}


.form-control{
    border-radius: 0;
}

input.custom-file-label {
    border-radius: 0;
}

.modal-header h5 {
    color: #101010;
}

.form-control:focus {
    box-shadow: none;
    border-color:#630202;
}




/* About */
.infos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-height: 300px;
    position: relative;
    margin: 50px 0;
    padding: 50px 0 0 0;
} 

.b-t-about {
    height: 1px;
    color: #630202;
    background-color: #630202;
    border: 0;
    width: 100%;
    position: absolute;
    top: -30px;
    left: 45%;
}

.b-t-about-boss {
    height: 1px;
    color: #630202;
    background-color: #630202;
    border: 0;
    width: 80%;
    position: absolute;
    top: -30px;
    left: -50%;
}

.infos .info-img .content-img {
    transform: rotate(45deg);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    border: 2px solid #630202;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    background-color: #fff;
}

.infos .info-img {
    display: flex;
    justify-content: center;
    min-height: 300px;
}

.infos .info-img .content-img img {
    transform: rotate(-45deg);
    width: 300px;
    height: auto;
}

.infos .info-img .content-img .trident-img {
    transform: rotate(-45deg);
    width: 50px;
    position: absolute;
    bottom: -13px;
    left: 160px;
}

.infos .info-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.infos .info-text h3 {
    color: #630202;
}

.infos.info-bar .info-text p { 
    text-align: right;
    margin-top: 20px;
    width: 85%;
}

.infos.info-boss {
    flex-direction: row-reverse;
}

.infos.info-boss .info-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.infos.info-boss .info-text p { 
    text-align: left;
    margin-top: 20px;
    width: 75%;
}

/* Cave */
.slider-basement {
    margin: 0 0 50px 0;
    position: relative;
    overflow: hidden;
}

.btn-slider {
    padding: 8px 10px 8px 20px;
    color: #FFAD4D;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s ease;
    border: 1px solid #630202;
    border-left: none;
  }

.btn-slider svg {
    color: #630202;
}

.btn-slider:nth-last-child(1) {
    padding: 8px 20px 8px 10px;
    border-left: 1px solid #630202;
    border-right: none;
}

.card {
    background: #FFFFFF;
    width: 200px;
    height: 200px;
    margin: 100px auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    padding: 48px;
    display: flex;
    justify-content: center;
    transform: rotate(45deg);
    transition: .3s all;
    z-index: 50;
    border: 1px solid #630202;
    border-radius: 0;
  }

  .card:hover {
    box-shadow: 0 0px 20px rgba(94, 0, 0, 0.5);
  }
  
  .products {
    transition: 0.5s ease;
    transform: rotate(-45deg);
    text-align: center;
    height: 100px;
  }
  
  .product {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
  }
  .product.active {
    opacity: 1;
    visibility: visible;
  }
  
  .thumbnail {
    margin: -30px 0 30px;
    position: absolute;
    top: -30px;
    left: 80px;
    z-index: 50;
  }

  .thumbnail img {
    height: 275px;
  }
  
  .title {
    margin: 0 -20px 12px;
    color: #630202;
    font-size: 24px;
    transition: 0.5s ease;
    position: absolute;
    left: -60px;
    top: 35px;
    width: 200px;
  }
  
  .description {
    margin: 0 0 48px;
  }
  
  .footer-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
  }
  
  
  @-webkit-keyframes notShowNext {
    0% {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
    75% {
        opacity: 0;
    }
    100% {
        transform: translateX(-30vw);
        visibility: hidden;
    }
  }
  
  @keyframes notShowNext {
    0% {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
    75% {
        opacity: 0;
    }
    100% {
        transform: translateX(-30vw);
        visibility: hidden;
    }
  }

  @-webkit-keyframes showNext {
    0% {
        transform: translateX(20vw);
        opacity: 0;
        visibility: hidden;
    }
    75% {
        opacity: 1;
    }
    100% {
        transform: translateX(0);
        visibility: visible;
    }
  }
  
  @keyframes showNext {
    0% {
        transform: translateX(20vw);
        opacity: 0;
        visibility: hidden;
    }
    75% {
        opacity: 1;
    }
    100% {
        transform: translateX(0);
        visibility: visible;
    }
  }

    
  @-webkit-keyframes notShowPrev {
    0% {
      transform: translateX(0);
      opacity: 1;
      visibility: visible;
    }
    75% {
        opacity: 0;
    }
    100% {
        transform: translateX(25vw);
        visibility: hidden;
    }
  }
  
  @keyframes notShowPrev {
    0% {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
      }
      75% {
          opacity: 0;
      }
      100% {
          transform: translateX(25vw);
          visibility: hidden;
      }
  }

  @-webkit-keyframes showPrev {
    0% {
        transform: translateX(-25vw);
        opacity: 0;
        visibility: hidden;
    }
    75% {
        opacity: 1;
    }
    100% {
        transform: translateX(0);
        visibility: visible;
    }
  }
  
  @keyframes showPrev {
    0% {
        transform: translateX(-25vw);
        opacity: 0;
        visibility: hidden;
    }
    75% {
        opacity: 1;
    }
    100% {
        transform: translateX(0);
        visibility: visible;
    }
  }

/* Cave liste */
.back-link {
    text-decoration: none;
    color: #101010;
    transition: .2s all;
}

.back-link:hover {
    color: #630202;
}

.container-basement-list {
    width: 100%;
    margin-bottom: 60px;
}

.container-basement-list .vignette, .slider-category .vignette  {
    background-color: #fff;
    display: inline-block;
    margin: 30px 3.95%;
    padding: 20px;
    width: calc(100%/4);
    height: 250px;
    text-decoration: none;
    border: 2px solid transparent;
    transition: .2s all;
    -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.15);
}

.container-basement-list .vignette:hover, .slider-category .vignette:hover {
    -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.15);
    border: 2px solid rgba(0, 0, 0, 0.1);

}

.container-basement-list .vignette .vignette-top, .slider-category .vignette .vignette-top {
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.container-basement-list .vignette .vignette-top img {
    width: auto;
    height: 90%;
}

.container-basement-list .vignette .vignette-bottom, .slider-category .vignette .vignette-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    color: #101010;
    height: 20%;
}

.v-b-text {
    display: flex;
    flex-direction: column;
}

.container-basement-list .vignette .vignette-bottom p, .slider-category .vignette .vignette-bottom p {
    margin-bottom: 0;
    line-height: 18px;
}


/* Cave product */
.nav-product {
    position: relative;
    min-height: 200px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.nav-product .line-product {
    width: 100%;
    height: 1px;
    color: #630202;
    background-color: #630202;
    border: 0;
}

.nav-product .container-logo-product {
    position: absolute;
    left: 20%;
    transform: rotate(45deg);
    width: 125px;
    height: 125px;
    background-color: #fff;
    border: 1px solid #630202;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-product .container-logo-product .logo-product {
    transform: rotate(-45deg);
    width: 80%;
}

.description-product {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 20px;
}

.description-product .container-title-link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.description-product .container-title-link h3 {
    margin-bottom: 0;
}

.content-product {
    margin: 30px 0;
}

.description-product .link-website-brand {
    float: right;
}

.description-product .link-website-brand a  {
    font-size: 13px;
    color: #630202;
}

.description-product .link-website-brand:hover a  {
    color: #ffff;
}

.description-product .link-website-brand .btn svg {
    margin-left: 0;
}

.description-product .container-img-alcool img {
    width: 100%;
    height: auto;
}

.description-product .container-img-alcool {
    padding-bottom: 20px;
}

.description-product .text-description-product{
    margin-left: 20px;
}

.container-all-img {
    width: 100%;
    height: 80vh;
    position: relative;
    overflow: hidden;
    border: 10px solid #fff;
    display: flex;
    align-items: center;
}

.container-all-img img {
    width: 100%;
    height: auto;
}

.container-all-img .img-thumb {
    display: flex;
    flex-direction: column;
    width: 11%;
    height: 90%;
    position: absolute;
    right: 5%;
    top: 5%;
    border: 2px solid #fff;
    overflow: hidden;
}

.container-all-img .img-thumb .container-img-thumb{
    height: calc(100%/4);
    width: 100%;
    border-top: 2px solid #fff;
    overflow: hidden;
    cursor: pointer;
}

.container-all-img .img-thumb .container-img-thumb:first-child{
    border-top: none;
}

.container-all-img .img-thumb .container-img-thumb:last-child{
    border-bottom: none;
}

.container-all-img .img-thumb .container-img-thumb img {
    height: 100%;
    width: auto;
}

/* Slider */

.slider-category {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.title-slider-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.title-slider-container .line-title {
    height: 1.5px;
    margin: 0 auto;
    color: #630202;
    background-color: #630202;
    border: 0;
    width: 30%;
}

.title-slider-container h3 {
    color: #630202;
    text-transform: uppercase;
    margin-bottom: 0;
}
  
.slider-category .slider-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4px 16px;
}
  
.slider-category #slider-cards-container {
    overflow: hidden;
    margin: 20px;
    /* display: flex;
    justify-content: space-around; */
}

.slider-category .slider-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 99999px;
}

.slider-category .vignette {
    /* Add shadows to create the "card" effect */
    -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 145px;
    height: 200px;
    padding: 0 15px;
    align-items: center;
    justify-content: space-around;
    padding: 30px 12.5px;
    margin: 30px 15.5px;
}

.slider-category .vignette:hover .vignette-bottom p, .slider-category .vignette:hover .vignette-bottom svg {
    color: #630202;
    transition: .3s;
}

.slider-category .vignette .vignette-top img {
    height: 90%;
}

.slider-category .vignette .vignette-bottom p {
    font-size: 10px;
}

.slider-category #slide-left-container,
.slider-category #slide-right-container {
    visibility: hidden;
}

.slider-category #slide-left-container.active,
.slider-category #slide-right-container.active {
    visibility: visible;
    cursor: pointer;
}

.slider-category .slide-left-btn,
.slider-category .slide-right-btn {
    border: 1px solid #630202;
    height: 35px;
    width: 35px;
    margin-top: 30%;
    display:flex;
    justify-content: center;
    align-items: center;
}

.slider-category .slide-left-btn svg,
.slider-category .slide-right-btn svg {
    color:#630202;
}

.slider-category .slide-left-btn {
    margin-left: 0%;
    border-left: none;
}

.slider-category .slide-right-btn {
    border-right: none;
}





/* Cards */
.nav-choice-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 20px 0; 
}

.nav-choice-cards .nav {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-right: 0;
}

.nav-choice-cards .nav .nav-item {
    margin-left: .46429rem;
    margin-right: .46429rem;
    border: 2px solid #630202;
}


.nav-choice-cards .nav .nav-item a {
    padding: .25rem 1rem;
    color: #630202;
    font-family: Patricia_bold;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
}

.nav-tabs{
    border: none;
}

.nav-choice-cards .nav .nav-item {
    margin-bottom: 20px;
}

.nav-tabs .nav-link {
    border-radius: 0;
    margin-bottom: 0;
    border: none;
}

.nav-choice-cards .nav .nav-item .active {
    background-color: #630202;
    color: #fff;
    transition: .2s all;
}

.box-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 100px 0;
}

.box-cards .border-cards  {
    border: 1px solid #101010;
    display: flex;
    align-items: flex-start;
    background-image: url(../assets/logo_gray.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 500px;
}

.box-cards .cards {
    padding: 50px 0 30px 0;
}

.box-cards .cards .pattern-products {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 5px 0 15px 0;
}

.box-cards .cards .pattern-products .name {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.box-cards .cards .pattern-products .name a {
    color: #101010;
    text-decoration: none;
    transition: .2s;
}

.box-cards .cards .pattern-products .name a:hover { 
    color: #630202;
    text-decoration: none;
}

.box-cards .cards .pattern-products .name .pills-coktail-month {
    font-size: 12px;
    font-family: 'Montserrat_regular';
    color: red;
    padding: 0px 15px;
}

.box-cards .cards .pattern-products .name .ingredients {
    font-size: 0.6rem;
    margin-bottom: 10px;
    line-height: 15px;
}

.box-cards .cards .pattern-products .name .line-red-pattern {
    width: 150px;
    height: 1px;
    background-color: rgba(94, 0, 0, 1);
    margin-top: .1rem;
}

.box-cards .cards .pattern-products .price {
    color: #fa4251;
    font-size: 1.4rem;
    font-style: italic;
    margin-left: 10px;
}

@keyframes displayCardClose {
    0% {
        display: flex;
        opacity: 1;
    }
    100% {
        display: none;
        opacity: 0;
    }
}

@keyframes displayCardOpen {
    0% {
        display: flex;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

/* Booking */
.content-booking h6 {
    margin-top: 50px;
}

.container-booking .form-control::placeholder {
    font-size: 12px;

}

.booking-form,.choice-table {
    margin: 50px 0 50px 0;
}

#booking_front_dateTime select {
    width: 60px;
}

.booking-form .form-group{
    display: flex;
    flex-direction: row;
}

.booking-form .form-control {
    border-radius: 0;
}

.booking-form .form-control:focus{
    box-shadow: 0 0 0 0.1rem rgba(94, 0, 0, 0.25);
}

.booking-form .form-group.submit {
    text-align: center;
    margin: 50px;
}

.container-choice-table {
    display: none;
}

.canvas-container {
    margin-right: auto;
    margin-left: auto;
    border: 2px solid #630202;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.booking-form #booking_front_dateTime {
    cursor: pointer;
    background-color: transparent;
}

.booking-form .calendar-icon-front {
    position: absolute;
    top: 7px;
    right: 30px;
    cursor: pointer;
    z-index: -1;
}

.booking-form .calendar-icon-front svg{
    color: #630202;
}

.booking-form .custom-control.custom-checkbox{
    padding-left: 40px;
}

.booking-cancelled-form .container-form .row.form-group {
    display: flex;
    align-items: flex-end;
}

.content-booking-cancelled, .form-login {
    margin-top: 50px;
    margin-bottom: 100px;
}

.forgot-password .row {
    display: flex;
    align-items: flex-end;
}

.form-connexion.row {
    display: flex;
    align-items: flex-end;
}


/* Contact */
/* Horaires */


/*form*/

.contact100-form .form-control:focus{
    color: #495057;
    background-color: #fff;
    border: none;
    outline: 0;
    box-shadow: none;
}

.container-contact {
    display: flex;
    flex-direction: row;
}

.container-time {
    display: flex;
    justify-content: center;
    text-align: center;
    
}

.box-container-time {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 80px 20px;
}

.box-container-time .container-trident {
    margin-top: -40px;
}

.container-time h2 {
    font-size: 30px;
    margin-bottom: 50px;
    font-family: Audrey;
}

/* Contact Form */
.container-name-form-contact {
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    width: 100%;
}

.col-12.container-name-form-contact  {
    padding-right: 0;
    padding-left: 0;
}

.container-name-form-contact .col-6 {
    padding-left: 0;
}

.container-name-form-contact .col-6:last-child {
    padding-right: 0;
}

input {
	outline: none;
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #fff;
}

textarea {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  max-height: 300px;
  min-height: 200px;
}


input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #EAEAEA;}
input:-moz-placeholder { color: #EAEAEA;}
input::-moz-placeholder { color: #EAEAEA;}
input:-ms-input-placeholder { color: #EAEAEA;}

textarea::-webkit-input-placeholder { color: #EAEAEA;}
textarea:-moz-placeholder { color: #EAEAEA;}
textarea::-moz-placeholder { color: #EAEAEA;}
textarea:-ms-input-placeholder { color: #EAEAEA;}

label {
  display: block;
  margin: 0;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

.container-contact100 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
    padding: 15px;
    margin-top: 10px;
}


.wrap-contact100 {
    width: 100%;
    background: transparent;
    border-radius: 2px;
    padding: 55px 95px 68px 95px;
}

.contact100-form-title {
    width: 100%;
    display: block;
    font-family: Proxima_nova_bold;
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 30px;
}

.contact100-form {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
width: 100%;
position: relative;
border: 1px solid #e6e6e6;
border-radius: 2px;
margin-bottom: 14px
}

.rs1.wrap-input100 {
width: 100%;
}

.asterisc {
    color: #fa4251;
    margin-left: 10px;
    font-size: 1.1rem;
}

.label-input100 {
font-size: 13px;
color: #555555;
line-height: 1.5;
text-transform: uppercase;
width: 100%;
padding-bottom: 11px;
display: flex;
}

.input100 {
display: block;
width: 100%;
background: transparent;
font-size: 13px;
color: #333333;
line-height: 1.2;
padding: 0 25px;
}

input.input100 {
height: 40px;
}

textarea.input100 {
min-height: 100px;
padding-top: 19px;
padding-bottom: 15px;
}

input::placeholder, textarea::placeholder{
    color: rgba(0, 0, 0, 0.8);
}

/*---------------------------------------------*/

.focus-input100 {
position: absolute;
display: block;
width: calc(100% + 2px);
height: calc(100% + 2px);
top: -1px;
left: -1px;
pointer-events: none;
border: 1px solid;
border-color: #630202;

visibility: hidden;
opacity: 0;

-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;

-webkit-transform: scaleX(1.1) scaleY(1.1);
-moz-transform: scaleX(1.1) scaleY(1.1);
-ms-transform: scaleX(1.1) scaleY(1.1);
-o-transform: scaleX(1.1) scaleY(1.1);
transform: scaleX(1.1) scaleY(1.1);
}

.input100:focus + .focus-input100 {
visibility: visible;
opacity: 1;

-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}



/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
/* width: 100%; */
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 auto;
margin-top: 20px;
transition: .1s;
}

.container-contact100-form-btn .btn-primary:hover{
    border: 2px solid #630202;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    color: #fff;
    background-color: #630202;
    border-color: #630202;
    box-shadow: none;
}

.container-contact100-form-btn:hover .contact100-form-btn {
    background: #630202;
    color: #fff;
}

.contact100-form-btn {
    font-family: Patricia_bold;
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    color: #630202;
    padding: .25rem 1rem;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.contact100-form-btn:hover:before {
opacity: 0;
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}
  
.alert-validate .focus-input100 {
    box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -moz-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -webkit-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -o-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -ms-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
}

.alert-validate::before {
    content: "";
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-color: transparent;
    border: 1px solid #fa4251;
    border-radius: 2px;
    top: -1px;
    left: -1px;
    pointer-events: none;
}

.btn-hide-validate {
    font-size: 18px;
    color: #fa4251;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    top: 0px;
    right: -28px;
}

.rs1-alert-validate.alert-validate::before {
    background-color: #fff;
}

.true-validate::after {
    content: "";
    font-size: 18px;
    color: #00ad5f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    top: 0px;
    right: -28px;
}

.container-contact100 .form-control {
    border-radius: 0;
} 

/* Recrutement */
.container-job {
    background-image: url(../assets/staff-bar.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 60vh;
    max-height: 60vh;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    color: #fff;
    padding: 30px 20px;
}

.container-job .filter-opacity-subheader {
    background:  rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.container-job h3 {
    color: #fff;
}

.container-job-right {
    border-left: 2px solid #FFAD4D;
    height: 45vh;
}

.container-job-right .recrutement-rules {
    padding: 20px;
    height: 100%;
}

.container-job-right a {
    float: right;
    color: #fff;
    text-decoration: underline;
    margin-right: 30px;
}

.container-section-min-contact {
    width: 100%;
    height: 40vh;
    overflow: hidden;
    position: relative;
}

.box-iframe > iframe {
    max-width: 100%;
    width: 100%;
    margin-bottom: -5px;
  }
  .scrolloff {
    pointer-events: none;
  }

.container-section-min-contact iframe {
    width: 100%;
}

.container-section-min-contact .infos-address {
    position: absolute;
    top: 50%;
    left: 10%;
    z-index: 20;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0px 10px rgba(16, 16, 16, 0.25);
    transform: translate(0, -50%);
}

.container-section-min-contact .infos-address ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.container-section-min-contact .infos-address ul li svg {
    margin-right: 10px;
    color: #630202;
}

.container-section-min-contact .infos-address ul li p{
    margin-bottom: 0;
    line-height: 16px;
    font-size: 12px;
}


/* Verification age modal */

#ageVerify .modal-content {
    border-radius: 0;
    height: 100%;
}

#ageVerify .modal-header{
    justify-content: center;
}

#ageVerify .modal-body {
    text-align: center;
}

#ageVerify .modal-footer {
    font-size: 11px;
    line-height: 11px;
}

#ageVerify .form1 {
    margin-top: 5%;
}

#ageVerify .age-gate__input {
    height: 40px;
    width: 60px;
    border: 2px solid rgba(0, 0, 0, 0.5);
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
    color: #630202;
    font-weight: bold;
    text-align: center;
}

#ageVerify .age-gate__input:first {
    margin-right: 10px;
}

#ageVerify .age-gate__input:last-child {
    margin-left: 10px;
}

#ageVerify #submit {
    margin-top: 5%;
}

#ageVerify input::placeholder {
    text-align: center;
    font-weight: bold;
}

#ageVerify input:focus::placeholder {
    color: #630202;
    font-weight: bold;
}

#ageVerify .age-gate-rememberme-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5%;
}

#ageVerify .age-gate-rememberme-wrapper label {
    margin-left: 20px;
}

#ageVerify .age-gate-rememberme-wrapper p {
    margin-top: 5%;
    font-size: 11px;
    line-height: 15px;
}

.popover.fade.bs-popover-right {
    top: -16px;
    transform: rotate(90deg);
    left: 20px;
    transform: translate3d(348px, 223px, 0px);
}

.popover.fade.bs-popover-bottom h3 {
    display: none;
}

.background-fade {
    background-color: hsla(0,0%,100%,.8);
    position: fixed;
    z-index: 1050;
    width: 100%;
    height: 100%;
}

#ageVerify img {
    max-width: 150px;
}


/* Feed Insta */
#insta-container {
    overflow-x: scroll;
    scrollbar-color: rgb(94, 0, 0) #fff;
    scrollbar-width: thin;
    height: 40vh;
    flex-direction: row;
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

#insta-container a {
    width: 300px;
    height: 90%;
    overflow: hidden;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    position: relative;
}

#insta-container a:last-child {
    margin-right: 0;
}

#insta-container a img {
    height: auto;
    min-height: 100%;
    width: 300px;
}

#insta-container .container-caption {
    position: absolute;
    z-index: 50;
    font-size: 10px;
    bottom: -60px;
    line-height: 15px;
    color: #fff;
}

#insta-container .instagram-post {
    border: 1.5px solid #630202;
}

#insta-container .instagram-post .overlay {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    z-index: 49;
    background: rgb(94,0,0);
    background: linear-gradient(0deg, rgb(94, 0, 0, 1) 0%, rgba(94,0,0,.8) 5%, rgba(94,0,0,0) 70%);
    display: block;
    transition: .3s;
}

.container-arrow-insta {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 8%;
    top: 18%;
}

.container-arrow-insta svg{
    color: #630202;
    font-size: 15px;
}

#insta-container .instagram-post .container-caption p {
    text-shadow: 0 0 2px #101010;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

#insta-container .instagram-post:hover .overlay {
    height: 100%;
}

#insta-container .instagram-post:hover .container-caption {
    bottom: 10px;
}

#insta-container .instagram-post:hover .container-caption p {
    opacity: 1;
    visibility: visible;
}

.container-btn-follow-insta {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.btn-follow-insta, .btn-follow-insta:hover {
    text-transform: none;
}

.btn-follow-insta .color-insta-icon {
    color: rgb(94,0,0);
    transition: .3s;
}

.btn-follow-insta:hover .color-insta-icon {
    color: #fff;
}

.btn-follow-insta .color-insta-icon svg {
    margin-left: 0;
    margin-right: 10px;
    font-size: 15px;
}




/* 404 */
.body-404 {
    background-image: url(../assets/background-404.jpg);
    background-size: cover;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0;
    overflow: hidden;
}


    .msg {
        width: 35%;
        margin: 10% 15%;
        font-size: 20px;
        font-family: 'Montserrat_regular';
        color: #fff;
        background-color: rgba(16, 16, 16, 0.5);
        padding: 40px 40px 60px 40px;
        box-shadow: 0 0 10px #101010;
    }

    .msg a {
        float: right;
        margin-top: 10px;
        color: #fff;
        font-size: 15px;
        transition: .15s;
    }

    .msg a:hover {
        text-decoration: underline;
    }

    .msg a svg {
        margin-left: 0;
        margin-right: 10px;
        font-size: 15px;
    }

    .navbar-404 {
        position: absolute;
        top: 10px;
        left: 2%;
        z-index: 2;
    }
    .navbar-404 img {
        width: 30%;
        height: auto;
    }


    @keyframes steamAnimation {
        0% {
            transform: translate(30%, -70%);
            opacity: 0;
        }
        50% {
            opacity: 0.5;
        }
        100% {
            transform: translate(60%, -90%);
            opacity: 0;
        }
    }
    #steamWrapper {
        width: 30%;
        height: 20%;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 65%;
        left: 75%;
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #steam {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: -156px 492px 123px -252px #fff;
    filter: url(#fog);
    min-width: 600px;
    min-height: 600px;
    animation-name: steamAnimation;
    animation-duration: 4s;
    animation-direction: normal;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    will-change: transform, opacity;
    }
    @media (max-width: 600px) {
    #steam {
        top: -80%;
        box-shadow: -156px 492px 123px -252px #fff;
    }
    }
    @media (max-width: 480px) {
    .msg {
        margin: 30% 10%;
        font-size: 20px;
        font-family: 'Montserrat_bold';
    }
    .navbar-brand {
        position: absolute;
        z-index: 2;
        top: 20px;
        left: 5%;
    }
    .navbar-brand img {
        width: 60%;
        height: auto;
    }
    #plate {
        margin: 25% 10%;
    }    
    #steamWrapper {
        position: fixed;
        top: 75%;
        left: 55%;
    }    
    #steam {
        box-shadow: -166px 492px 53px -272px #fff;
    }
    }  



/*************************

        Media Queries

**************************/


@media screen and (max-width: 1000px) {
    .bttp {
        right: 5%;
        bottom: 75px;
    }
}


/* Tablette */
@media screen and (max-width: 1000px) {
    
    /* navbar */
    .navbar-brand-mobile {
        height: 70px;
    }

    .header-navbar-mobile .navbar-collapse {
        bottom: 57px;
        left: -24px;
    }

    .nav-design {
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 3px 10px rgba(16, 16, 16, .25);
        transition: .5s ease-in-out;
    }

    .navbar-brand-mobile img {
        width: 25%;
    }

    .navbar-brand-mobile.nav-design img {
        margin: 5px 10px;
        transition: .3s all;
    }

    .pills-front {
        top: 34px;
    }
    

    /* Home */
    .subheader-full {
        height: 65vh;
    }

    .subheader {
        height: 50vh;
    }

    .container-hero-img {
        transform: none;
    }

    .month-coktail-section {
        height: 40vh;
    }

    #insta-container {
        height: 20vh;
    }

    .notice-section {
        height: 40vh;
    }

    .link-testimonials {
        bottom: 20%;
    }

    /* About */
    .b-t-about {
        left: 25%;
        width: 110%;
    }

    .b-t-about-boss {
        left: -40%;
    }

    .infos .info-text {
        margin-right: 40px;
    }

    .infos.info-boss .info-text {
        margin-left: 40px;
    }

    .infos.info-bar .info-text p { 
        margin-top: 0;
    }

    .infos.info-bar .info-text p, .infos.info-boss .info-text p {
        width: 100%;
    }

    .infos .info-img .content-img {
        width: 175px;
        height: 175px;
    }

    .infos .info-img .content-img .trident-img {
        left: 133px;
    }

    /* La cave */
    .container-hero-img img {
        width: 100%;
        height: auto;
        transform: scale(1.4);
    }

    /* Booking */
    .container-form {
        flex-direction: column;
    }

    .booking-form {
        margin: 50px 0 0 0;
    }

    .choice-table {
        margin: 0 0 50px 0;
    }

    .booking-form .form-group.submit{
        margin: 0 0 100px 0;
    }

    /* Contact */
    .container-contact {
        flex-direction: column-reverse;
    }

    .container-contact100 {
        min-height: auto;
    }

    .wrap-contact100 {
        padding: 0;
    }

    .container-job {
        min-height: auto;
    }

    .container-section-min-contact {
        height: 35vh;
    }

    .container-section-min-contact .infos-address {
        top: 90px;
        left: 7%;
    } 
}


/* Smartphone */
@media screen and (max-width: 520px) {
    

    /* Navbar */
    .navbar-brand-mobile {
        height: 60px;
    }

    .navbar-admin .navbar-brand {
        position:  relative;
        z-index: 2;
        top: auto;
        left: auto;
    }

    .navbar-brand-mobile img {
        width: 40%;
    }

    .subheader {
        height: 50vh;
    }

    .header-navbar-mobile .navbar-collapse {
        left: -15px;
    }

    .header-navbar-mobile .nav-link, .header-navbar-mobile button svg {
        font-size: 17px;
    }

    /* Banière site pedago */
    .corner-ribbon.bottom-left {
        bottom: 75px;
        left: -56px;
    }

    /* navbar Admin */
    .navbar-admin.fixed-admin {
        height: 40px;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        box-shadow: 3px 0 10px rgba(16, 16, 16, .25);
        transition: .3s;
    }

    .navbar-admin.fixed-admin.active{
        width: 75px;
    }

    .navbar-admin.fixed-admin a {
        width: 20%;
        height: 100%;
        display:flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        transition: .3s;
    }

    .vertical-nav-menu-ft {
        width: 80%;
        height: 40px;
        display:flex;
        flex-direction: row;
        margin-bottom: 0;
        border-left: 1px solid #630202;
        padding: 0 20px;
        align-items: center;
        justify-content: center;
    }

    .vertical-nav-menu-ft li {
        list-style: none;
        width: calc(100%/7);
        display: flex;
        justify-content: center;
    }
    
    .clearfix-full{
        height: 70px;
    }

    .clearfix {
        height: 30px;
    }

    .pills-front {
        top: -20px;
        left: 30%;
    }


    /* Home */

    .subheader-full {
        height: 93vh;
    }

    .subheader-full .container-hero-img {
        transform: none;
    }

    .subheader-full .container-hero-img img {
        transform: none;
        width: auto;
        height: 100%;
    }

    .subheader .container-hero-img img {
        width: 100%;
        height: auto;
        transform: scale(1.2);
    }

    .subheader-full .container-logo {
        right: 0;
        width: 100%;
        top: 50%;
    }

    .subheader-full .container-logo img {
        width: 80%;
    }

    .subheader-full .container-logo .container-cta-subheader {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .subheader-full .container-logo .container-cta-subheader button {
        width: auto;
        font-size: 13px;
    }

    .month-coktail-section {
        height: 25vh;
    }

    .month-coktail-section .container-video h3, .month-coktail-section .container-video p {
        display: none;
    }

    .month-coktail-section .container-video-text {
        justify-content: space-evenly;
        align-items: flex-end;
    }

    .month-coktail-section .container-video-text button{
        font-size: 10px;
    }

    #insta-container {
        height: 20vh;
    }

    .container-btn-follow-insta .btn-follow-insta .color-insta-icon{
        font-size: 10px;
    }

    .container-btn-follow-insta {
        margin-top: 30px;
    }

    .notice-section {
        height: 50vh;
    }

    .notice-section h5, .notice-section h6 {
        font-size: 14px;
    }

    .notice-section .container-slider {
        padding-bottom: 50px;
    }

    .notice-section .slider ul li img {
        transform: scale(1.5);
    }

    .subheader {
        height: 40vh;
    }

    /* About */
    .content-about {
        margin: 50px 0 100px 0;
    }

    .infos {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        min-height: 300px;
        position: relative;
        padding: 0 0 0 0;
    } 

    .infos .info-text {
        align-items: flex-start;
    }

    .infos.info-bar .info-text p, .infos.info-boss .info-text p {
        text-align: left;
        width: 100%;
    }

    .infos .info-img {
        align-items: center;
    }

    .infos.info-boss {
        flex-direction: column;
    }

    .infos.info-boss .info-text {
        margin-left: 0;
    }
    
    /* La cave */
    .slider-basement {
        margin: 0;
        height: 70vh;
    }

    .card {
        width: 175px;
        height: 175px;
        margin: 50px auto 150px;
    }

    .title {
        top: 23px;
    }

    .thumbnail {
        left: 80px;
        top: 70px;
    }

    .thumbnail img {
        height: 150px;
    }

    .footer-nav {
        top: -30px;
        position: relative;
    }
    /* basement-list */
    .container-basement-list {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 0 0 100px 0;
    }

    .container-basement-list .vignette {
        width: 50%;
        height: 200px;
    }

    .container-basement-list .vignette .vignette-top {
        max-height: 85%;
    }

    .container-basement-list .vignette .vignette-bottom{
        align-items: center;
        font-size: 11px;
        line-height: 15px;
    }

    /* basment-product */
    .nav-product .container-logo-product {
        width: 100px;
        height: 100px;
    }

    .description-product {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .description-product .text-description-product {
        margin: 0;
    }

    .description-product .container-img-alcool {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .container-all-img {
        height: 50vh;
        justify-content: center;
    }

    .container-all-img img {
        width: auto;
        height: 100%;
    }

    .container-all-img .img-thumb {
        flex-direction: row;
        justify-content: center;
        height: auto;
        right: 5%;
        left: 5%;
        width: 90%;
        top: 5%;
    }

    .container-all-img .img-thumb .container-img-thumb {
        height: 100%;
        width: calc(100%/4);
        border: none;
        border-right: 2px solid #fff;
    }

    .container-all-img .img-thumb .container-img-thumb:last-child {
        border-right: none;
    }

    .container-all-img .img-thumb .container-img-thumb img {
        width: 100%;
        height: auto;
    }

    .slider-category {
        margin-bottom: 100px;
    }

    .title-slider-container .line-title {
        width: 20%;
    }

    .slider-category .slide-left-btn {
        margin-left: 60%;
    }

    .slider-category .slide-right-btn {
        margin-left: -70%;
    }

    .slider-category .vignette {
        margin: 30px 48.5px;
    }



    /* Cartes */
    .nav-choice-cards .nav .nav-item {
        margin-bottom: 10px;
    }

    .box-cards .cards .pattern-products {
        padding: 5px 10px 15px 10px;
    }


    /* Booking */
    .container-booking {
        flex-direction: column;
    }

    .booking-form .form-group {
        flex-direction: column;
    }

    .booking-form .form-group #first-name, .booking-form .form-group #date {
        margin-bottom: 10px;
    } 

    .booking-form .first-name {
        margin-top: 20px;
    }

    .canvas-container {
        width: 100% !important;
        height: 320px !important;
    }

    .canvas-container #canvas, .canvas-container .upper-canvas  {
        width: 100% !important;
        height: 100% !important;
    }


    /* Contact */
    .container-contact {
        flex-direction: column-reverse;
    }

    .container-contact100 {
        min-height: auto;
    }

    .wrap-contact100 {
        padding: 0;
    }

    .container-job {
        flex-direction: column;
        height: auto;
    }

    .container-job-right {
        border-left: none;
        border-top: 2px solid #FFAD4D;
        margin-top: 30px;
    }

    .container-job-right .recrutement-rules {
        padding: 20px 0;
    }

    .container-job-right a {
        float: left;
        margin-right: 0;
    }

    .container-section-min-contact {
        height: 35vh;
    }

    .container-section-min-contact .infos-address {
        top: 75px;
        left: auto;
        right: 12px;
        padding: 15px 20px 5px;
    } 
}

/* Smarphone Payasage */
@media screen and (orientation: landscape) and (max-width: 896px) {
    
    /* Navbar */
    .header-navbar-mobile .navbar-collapse {
        width: 100%;
        /* transform: translateX(-15vw); */
        left: 0;
        justify-content: center;
    }

    .header-navbar-mobile .navbar-nav {
        justify-content: center;
    }

    .navbar-brand-mobile {
        display: none;
    }

    .container-title {
        width: 90%;
    }

    .col-12.container {
        max-width: 70%;
    }

    .clearfix-full {
        height: 0;
    }
    


    /* Home */
    .subheader-full {
        height: 90vh;
    }
    .subheader {
        height: 90vh;
    }

    .subheader-full .container-logo {
        width: 100%;
        right: 0;
    }

    .subheader-full .container-logo img {
        width: 30%;
    }

    .month-coktail-section {
        height: 90vh;
    }

    .instagram-post.col-6 {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .notice-section {
        height: 100vh;
    }

    .link-testimonials {
        bottom: 20%;
    }

    /* About */
    .content-about .infos .col-12 {
        max-width: 50%;
    } 

    .container-hero-img img {
        width: 100%;
        height: auto;
        transform: scale(1.2);
    }

    /* Contact */
    .container-section-min-contact {
        height: 70vh;
    }

    .container-section-min-contact .infos-address {
        left: 7%;
        top: 115px;
    }
}

/* Smartphone */
@media screen and (max-width: 400px) {
    
    .subheader .container-hero-img {
        display: flex;
        align-items: unset;
    }
}


/* Exceptions */
/* @media screen and (max-width: 420px) and (max-height: 750px) {

    .subheader .container-hero-img img {
        width: 130%;
        height: auto;
    }

    .subheader-full .container-hero-img img {
        width: 100%;
        height: auto;
    }
} */
