﻿/*@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) {
}

/* 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;
}

/* ~~~~~~~~ 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;
    }*/

/* ~~~~~~~~ */

#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);
    }
}

.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 {
    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;
}

.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;
}

/* ~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~ Corps du site ~~~~~~~~ */

.bloc {
    min-height: 200px;
    padding-top: 47px;
    padding-bottom: 47px;
    height: auto;
}

#lanimation {
    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: 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: 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;
}

#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);
    }

/* ~~~~~~~~~~~~~~~~ */

/* 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 */

    .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 {
        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;
    }
}

/* 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;
    }
}
