﻿/*@import url("https://use.typekit.net/bvw7roa.css");*/

/* Compatibilité IE 9 et Supp */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .effect-16 ~ label, .effect-16-white ~ label {
        top: 0px !important;
    }
}

@media (min-height: 780px) {
}

.main-carousel-modal-accesDisable {
    width: 100%; /* full width */
    height: 200px;
}

    .main-carousel-modal-accesDisable .carousel-cell {
        height: 100%;
        width: 100%;
    }

    .main-carousel-modal-accesDisable img {
        width: 100%;
        object-fit: cover;
        display: block;
        height: 100%;
    }

/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */
body, html, .body-content {
    height: 100%;
    margin: 0;
    /*font: 400 15px/1.8 "Lato", sans-serif;*/
    /*color: #777;*/
}

body {
    background-image: url('../images/background.jpg');
    background-repeat: repeat-y;
    background-size: cover;
}

h1, h2, h3, h4 {
    font-style: normal;
    font-weight: 500;
}

#searchByFilter-btn {
    box-shadow: 0 0 0 rgba(131, 184, 26, 0.8);
    animation: pulse 2s infinite;
}

    #searchByFilter-btn:hover {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none;
    }

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(131, 184, 26, 0.8);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(131, 184, 26, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(131, 184, 26, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(131, 184, 26, 0.8);
        box-shadow: 0 0 0 0 rgba(131, 184, 26, 0.8);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(131, 184, 26, 0);
        box-shadow: 0 0 0 10px rgba(131, 184, 26, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(131, 184, 26, 0);
        box-shadow: 0 0 0 0 rgba(131, 184, 26, 0);
    }
}

/* ~~~~~~~~ Bouton de retour vers le haut ~~~~~~~~ */
.cRetour {
    border-radius: 20px;
    /*border: 1px solid rgba(0,0,0, 0);*/
    padding: 10px 14px;
    font-size: 15px;
    text-align: center;
    color: #83b81a;
    /*background: rgba(255, 255, 255, 0.2);*/
    z-index: 99999;
    transition: all ease-in 0.2s;
    position: fixed;
    cursor: pointer;
    bottom: 1em;
    right: 20px;
    display: none;
    width: 80px;
}

    .cRetour:before {
        /*content: "\25b2";*/
        content: url("../images/BacktoTop.svg");
        width: 80px;
        height: 80px;
    }

/*.cRetour:hover {
        background: rgba(255, 255, 255, 1);
        border: 1px solid #83b81a;
        color: #83b81a;
        transition: all ease-in 0.2s;
    }*/

/* ~~~~~~~~ */

.ckeditor-text p, .ckeditor-text-blue p {
    margin-bottom: 0;
    font-size: 18px;
}

    .ckeditor-text-blue p strong {
        color: #83b81a;
    }

.pattern-gauche {
    display: table-cell;
    vertical-align: top;
}

.pattern-droite {
    display: table-cell;
    vertical-align: bottom;
}

.pattern-gauche .bloc-decale {
    margin-bottom: 0;
}

.pattern-droite .bloc-decale {
    margin-top: 0;
}

/* ~~~~~~~~ Navbar  ~~~~~~~~*/
.navbar {
    z-index: 1000;
}

    .navbar a {
        color: #ffffff !important;
        font-style: normal;
        font-weight: 300;
        font-size: 1.125rem;
    }

/* Search bar */
.search {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

    .search * {
        outline: none;
        box-sizing: border-box;
    }

.search__wrapper {
    position: relative;
}

.search__field {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    height: 35px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    padding: 0.35em 50px 0.35em 0;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background: transparent;
    border-bottom-color: #ccc;
    background-color: transparent;
    /*width: 220px;*/
    width: 180px;
    color: #fff;
    outline: none;
}

.search__icon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    width: 50px;
    height: 35px;
    font-size: 1.35rem !important;
    text-align: center;
    border-color: transparent;
    border-radius: 50%;
    pointer-events: none;
    display: inline-block;
    transition: background-color 0.2s ease-in-out;
    color: #fff;
}

    .search__icon:focus, .search__icon:active {
        outline: none;
    }

.search__field::-webkit-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: 0.1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field:-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: 0.1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field::-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: 0.1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field:-ms-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: 0.1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field::-webkit-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: 0.65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: 0.65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field::-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: 0.65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-ms-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: 0.65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

/* ~~~~~~~~ */

/* ~~~~~~~~ Modal custom ~~~~~~~~ */

.fa-arrow-left {
    color: #83b81a;
    font-size: 2.5rem !important;
}

.modal-title {
    color: #0f2b36;
    font-size: 30px;
    padding-top: 29px;
}

.modal-body {
    padding-top: 45px;
}

    .modal-body p {
        color: #0f2b36;
        font-family: 'Roboto', sans-serif;
        /*font-size: 1.125rem;*/
        font-size: 18px;
        line-height: normal;
    }

.modal-content {
    min-height: 570px;
    height: auto;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
    padding: 0 35px 35px;
}

.modal-button {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    min-width: 199px;
    width: auto;
    height: 55px;
    background: #83b81a;
    color: #fff;
    border-radius: 5px;
    font-size: 1rem;
}

/* ~~~~~~~~ */

/* ~~~~~~~~ Header ~~~~~~~~ */
#myVideo {
    right: 0;
    bottom: 0;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

footer {
    display: none;
}

/* Partie Image */
.bgimg {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/stock-photo/fond-automne01.jpg");
    background-attachment: fixed;
    height: 100%;
    overflow: hidden;
}

.bgimg-recherchedomaine {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-image: url("../images/stock-photo/officielles/062_ETIENNE RAMOUSSE_INTER_BEAUJOLAIS_BIENVENUE_EN_BEAUJONOMIE_2018.jpg");*/
    background-color: #0f2b36;
    background-attachment: fixed;
    height: 100%;
    overflow: hidden;
}

.bgimg-recherchedomaine-ls {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-image: url("../images/stock-photo/officielles/062_ETIENNE RAMOUSSE_INTER_BEAUJOLAIS_BIENVENUE_EN_BEAUJONOMIE_2018.jpg");*/
    background-color: #0f2b36;
    background-attachment: fixed;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding-top: 200px;
}

/*.bgimg:before, .bgimg-recherchedomaine:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right,#000,#000);
    opacity: .3;
}*/

.logo-beaujonomie {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 288px;
}

/* Partie texte */
.box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    min-height: 86px;
    overflow: initial;
}

.box-recherchedomaine {
    background-color: #0f2b36;
    padding-top: 250px;
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*width: 100%;*/
    /*text-align: center;*/
    /*min-height: 86px;*/
    /*overflow: initial;*/
}

.informations {
    position: absolute;
    bottom: 95px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
}

.box p, .box-recherchedomaine p, .bgimg-recherchedomaine-ls p {
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1.625rem;
}

    .box p .fa-calendar, .box p .fa-eur, .box p .fa-users, .box-recherchedomaine p .fa-calendar, .box-recherchedomaine p .fa-eur, .box-recherchedomaine p .fa-users, .bgimg-recherchedomaine-ls p .fa-calendar, .bgimg-recherchedomaine-ls p .fa-eur, .bgimg-recherchedomaine-ls p .fa-users {
        font-size: 2rem;
        color: #83b81a;
    }

    .box p span, .box-recherchedomaine p span, .bgimg-recherchedomaine-ls p span {
        vertical-align: middle;
    }

.box h2, .box-recherchedomaine h2 {
    margin-bottom: 1rem;
    text-align: center;
}

.box p, .box h2, .box-recherchedomaine p, .box-recherchedomaine h2, .bgimg-recherchedomaine-ls p, .bgimg-recherchedomaine-ls h2 {
    color: #fff;
}

.header-button {
    font-family: 'Roboto', sans-serif;
    border: 1px solid #83b81a;
    background: rgba(131, 184, 26, .3);
    color: #fff;
    /*height: 34px;*/
    min-width: 171px;
    width: auto;
    border-radius: 5px;
    cursor: pointer;
}

.scroll-text {
    text-align: center;
    margin-top: 28px;
    color: #fff;
    font-size: 0.6875rem;
    font-family: sans-serif;
    text-transform: uppercase;
}

.line {
    width: 2px;
    height: 25px;
    background: #fff;
}

.animated {
    animation-duration: 2.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-10px);
    }
}

.bounce {
    animation-name: bounce;
}

/* ~~~~~~~~~~~~~~~~ */

.open-overlay-event-search,
.open-overlay-event-search:hover,
.open-overlay-event-search:focus,
.open-overlay-event-search:active {
    border-bottom: 2px solid #83b81a;
    margin-bottom: 20px;
    padding-bottom: 5px;
    color: #fff;
    text-decoration: none;
    font-family: 'rogue-serif', sans-serif;
    font-size: 18px;
}

/* ~~ Modal de filtres ~~ */
#modalFiltresRechercheBistrot .explication {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

#modalFiltresRechercheBistrot .header-button {
    font-family: 'Roboto', sans-serif;
    border: 1px solid #0f2b36;
    background: rgba(15, 43, 54, .3);
    color: #fff;
    /*height: 34px;*/
    min-width: 171px;
    width: auto;
    border-radius: 5px;
    cursor: pointer;
}

#modalFiltresRechercheBistrot #searchByFilter-btn {
    box-shadow: 0 0 0 rgba(15, 43, 54, 0.8);
    animation: pulseModal 2s infinite;
}

    #modalFiltresRechercheBistrot #searchByFilter-btn:hover {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none;
    }

@-webkit-keyframes pulseModal {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(15, 43, 54, 0.8);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(15, 43, 54, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(15, 43, 54, 0);
    }
}

@keyframes pulseModal {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(15, 43, 54, 0.8);
        box-shadow: 0 0 0 0 rgba(15, 43, 54, 0.8);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(15, 43, 54, 0);
        box-shadow: 0 0 0 10px rgba(15, 43, 54, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(15, 43, 54, 0);
        box-shadow: 0 0 0 0 rgba(15, 43, 54, 0);
    }
}

#modalFiltresRechercheBistrot .filtre .dropdown-item.active, #modalFiltresRechercheBistrot .filtre .dropdown-item:active {
    background-color: #0f2b36 !important;
    color: #ffffff;
}

#modalFiltresRechercheBistrot .btn-light:not(:disabled):not(.disabled).active, #modalFiltresRechercheBistrot .btn-light:not(:disabled):not(.disabled):active, #modalFiltresRechercheBistrot .show > .btn-light.dropdown-toggle {
    background-color: transparent !important;
    border-color: #0f2b36 !important;
}

#modalFiltresRechercheBistrot .filtre button:hover, #modalFiltresRechercheBistrot .filtre button:focus, #modalFiltresRechercheBistrot .filtre button:active {
    font-family: 'Roboto', sans-serif;
    border: 0;
    border-bottom: 1px solid #0f2b36;
    background: transparent;
    color: #0f2b36 !important;
    border-radius: 0px;
    cursor: pointer !important;
    box-shadow: none !important;
    outline: none !important;
    outline: 0 !important;
    outline-offset: 0 !important;
}

#modalFiltresRechercheBistrot #thirdDrop .btn-light.disabled,
#modalFiltresRechercheBistrot #thirdDrop .btn-light:disabled {
    border-color: rgba(15, 43, 54, 1) !important;
    background-color: rgba(15, 43, 54, .5) !important;
    cursor: not-allowed !important;
    opacity: .4;
}

#modalFiltresRechercheBistrot .filtre button {
    font-family: 'Roboto', sans-serif;
    border: 0;
    border-bottom: 1px solid #0f2b36;
    border-radius: 0px;
    background: transparent;
    color: #0f2b36 !important;
    cursor: pointer !important;
    outline: none;
}

#modalFiltresRechercheBistrot .w-65 {
    width: 100%;
}

#modalFiltresRechercheBistrot a {
    color: #0f2b36;
}

#modalFiltresRechercheBistrot .filtre .filter-option-inner-inner {
    text-align: left;
}

#modalFiltresRechercheBistrot .modal-header {
    flex-direction: column;
}

    #modalFiltresRechercheBistrot .modal-header .modal-title {
        padding-top: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
        font-size: 18px;
    }

    #modalFiltresRechercheBistrot .modal-header button {
        position: absolute;
    }

    #modalFiltresRechercheBistrot .modal-header hr {
        width: 80%;
    }

#modalFiltresRechercheBistrot .modal-body {
    padding: 35px 16px 46px 16px;
}

    #modalFiltresRechercheBistrot .modal-body label {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
    }
/* ~~ Fin modal de filtres ~~ */

/* ~~ Checkboxes custom ~~ */
/*Checkboxes styles*/
.boxes input[type="checkbox"] {
    display: none;
}

    .boxes input[type="checkbox"] + label {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1em;
        position: relative;
        margin-bottom: 20px;
        font: 14px/20px 'Open Sans', Arial, sans-serif;
        color: #ddd;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

        .boxes input[type="checkbox"] + label:last-child {
            margin-bottom: 0;
        }

        .boxes input[type="checkbox"] + label:before {
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            border: 3px solid #83b81a;
            border-radius: 5px;
            opacity: .8;
            -webkit-transition: all .12s, border-color .08s;
            transition: all .12s, border-color .08s;
        }

    .boxes input[type="checkbox"]:checked + label:before {
        width: 10px;
        top: -5px;
        left: 5px;
        border-radius: 5px;
        opacity: 1;
        border-top-color: transparent;
        border-left-color: transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
/* ~~ Fin checkboxes custom ~~ */

/* Checkbox filtre menu végé et enfant*/
.menu-custom {
    color: #0f2b36 !important;
}

/*Fin*/

/* ~~~~~~~~ Corps du site ~~~~~~~~ */

.bloc {
    min-height: 200px;
    padding-top: 47px;
    padding-bottom: 47px;
    height: auto;
}

/*#levenement {
    padding-top: 94px;
}*/

.bloc-domaine {
    height: 342px;
}

#chefs {
    margin-top: 0 !important;
}

    #menus .pattern, #chefs .pattern {
        min-height: 549px;
        height: auto;
        overflow: hidden;
    }

#vins, #cadre-vigneron {
    background-color: #fff;
    min-height: 549px;
    height: auto;
    left: 0;
    right: 0;
    top: initial;
    bottom: 0;
}

    #vins p, #vins h3, #vins h4, #cadre-vigneron p, #cadre-vigneron h3, #cadre-vigneron h4 {
        color: #0f2b36;
    }

#plats, #cadre-chef {
    background-color: #0f2b36;
    min-height: 549px;
    height: auto;
    left: 0;
    right: 0;
    bottom: initial;
    top: 0;
}

    #plats p, #plats h3, #plats h4, #cadre-chef p, #cadre-chef h3, #cadre-chef h4 {
        color: #fff;
    }

.bloc-decale h3 #decouvrir, #vins h3 {
    text-decoration: underline;
}

/* ~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~ Les vins ~~~~~~~~ */
#nouveaux-vins a:hover, #nouveaux-vins a:active, #nouveaux-vins a:focus {
    text-decoration: none;
}

.bloc-domaine .infos-domaine {
    background-color: rgba(15, 43, 54, 0.8);
    text-align: center;
    vertical-align: middle;
}

.bloc-domaine .nom-domaine {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    color: #83b81a;
}

.bloc-domaine .dates-places {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: #ffffff;
}

/* ~~~~~~~~~~~~~~~~ */

.general-button {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    min-width: 199px;
    width: auto;
    height: 60px;
    background: #83b81a;
    color: #fff;
    border-radius: 5px;
    font-size: 1.25rem;
}

#formulaire-inscription {
    margin-top: 87px;
    margin-bottom: 87px;
}

.titre {
    text-decoration: underline;
    color: #0f2b36;
}

footer {
    font-family: 'Roboto', sans-serif;
    color: #0f2b36;
    font-weight: 500;
}

/* ~~~~~~~~ Recherche Domaine ~~~~~~~~ */
#overlay-mobile {
    display: flex;
}

#NbPlacesSelected {
    font-family: 'Roboto', sans-serif;
    border: 1px solid #83b81a;
    background: rgba(131, 184, 26, .3);
    color: #fff !important;
    height: 38px;
    border-radius: 5px;
    cursor: pointer !important;
    outline: none;
    text-align: center;
    width: 100%;
}

    #NbPlacesSelected::-webkit-inner-spin-button,
    #NbPlacesSelected::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

#infos-domaine-mobile {
    display: block;
}

.domaine:hover {
    text-decoration: none;
}

.domaine h4 {
    color: #83b81a;
}

.domaine p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.domaine .overlay {
    background-color: #0f2b36;
}

.overlay {
    height: 342px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    text-align: center;
    background-position: center !important;
    background-size: cover;
}

.filtre {
    background-color: rgba(131, 184, 26, 0);
}

    /*.filtre button {
        font-family: 'Roboto', sans-serif;
        border: 1px solid #83b81a;
        background: rgba(131, 184, 26, .3);
        color: #fff !important;*/
    /* height: 34px; */
    /*min-width: 171px;
        width: auto;*/
    /*border-radius: 5px;
        cursor: pointer !important;
        outline: none;
    }*/

    .filtre button {
        font-family: 'Roboto', sans-serif;
        border: 0;
        border-bottom: 1px solid #83b81a;
        border-radius: 0px;
        background: transparent;
        color: #fff !important;
        cursor: pointer !important;
        outline: none;
    }

    .filtre .filter-option-inner-inner {
        text-align: center;
    }

    /*.filtre button:hover, .filtre button:focus, .filtre button:active {
        font-family: 'Roboto', sans-serif;
        border: 1px solid rgba(131, 184, 26, 1);
        background: rgba(131, 184, 26, .5);
        color: #fff !important;
        border-radius: 5px;
        cursor: pointer !important;
        box-shadow: none !important;
        outline: none !important;
        outline: 0 !important;
        outline-offset: 0 !important;
    }*/

    .filtre button:hover, .filtre button:focus, .filtre button:active {
        font-family: 'Roboto', sans-serif;
        border: 0;
        border-bottom: 1px solid rgba(131, 184, 26, 1);
        background: transparent;
        color: #fff !important;
        border-radius: 0px;
        cursor: pointer !important;
        box-shadow: none !important;
        outline: none !important;
        outline: 0 !important;
        outline-offset: 0 !important;
    }

#thirdDrop .btn-light.disabled, #thirdDrop .btn-light:disabled {
    border-color: rgba(131, 184, 26, 1) !important;
    background-color: rgba(131, 184, 26, .5) !important;
    cursor: not-allowed !important;
    opacity: .4;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    background-color: transparent !important;
    border-color: #83b81a !important;
}

.filtre .dropdown-item.active, .filtre .dropdown-item:active {
    background-color: #83b81a !important;
}

#map {
    position: sticky !important;
}

/* ~~ Gestion de l'infobulle sur la Gmap (page Recherche Evenement / Animation) ~~ */
.gm-style-iw {
    padding-right: 12px !important;
}

.contentInfoWindowGmap {
    min-height: 225px;
}

    .contentInfoWindowGmap .lien_to_event-animation {
        background: #83b81a;
        padding: 5px 19px;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #fff;
        -ms-border-radius: 5px;
        border-radius: 5px;
        text-decoration: none;
        border: 2px solid #83b81a;
        margin-top: 0;
    }

        .contentInfoWindowGmap .lien_to_event-animation:hover,
        .contentInfoWindowGmap .lien_to_event-animation:focus,
        .contentInfoWindowGmap .lien_to_event-animation:active {
            background: #ffffff;
            color: #83b81a;
            border: 2px solid #83b81a;
        }

    .contentInfoWindowGmap .evenementHeading {
        color: #83b81a;
    }

    .contentInfoWindowGmap .dateRdv {
        font-weight: bold;
    }

    .contentInfoWindowGmap p {
        color: #0f2b36;
    }

    .contentInfoWindowGmap a.coordgps {
        color: #83b81a;
    }
/* ~~ Fin de la gestion de l'infobulle Gmap' ~~ */

#show-map-icon {
    width: 70px;
    height: 70px;
    background: #83b81a;
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    z-index: 5;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

    #show-map-icon:hover {
        transform: scale(1.1);
    }

#show-filters-icon {
    width: 70px;
    height: 70px;
    background: #83b81a;
    border-radius: 50%;
    /*bottom: 110px;
    right: 20px;*/
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    z-index: 5;
    transition: all .2s ease-in-out;
    cursor: pointer;
    position: absolute;
}

    #show-filters-icon:hover {
        transform: scale(1.1);
    }

/* ~~~~~~~~~~~~~~~~ */

/* ~~~~ Carousel des autres événements et des autres animations~~~~ */
.flickity-prev-next-button.previous {
    left: -30px;
    top: 35%;
    -ms-opacity: .25;
    opacity: .25;
}

.flickity-prev-next-button.next {
    right: -30px;
    top: 35%;
    -ms-opacity: .25;
    opacity: .25;
}

#accesDisable .flickity-prev-next-button.previous {
    left: 0;
    top: 50%;
    -ms-opacity: 1;
    opacity: 1;
    background: transparent;
    color: #fff;
}

#accesDisable .flickity-prev-next-button.next {
    right: 0;
    top: 50%;
    -ms-opacity: 1;
    opacity: 1;
    background: transparent;
    color: #fff;
}

.flickity-prev-next-button.previous:disabled,
.flickity-prev-next-button.next:disabled {
    display: none;
}

.carousel_subevent,
.carousel_hote {
    height: 350px;
}

.carousel_subanimation {
    height: 270px;
}

.carousel_subevent_nav,
.carousel_subanimation_nav {
    height: 57px;
}

.date_dispo_titre {
    font-family: 'rogue-serif', Arial, serif;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 12px;
}

.restez_connect {
    font-family: 'rogue-serif', Arial, serif;
    font-size: 22px;
    text-align: left;
    margin: 20px 0 20px 0;
    color: #0f2b36;
}

.carousel_subevent .carousel-cell,
.carousel_hote .carousel-cell {
    width: 100%; /* full width */
    /*height: 160px;*/ /* height of carousel */
    margin-right: 10px;
    padding: 0 20px;
    height: 100%;
}

.carousel_subanimation .carousel-cell {
    width: 100%; /* full width */
    /*height: 160px;*/ /* height of carousel */
    margin-right: 10px;
    padding: 0 20px;
    height: 100%;
}

.carousel-evenements-animation .nom_domaine {
    font-family: 'rogue-serif', Arial, serif;
    font-size: 24px;
    color: #0f2b36;
    text-align: center;
    margin-bottom: 13px;
}

.carousel-evenements-animation .titre_evenement,
.carousel-evenements-animation .titre_animation {
    font-family: 'rogue-serif', Arial, serif;
    font-size: 22px;
    text-align: left;
    margin-bottom: 15px;
}

.carousel-evenements-animation .titre_evenement {
    color: #83b81a;
}

.carousel-evenements-animation .titre_animation {
    color: #0f2b36;
}

.carousel-evenements-animation .libelle_infos {
    font-family: 'rogue-serif', Arial, serif;
    font-size: 16px;
    color: #0f2b36;
    text-align: left;
}

    .carousel-evenements-animation .libelle_infos span:first-child {
        width: 25px;
        text-align: center;
        display: inline-block;
        margin-right: .5rem;
    }

.carousel-evenements-animation .lien_to_event-animation {
    background: #83b81a;
    padding: 10px 29px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #fff;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    border: 2px solid #83b81a;
    position: relative;
    right: 0;
    bottom: 0;
    display: inline-block;
    margin-top: 20px;
}

    .carousel-evenements-animation .lien_to_event-animation:hover,
    .carousel-evenements-animation .lien_to_event-animation:focus,
    .carousel-evenements-animation .lien_to_event-animation:active {
        right: 0;
        bottom: 0;
        background: #ffffff;
        padding: 10px 29px;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #83b81a;
        -ms-border-radius: 5px;
        border-radius: 5px;
        text-decoration: none;
        border: 2px solid #83b81a;
    }

.carousel_subevent_nav .carousel-cell.bloc-date-nav,
.carousel_subanimation_nav .carousel-cell.bloc-date-nav,
.carousel_hote_nav .carousel-cell.bloc-date-nav {
    min-width: 55px;
    width: auto;
    min-height: 50px;
    height: auto;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 6px;
    border: 1px solid #83b81a;
    color: #83b81a;
    background: #fff;
    -ms-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.2;
    margin-right: 10px;
    cursor: pointer;
}

.carousel_subevent_nav .carousel-cell.bloc-date-nav-animation,
.carousel_subanimation_nav .carousel-cell.bloc-date-nav-animation,
.carousel_hote_nav .carousel-cell.bloc-date-nav-animation {
    min-width: 55px;
    width: auto;
    min-height: 50px;
    height: auto;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 6px;
    border: 1px solid #0f2b36;
    color: #0f2b36;
    background: #fff;
    -ms-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.2;
    margin-right: 10px;
}

.carousel_subevent_nav .carousel-cell.bloc-date-nav.is-nav-selected,
.carousel_subanimation_nav .carousel-cell.bloc-date-nav.is-nav-selected,
.carousel_hote_nav .carousel-cell.bloc-date-nav.is-nav-selected {
    border: 1px solid #83b81a;
    color: #fff;
    background: #83b81a;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.carousel_subevent_nav .carousel-cell.bloc-date-nav-animation.is-nav-selected,
.carousel_subanimation_nav .carousel-cell.bloc-date-nav-animation.is-nav-selected,
.carousel_hote_nav .carousel-cell.bloc-date-nav-animation.is-nav-selected {
    border: 1px solid #0f2b36;
    color: #fff;
    background: #0f2b36;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

/*.loader {
    border: 4px solid white;
    border-radius: 50%;
    border-top: 4px solid #83b81a;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin .5s linear infinite
}*/

#loader i {
    /*    border: 4px solid white;
    border-radius: 50%;
    border-top: 4px solid #83b81a;
    width: 30px;
    height: 30px;*/
    -webkit-animation: spin 2s linear infinite;
    animation: spin .5s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ~~~~ Fin Carousel des autres événements / animation ~~~~ */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /* ~~~~~~~~ Formulaire ~~~~~~~~ */

    .bloc .titre {
        padding-left: 2rem;
    }

    .container-form {
        text-align: initial;
    }

    #formulaire-inscription {
        margin-top: 87px;
        margin-bottom: 87px;
        margin-left: 90px;
    }

    .titre {
        text-decoration: underline;
        color: #0f2b36;
    }

    /* ~~~~~~~~~~~~~~~~ */
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /* Gestion du header contenant les filtres, de la page */
    /* Fin Gestion du header contenant les filtres, de la page */

    /* ~~ Gestion de l'infobulle sur la Gmap (page Recherche Evenement / Animation) ~~ */
    .contentInfoWindowGmap {
        min-height: 175px;
    }

        .contentInfoWindowGmap .lien_to_event-animation {
            background: #83b81a;
            padding: 5px 19px;
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            color: #fff;
            -ms-border-radius: 5px;
            border-radius: 5px;
            text-decoration: none;
            border: 2px solid #83b81a;
            margin-top: 0;
        }

            .contentInfoWindowGmap .lien_to_event-animation:hover,
            .contentInfoWindowGmap .lien_to_event-animation:focus,
            .contentInfoWindowGmap .lien_to_event-animation:active {
                background: #ffffff;
                color: #83b81a;
                border: 2px solid #83b81a;
            }

        .contentInfoWindowGmap .evenementHeading {
            color: #83b81a;
        }

        .contentInfoWindowGmap .dateRdv {
            font-weight: bold;
        }

        .contentInfoWindowGmap p {
            color: #0f2b36;
        }

        .contentInfoWindowGmap a.coordgps {
            color: #83b81a;
        }
    /* ~~ Fin de la gestion de l'infobulle Gmap' ~~ */

    #modalFiltresRechercheBistrot .modal-body {
        padding: 35px 66px 46px 66px;
    }

    #modalFiltresRechercheBistrot .w-65 {
        width: 65%;
    }

    /* ~~~~ Carousel des autres événements et des autres animations~~~~ */
    .flickity-button {
        display: none;
    }

    #accesDisable .flickity-button {
        display: block;
    }

    .carousel_subevent,
    .carousel_hote {
        height: 220px;
    }

    .carousel_subanimation {
        height: 145px;
    }

    .carousel-evenements-animation .lien_to_event-animation {
        background: #83b81a;
        padding: 10px 29px;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #fff;
        -ms-border-radius: 5px;
        border-radius: 5px;
        text-decoration: none;
        border: 2px solid #83b81a;
        position: absolute;
        right: 0;
        bottom: 0;
        margin-top: 0;
    }

    .date_dispo_titre {
        font-family: 'rogue-serif', Arial, serif;
        font-size: 16px;
        margin-top: 36px;
        margin-bottom: 12px;
    }
    /* ~~~~ Fin Carousel des autres événements / animation ~~~~ */

    .bgimg-recherchedomaine {
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /*background-image: url("../images/stock-photo/officielles/062_ETIENNE RAMOUSSE_INTER_BEAUJOLAIS_BIENVENUE_EN_BEAUJONOMIE_2018.jpg");*/
        background-color: #0f2b36;
        background-attachment: fixed;
        height: 60%;
        overflow: hidden;
    }

    .box-recherchedomaine {
        padding-top: 320px;
        /*position: absolute;*/
        /*bottom: 40%;*/
        /*left: 0;*/
        /*right: 0;*/
        /*width: 100%;*/
        /*text-align: center;*/
        /*min-height: 86px;*/
        /*overflow: initial;*/
    }

    .overlay {
        height: 342px;
        width: 100%;
        display: flex;
        align-items: center;
        text-align: center;
        background-position: center !important;
        background-size: cover;
    }

    #infos-domaine-mobile {
        display: none;
    }

    #chefs {
        margin-top: -241px !important;
    }

        #menus .pattern, #chefs .pattern {
            min-height: 692px;
            height: auto;
            overflow: hidden;
        }

    #vins, #cadre-vigneron {
        background-color: #fff;
        min-height: 549px;
        height: auto;
        left: 0;
        right: 0;
        bottom: initial;
        top: 0;
    }

    #plats, #cadre-chef {
        background-color: #0f2b36;
        min-height: 549px;
        height: auto;
        left: 0;
        right: 0;
        bottom: 0;
        top: initial;
    }

    .pattern-gauche {
        display: table-cell;
        vertical-align: top;
    }

    .pattern-droite {
        display: table-cell;
        vertical-align: bottom;
    }

    .pattern-gauche .bloc-decale {
        margin-bottom: 142px;
    }

    .pattern-droite .bloc-decale {
        margin-top: 142px;
    }
}

#logo-bb {
    display: block;
    margin: 0 auto 1em;
    max-width: 100%;
    width: 200px;
    margin-bottom: 50px;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

@media (max-height: 780px) {
    .bgimg-recherchedomaine {
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #0f2b36;
        background-attachment: fixed;
        height: 75%;
        overflow: hidden;
    }

    .box-recherchedomaine {
        /*position: absolute;*/
        /*bottom: 25%;*/
        /*left: 0;*/
        /*right: 0;*/
        /*width: 100%;*/
        /*text-align: center;*/
        /*min-height: 86px;*/
        /*overflow: initial;*/
    }
}