﻿/*@import url("https://use.typekit.net/bvw7roa.css");*/

mark {
    padding: 0 .2em;
    background: #83b81a;
}

    mark * {
        color: #0f2b36 !important;
    }

.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%;
    }

/* ~~ Gestion du logo du type de plateforme ~~ */
.logo_type_plateforme {
    position: fixed;
    right: 10px;
    bottom: 10px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-weight: bold;
    color: #F1700B;
    animation: spinZ 10s linear infinite;
    text-align: center;
    background: transparent;
    font-family: 'Gotham', sans-serif;
    font-weight: 600;
    overflow: hidden;
}

    .logo_type_plateforme span {
        position: absolute;
        display: inline-block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        text-transform: uppercase;
        font-size: 14px;
        transition: all .5s cubic-bezier(0, 0, 0, 1);
    }

        .logo_type_plateforme span#external_circle {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 2px solid rgba(241, 112, 11, 1);
        }

        .logo_type_plateforme span#internal_circle {
            width: 60%;
            height: 60%;
            border-radius: 50%;
            border: 2px solid rgba(241, 112, 11, 1);
            margin: 20%;
        }

    .logo_type_plateforme.macaron_local {
        color: #E8007F;
    }

        .logo_type_plateforme.macaron_local span#external_circle {
            border-color: #E8007F;
        }

        .logo_type_plateforme.macaron_local span#internal_circle {
            border-color: #E8007F;
        }

    .logo_type_plateforme.macaron_test {
        color: #00E83C;
    }

        .logo_type_plateforme.macaron_test span#external_circle {
            border-color: #00E83C;
        }

        .logo_type_plateforme.macaron_test span#internal_circle {
            border-color: #00E83C;
        }

    .logo_type_plateforme.macaron_preprod {
        color: #FFA600;
    }

        .logo_type_plateforme.macaron_preprod span#external_circle {
            border-color: #FFA600;
        }

        .logo_type_plateforme.macaron_preprod span#internal_circle {
            border-color: #FFA600;
        }

    .logo_type_plateforme.macaron_prod {
        color: #2BB7F8;
    }

        .logo_type_plateforme.macaron_prod span#external_circle {
            border-color: #2BB7F8;
        }

        .logo_type_plateforme.macaron_prod span#internal_circle {
            border-color: #2BB7F8;
        }

@keyframes spinZ {
    0% {
        transform: rotateZ(360deg);
    }

    100% {
        transform: rotateZ(0deg);
    }
}

/* ~~ Fin gestion du logo du type de plateforme ~~ */

@font-face {
    font-family: 'stone_harbourregular';
    src: url('../fonts/stoneharbour-regular-webfont.woff2') format('woff2'), url('../fonts/stoneharbour-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dk_crayon_crumbleregular';
    src: url('../fonts/dk_crayon_crumble-webfont.woff2') format('woff2'), url('../fonts/dk_crayon_crumble-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.sous-titre-page {
    font-family: 'dk_crayon_crumbleregular';
    color: #fff;
    margin: 20px 0 40px 0;
    font-size: 1.5rem;
    color: #83b81a;
    text-align: center;
}

input[name="choix"]:disabled {
    opacity: .65;
    cursor: not-allowed;
}

.animate__slowCustom {
    --animate-duration: 1.5s;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~ Logo ~~~~~~~~ */
.date_evenement_logo {
    text-align: center;
    margin-bottom: 0;
}

#logoBeaujonomie {
    display: inline-block;
}

#logoBeaujonomie_b {
    display: none;
}

/* Overlay de recherche */
.search-overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.search-overlay-content {
    position: relative;
    top: 15%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 30px;
}

.search-overlay a {
    /*padding: 8px;*/
    text-decoration: none;
    font-size: 1rem;
    color: #fafafa;
    display: block;
    transition: 0.3s;
    font-weight: 300;
}

.search-overlay img {
    width: 25px;
}

.search-overlay .aucun-resultat {
    /*padding: 8px;*/
    text-decoration: none;
    font-size: 1.2rem;
    color: #fafafa;
    display: block;
    transition: 0.3s;
    font-weight: 300;
    font-style: italic;
}

.search-overlay a:hover, .search-overlay a:focus {
    color: #83b81a;
    cursor: pointer;
}

.search-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: .15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    color: #83b81a !important;
}

.spinner-button {
    border-color: transparent !important;
    background-color: transparent !important;
    position: absolute;
    opacity: 1 !important;
    color: #83b81a;
    right: 10px;
}

.type-recherche {
    text-decoration: none;
    font-size: 1.3rem;
    color: #83b81a;
    display: block;
    transition: 0.3s;
    font-weight: 300;
    border-bottom: 1px solid #83b81a;
    padding: 10px 0;
}

@media screen and (max-height: 450px) {
    .search-overlay {
        overflow-y: auto;
    }

        .search-overlay a {
            font-size: 20px
        }

        .search-overlay .closebtn {
            font-size: 40px;
            top: 15px;
            right: 35px;
        }
}

#resultSearch,
#resultSearch2 {
    left: 50%;
    width: 90%;
    background-color: transparent;
    transform: translateX(-50%);
    overflow-y: scroll;
    height: 400px;
    -ms-overflow-style: none;
}

    #resultSearch::-webkit-scrollbar,
    #resultSearch2::-webkit-scrollbar {
        display: none;
    }

    #resultSearch .titre-date-evenement, #resultSearch .titre-date-animation,
    #resultSearch2 .titre-date-evenement, #resultSearch2 .titre-date-animation {
        font-size: 14px;
    }

#searchDomaine,
#searchDomaine2 {
    width: 100% !important;
    font-size: 24px !important;
    height: 50px !important;
}

/* Fin overlay de recherche */

.choixNombreInvite .dropdown-menu.show {
    min-width: 100% !important;
}

.ui-dialog {
    z-index: 1000 !important;
}

.filterDialog {
    background: #83b81a !important;
    bottom: 50px;
    left: auto !important;
    right: 10px;
    margin: auto;
    top: auto !important;
}

.fadeImg {
    animation-name: fadeImg;
    animation-duration: 2s;
}

@keyframes fadeImg {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*-- Carousel --*/
.carousel-avis:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000, #000);
    opacity: 1;
}

/*-- Autocomplete Chrome ;) --*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
}

@keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}

@-webkit-keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}

/*-- Fin autocomplete --*/

/* 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;
    }

    .bloc-decale {
        width: 570px;
    }
}

/*-- AddEvent custom --*/
/* Use Google's hosted "Open Sans" font as display font in button */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700");

/* The button */
.addeventatc {
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: #fff;
    font-family: "Open Sans", Roboto, Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-weight: 400;
    color: #333 !important;
    font-size: 15px;
    line-height: 100%;
    -webkit-box-shadow: 0 0 0 0.5px rgba(50, 50, 93, .17), 0 2px 5px 0 rgba(50, 50, 93, .1), 0 1px 1.5px 0 rgba(0, 0, 0, .07), 0 1px 2px 0 rgba(0, 0, 0, .08), 0 0 0 0 transparent !important;
    -moz-box-shadow: 0 0 0 0.5px rgba(50, 50, 93, .17), 0 2px 5px 0 rgba(50, 50, 93, .1), 0 1px 1.5px 0 rgba(0, 0, 0, .07), 0 1px 2px 0 rgba(0, 0, 0, .08), 0 0 0 0 transparent !important;
    box-shadow: 0 0 0 0.5px rgba(50, 50, 93, .17), 0 2px 5px 0 rgba(50, 50, 93, .1), 0 1px 1.5px 0 rgba(0, 0, 0, .07), 0 1px 2px 0 rgba(0, 0, 0, .08), 0 0 0 0 transparent !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .addeventatc:hover {
        background-color: #f8f8f8;
    }

    .addeventatc .date {
        width: 50px;
        height: 60px;
        float: left;
        position: relative;
    }

        .addeventatc .date .mon {
            display: block;
            text-align: center;
            padding: 10px 0px 0px 0px;
            font-size: 10px;
            color: #bf5549;
            font-weight: bold;
            line-height: 110%;
            text-transform: uppercase;
        }

        .addeventatc .date .day {
            display: block;
            text-align: center;
            padding: 0px 0px 8px 0px;
            font-size: 28px;
            font-weight: bold;
            color: #333;
            line-height: 100%;
        }

        .addeventatc .date .bdr1 {
            width: 1px;
            height: 50px;
            background: #eaeaea;
            position: absolute;
            z-index: 100;
            top: 5px;
            right: -3px;
        }

        .addeventatc .date .bdr2 {
            width: 1px;
            height: 50px;
            background: #fff;
            position: absolute;
            z-index: 100;
            top: 5px;
            right: -4px;
        }

    .addeventatc .desc {
        height: 60px;
        float: left;
        position: relative;
        padding: 0px 15px 0px 0px;
    }

        .addeventatc .desc p {
            margin: 0;
            display: block;
            text-align: left;
            padding: 7px 0px 0px 15px;
            font-size: 11px;
            color: #666;
            line-height: 130%;
        }

        .addeventatc .desc .hed {
            height: 15px;
            display: block;
            overflow: hidden;
            margin-bottom: 0px;
            font-size: 13px;
            line-height: 110%;
            color: #333;
            text-transform: uppercase;
        }

        .addeventatc .desc .des {
            height: 28px;
            display: block;
            overflow: hidden;
        }

.addeventatc-selected {
    background-color: #f4f4f4;
}

.addeventatc .start, .addeventatc .end, .addeventatc .timezone, .addeventatc .title, .addeventatc .description, .addeventatc .location, .addeventatc .organizer, .addeventatc .organizer_email, .addeventatc .facebook_event, .addeventatc .all_day_event, .addeventatc .date_format, .addeventatc .alarm_reminder, .addeventatc .recurring, .addeventatc .attendees, .addeventatc .calname, .addeventatc .uid, .addeventatc .status, .addeventatc .method, .addeventatc .client, .addeventatc .transp {
    display: none !important;
}

.custom-toggler.navbar-toggler {
    border-color: rgb(131, 184, 26);
    background: rgba(131, 184, 26, .5);
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* Toggler button*/
.navbar-collapse.collapsing {
    background: rgba(255, 255, 255, 1);
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-collapse.show {
    background: rgba(255, 255, 255, 1);
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-collapse.collapsing a {
    color: #0f2b36 !important;
}

.navbar-collapse.show .navbar-nav a,
.navbar-collapse.show .navbar-nav #clickSearchDomaine {
    color: #0f2b36 !important;
}

.navbar-collapse.show:after, .navbar-collapse.collapsing:after {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0%;
    right: 20px;
    content: '';
    transform: translate(0%, -100%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(255, 255, 255, 1);
}

.navbar-collapse.show .search__field::-webkit-input-placeholder {
    color: #0f2b36;
}

.navbar-collapse.show .search__field:-moz-placeholder {
    color: #0f2b36;
}

.navbar-collapse.show .search__field::-moz-placeholder {
    color: #0f2b36;
}

.navbar-collapse.show .search__field:-ms-input-placeholder {
    color: #0f2b36;
}

/* /Toggler button*/

/* Drop down */
.addeventatc .desc {
    height: 100% !important;
}

.addeventatc .date .bdr1 {
    height: 100% !important;
}

.addeventatc .date {
    width: 80px !important;
}

    .addeventatc .date .dej {
        padding-top: 0 !important;
    }

.addeventatc_dropdown {
    width: 230px;
    position: absolute;
    padding: 6px 0px 0px 0px;
    font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    color: #000 !important;
    font-weight: 600;
    line-height: 100%;
    background: #fff;
    font-size: 15px;
    text-decoration: none;
    text-align: left;
    margin-left: -1px;
    display: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
    transform: scale(.98, .98) translateY(5px);
    z-index: -1;
    transition: transform .15s ease;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .addeventatc_dropdown.topdown {
        transform: scale(.98, .98) translateY(-5px) !important;
    }

    .addeventatc_dropdown span {
        display: block;
        line-height: 100%;
        background: #fff;
        text-decoration: none;
        cursor: pointer;
        font-size: 15px;
        color: #333;
        font-weight: 600;
        padding: 14px 10px 14px 55px;
        -webkit-transition: background-color .3s;
        transition: background-color .3s;
    }

        .addeventatc_dropdown span:hover {
            background-color: #f4f4f4;
            color: #000;
            text-decoration: none;
            font-size: 15px;
        }

    .addeventatc_dropdown em {
        color: #999 !important;
        font-size: 12px !important;
        font-weight: 400;
    }

    .addeventatc_dropdown .frs a {
        background: #fff;
        color: #cacaca !important;
        cursor: pointer;
        font-size: 9px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 110% !important;
        padding-left: 10px;
        position: absolute;
        right: 10px;
        text-align: right;
        text-decoration: none;
        top: 5px;
        z-index: 101;
    }

        .addeventatc_dropdown .frs a:hover {
            color: #999 !important;
        }

    .addeventatc_dropdown .ateappleical {
        background: url(../images/addevent-icons/icon-apple-t5.svg) 18px 40% no-repeat;
        background-size: 22px 100%;
    }

    .addeventatc_dropdown .ategoogle {
        background: url(../images/addevent-icons/icon-google-t5.svg) 18px 50% no-repeat;
        background-size: 22px 100%;
    }

    .addeventatc_dropdown .ateoutlook {
        background: url(../images/addevent-icons/icon-outlook-t5.svg) 18px 50% no-repeat;
        background-size: 22px 100%;
    }

    .addeventatc_dropdown .ateoutlookcom {
        background: url(../images/addevent-icons/icon-outlookcom-t5.svg) 18px 50% no-repeat;
        background-size: 22px 100%;
    }

    .addeventatc_dropdown .ateyahoo {
        background: url(../images/addevent-icons/icon-yahoo-t5.svg) 18px 50% no-repeat;
        background-size: 22px 100%;
    }

    .addeventatc_dropdown .atefacebook {
        background: url(../images/addevent-icons/icon-facebook-t5.svg) 18px 50% no-repeat;
        background-size: 22px 100%;
    }

    .addeventatc_dropdown .copyx {
        height: 21px;
        display: block;
        position: relative;
        cursor: default;
    }

    .addeventatc_dropdown .brx {
        height: 1px;
        overflow: hidden;
        background: #e8e8e8;
        position: absolute;
        z-index: 100;
        left: 10px;
        right: 10px;
        top: 9px;
    }

    .addeventatc_dropdown.addeventatc-selected {
        transform: scale(1, 1) translateY(0px);
        z-index: 99999999999;
    }

    .addeventatc_dropdown.topdown.addeventatc-selected {
        transform: scale(1, 1) translateY(0px) !important;
    }

    .addeventatc_dropdown .drop_markup {
        background-color: #f4f4f4;
    }

/*-- Fin AddEvent custom --*/


/* 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, h5, h6 {
    font-style: normal;
    font-weight: 500;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted transparent !important;
    outline: 0 auto transparent !important;
    outline-offset: 0px;
}

.btn.focus, .btn:focus, .btn-dark.focus, .btn-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.fa-question-circle {
    color: #83b81a;
    cursor: help;
}

/* ~~~~~~~~ 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;
    }*/

/* ~~~~~~~~ */

/* ~~~~~~~~ Footer ~~~~~~~~*/

footer a, footer a:active, footer a:focus, footer a:hover {
    color: #83b81a;
}

footer .lien-rs:hover, footer .lien-rs:active, footer .lien-rs:focus {
    text-decoration: none;
}

footer .logo-list-footer {
    background: #fff;
    padding: 3em 0 2em;
}

/* ~~~~~~~~ */

/* ~~~~~~~~ Mentions légales ~~~~~~~~*/

adress a, adress a:active, adress a:focus, address a:hover, #mentionslegales a, #mentionslegales a:active, #mentionslegales a:focus, #mentionslegales a:hover {
    color: #83b81a;
}

#mentionslegales li {
    list-style: none;
}

/* ~~~~~~~~ */

/* ~~~~~~~~ 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;
    color: #fff;
}

.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;
    color: #fff;
}

.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;
    color: #fff;
}

.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;
    color: #fff;
}

.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;
}

.search__wrapper {
    text-align: left;
}


.langue-selectionnee {
    color: #83b81a;
}

/* ~~~~~~~~ */

/* Inputs */
#searchDataNoInter {
    position: absolute;
    right: 0;
    bottom: 2px;
    color: #fff;
    background: #83b81a;
}

.form-control {
    tab-index: -1;
}

    .form-control:focus {
        background-color: transparent !important;
        outline: 0 !important;
        box-shadow: none !important;
        border-color: transparent !important;
        color: #83b81a !important;
    }

:focus {
    outline: none;
}

.input-effect {
    margin: 40px 0 0 0;
    position: relative;
}

    .input-effect .effect-16, .choixRepas-label {
        font: 15px/32px "Roboto", Arial, sans-serif;
        color: #0f2b36;
        width: 100%;
        box-sizing: border-box;
        letter-spacing: 1px;
        border-radius: 0;
    }

    .input-effect .effect-16-white {
        font: 15px/32px "Roboto", Arial, sans-serif;
        color: #fff;
        width: 100%;
        box-sizing: border-box;
        letter-spacing: 1px;
        border-radius: 0;
    }

.effect-16 {
    border: 0;
    padding: 4px 0;
    border-bottom: 1px solid #0f2b36;
    background-color: transparent;
}

.effect-16-white {
    border: 0;
    padding: 4px 0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
}

    .effect-16 ~ .focus-border, .effect-16-white ~ .focus-border {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #83b81a;
        transition: 0.4s;
    }

    .effect-16:focus ~ .focus-border,
    .has-content.effect-16 ~ .focus-border, .effect-16-white:focus ~ .focus-border,
    .has-content.effect-16-white ~ .focus-border {
        width: 100%;
        transition: 0.4s;
    }

.effect-16 ~ label {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    left: 0;
    width: auto;
    top: 9px;
    color: #0f2b36;
    transition: 0.3s;
    z-index: 1;
    letter-spacing: 0.5px;
}

.effect-16-white ~ label {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    left: 0;
    width: auto;
    top: 9px;
    color: #fff;
    transition: 0.3s;
    z-index: 1;
    letter-spacing: 0.5px;
}

.effect-16:focus ~ label, .has-content.effect-16 ~ label {
    top: -16px !important;
    font-size: 14px;
    color: #83b81a;
    transition: 0.3s;
}

.effect-16-white:focus ~ label, .has-content.effect-16-white ~ label {
    top: -16px !important;
    font-size: 14px;
    color: #83b81a;
    transition: 0.3s;
}

/* ~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~ 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-body li {
        color: #0f2b36;
        font-family: 'Roboto', sans-serif;
        /*font-size: 1.125rem;*/
        font-size: 18px;
        line-height: normal;
    }

    .modal-body a {
        color: #83b81a;
    }

.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%;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*background-image: url("../images/stock-photo/officielles/011_ETIENNE_RAMOUSSE_INTER_BEAUJOLAIS_BIENVENUE_EN_BEAUJONOMIE_2019.jpg");*/
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* Partie Image */
.conceptBgImg {
    /*background-image: url("../images/stock-photo/vign-low.jpeg");*/
    background-image: url("../images/stock-photo/2021-07-02-baujonomie-jonas-jacquel-99.jpg");
    background-position-y: top !important;
}

.bgimg {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    overflow: hidden;
}

    .bgimg: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 */

/* Partie texte v2 */
.box {
    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 {
    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 {
        font-size: 2rem;
        color: #83b81a;
    }

    .box p span {
        vertical-align: middle;
    }

.box h2 {
    margin-bottom: 1rem;
}

.box p, .box 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;
}

.ckeditor-text p a {
    color: #83b81a;
}

/* ~~~~~~~~~~~~~~~~ */
/*.box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 160px;
    min-height: 86px;
    overflow: hidden;
}*/

.informations {
    position: absolute;
    bottom: 95px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
}

    .informations p {
        font-family: 'Roboto', sans-serif;
        font-size: 0.875rem;
        font-weight: 500;
        margin-bottom: 1.625rem;
    }

        .informations p .fa-calendar {
            font-size: 2rem;
            color: #83b81a;
        }

        .informations p span {
            vertical-align: middle;
        }

    .informations h2 {
        margin-bottom: 1rem;
    }

    .informations p, .informations h2 {
        color: #fff;
    }

/* ~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~ Corps du site ~~~~~~~~ */

.bloc {
    min-height: 637px;
    height: auto;
}

.bloc-domaine {
    height: 342px;
}

/* ~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~ Type réservation ~~~~~~~~ */

.tunnel-typo {
    font-family: 'rogue-serif', arial, serif;
}

/* ~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~ Gestion des blocs décalés gauche et droite ~~~~~~~~ */

.section-blanche {
    background: #fff;
    padding-bottom: 225px;
}

.section-bloc .pattern {
    height: 549px;
    overflow: hidden;
}

.section-bloc .container {
    margin-top: -224px;
}

.bloc-gauche {
    /*background-image: url('../images/stock-photo/beaujonomie-inter-beaujolais-bruno-fabresse-4.jpg');*/
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position-x: left !important;
    min-height: 549px;
    height: auto;
    left: 0;
    right: 0;
    top: initial;
    bottom: 0;
}

.overlay-bloc-gauche {
    height: 549px;
    left: 0;
    right: 0;
    top: 0;
}

.bloc-droite {
    /*background: url('../images/stock-photo/morgon-105.jpeg');*/
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position-x: center !important;
    min-height: 549px;
    left: 0;
    right: 0;
    bottom: initial;
    top: 0;
    height: auto;
}

.overlay-bloc-droite {
    background-color: red;
}

/* ~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~ Les domaines ~~~~~~~~ */
#nouveaux-domaines a:hover, #nouveaux-domaines a:active, #nouveaux-domaines 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;
}

/*#redirecttoeventpartn, #redirecttorechdomaine {
    font-family: 'Roboto', sans-serif;
    min-width: 199px;
    width: auto;
    background: #83b81a;
    color: #fff;
    border-radius: 5px;
    font-size: 1rem;
}*/

#bloc_teasing_edition span {
    font-weight: 500;
    font-size: 18px;
    line-height: 2;
}

    #bloc_teasing_edition span b {
        font-family: 'rogue-serif', sans-serif;
        font-size: 32px;
        color: #83b81a;
        font-weight: 500;
    }

#redirecttoeventpartn, #redirecttorechdomaine, #redirecttonewsletter {
    font-family: 'Roboto', sans-serif;
    border: 1px solid #83b81a;
    background: rgba(131, 184, 26, .8);
    color: #fff;
    min-width: 171px;
    width: auto;
    border-radius: 5px;
    cursor: pointer;
}

#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;
}

#annulationEvenementModal .modal-title {
    font-size: 25px;
}

#annulationEvenementModal .modal-body p {
    font-size: 16px;
}

/* ~~ Loader de chargement de gmap ~~ */
#gmap-loader.pageRecherche {
    width: 100%;
    position: sticky;
    height: 100vh;
    top: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(255, 255, 255, .5);
}

    #gmap-loader.pageRecherche img {
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        top: 0;
    }

/* ~~ Fin Loader de chargement de gmap ~~ */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {


    /* Overlay de recherche */
    .search-overlay {
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.9);
        overflow-y: hidden;
        transition: 0.5s;
    }

    .search-overlay-content {
        position: relative;
        top: 15%;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 30px;
    }

    .search-overlay a {
        /*padding: 8px;*/
        text-decoration: none;
        font-size: 24px;
        color: #fafafa;
        display: block;
        transition: 0.3s;
        font-weight: 300;
    }

    .search-overlay .aucun-resultat {
        /*padding: 8px;*/
        text-decoration: none;
        font-size: 24px;
        color: #fafafa;
        display: block;
        transition: 0.3s;
        font-weight: 300;
        font-style: italic;
    }

    .search-overlay a:hover, .search-overlay a:focus {
        color: #83b81a;
        cursor: pointer;
    }

    .search-overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
    }

    @-webkit-keyframes spinner-border {
        to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes spinner-border {
        to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    .spinner-border {
        display: inline-block;
        width: 1rem;
        height: 1rem;
        vertical-align: text-bottom;
        border: .15em solid currentColor;
        border-right-color: transparent;
        border-radius: 50%;
        -webkit-animation: spinner-border .75s linear infinite;
        animation: spinner-border .75s linear infinite;
        color: #83b81a !important;
    }

    .spinner-button {
        border-color: transparent !important;
        background-color: transparent !important;
        position: absolute;
        opacity: 1 !important;
        color: #83b81a;
        right: 10px;
    }

    .type-recherche {
        text-decoration: none;
        font-size: 24px;
        color: #83b81a;
        display: block;
        transition: 0.3s;
        font-weight: 300;
        border-bottom: 1px solid #83b81a;
        padding: 10px 0;
    }

    #resultSearch,
    #resultSearch2 {
        left: 50%;
        width: 360px;
        background-color: transparent;
        transform: translateX(-50%);
        overflow-y: scroll;
        /*height: 700px;*/
        height: calc(100vh - 190px);
        -ms-overflow-style: none;
    }

        #resultSearch::-webkit-scrollbar,
        #resultSearch2::-webkit-scrollbar {
            display: none;
        }

        #resultSearch .titre-date-evenement,
        #resultSearch .titre-date-animation,
        #resultSearch2 .titre-date-evenement,
        #resultSearch2 .titre-date-animation {
            font-size: 16px;
        }

    #searchDomaine {
        width: 360px !important;
        font-size: 24px !important;
        height: 50px !important;
    }

    /* Fin overlay de recherche */
    /* ~~~~~~~~ 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) {

    #annulationEvenementModal .modal-title {
        font-size: 30px;
    }

    #annulationEvenementModal .modal-body p {
        font-size: 18px;
    }

    /* Overlay de recherche */
    .search-overlay {
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.9);
        overflow-y: hidden;
        transition: 0.5s;
    }

    .search-overlay-content {
        position: relative;
        top: 15%;
        width: 30%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 30px;
    }

    .search-overlay a {
        /*padding: 8px;*/
        text-decoration: none;
        font-size: 24px;
        color: #fafafa;
        display: block;
        transition: 0.3s;
        font-weight: 300;
    }

    .search-overlay img {
        width: 30px;
    }

    .search-overlay .aucun-resultat {
        /*padding: 8px;*/
        text-decoration: none;
        font-size: 24px;
        color: #fafafa;
        display: block;
        transition: 0.3s;
        font-weight: 300;
        font-style: italic;
    }

    .search-overlay a:hover, .search-overlay a:focus {
        color: #83b81a;
        cursor: pointer;
    }

    .search-overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
    }

    @-webkit-keyframes spinner-border {
        to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes spinner-border {
        to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    .spinner-border {
        display: inline-block;
        width: 1rem;
        height: 1rem;
        vertical-align: text-bottom;
        border: .15em solid currentColor;
        border-right-color: transparent;
        border-radius: 50%;
        -webkit-animation: spinner-border .75s linear infinite;
        animation: spinner-border .75s linear infinite;
        color: #83b81a !important;
    }

    .spinner-button {
        border-color: transparent !important;
        background-color: transparent !important;
        position: absolute;
        opacity: 1 !important;
        color: #83b81a;
        right: 10px;
    }

    .type-recherche {
        text-decoration: none;
        font-size: 24px;
        color: #83b81a;
        display: block;
        transition: 0.3s;
        font-weight: 300;
        border-bottom: 1px solid #83b81a;
        padding: 10px 0;
    }

    #resultSearch,
    #resultSearch2 {
        left: 50%;
        width: 360px;
        background-color: transparent;
        transform: translateX(-50%);
        overflow-y: scroll;
        height: 550px;
        -ms-overflow-style: none;
    }

        #resultSearch::-webkit-scrollbar,
        #resultSearch2::-webkit-scrollbar {
            display: none;
        }

        #resultSearch .titre-date-evenement, #resultSearch .titre-date-animation,
        #resultSearch2 .titre-date-evenement, #resultSearch2 .titre-date-animation {
            font-size: 16px;
        }

    #searchDomaine {
        /*width: 360px !important;*/
        width: 100% !important;
        font-size: 24px !important;
        height: 50px !important;
    }

    /* Fin overlay de recherche */
    .search__wrapper {
        text-align: center;
    }

    .section-bloc .pattern {
        height: 692px;
        overflow: hidden;
    }

    .bloc-gauche {
        /*background-image: url('../images/stock-photo/beaujonomie-inter-beaujolais-bruno-fabresse-4.jpg');*/
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position-x: left !important;
        min-height: 549px;
        left: 0;
        right: 0;
        bottom: initial;
        top: 0;
        height: auto;
    }

    .bloc-droite {
        background-size: cover !important;
        /*background: url('../images/stock-photo/morgon-105.jpeg');*/
        background-repeat: no-repeat !important;
        background-position-x: center !important;
        min-height: 549px;
        left: 0;
        right: 0;
        bottom: 0;
        top: initial;
        height: auto;
    }
}

.box-container {
    display: block;
    padding: 0 1em;
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

@media (min-width: 1366px) {

    /* Overlay de recherche */
    .search-overlay {
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.9);
        overflow-y: hidden;
        transition: 0.5s;
    }

    .search-overlay-content {
        position: relative;
        top: 15%;
        width: 30%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 30px;
    }

    .search-overlay a {
        /*padding: 8px;*/
        text-decoration: none;
        font-size: 24px;
        color: #fafafa;
        display: block;
        transition: 0.3s;
        font-weight: 300;
    }

    .search-overlay img {
        width: 30px;
    }

    .search-overlay .aucun-resultat {
        /*padding: 8px;*/
        text-decoration: none;
        font-size: 24px;
        color: #fafafa;
        display: block;
        transition: 0.3s;
        font-weight: 300;
        font-style: italic;
    }

    .search-overlay a:hover, .search-overlay a:focus {
        color: #83b81a;
        cursor: pointer;
    }

    .search-overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
    }

    @-webkit-keyframes spinner-border {
        to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes spinner-border {
        to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    .spinner-border {
        display: inline-block;
        width: 1rem;
        height: 1rem;
        vertical-align: text-bottom;
        border: .15em solid currentColor;
        border-right-color: transparent;
        border-radius: 50%;
        -webkit-animation: spinner-border .75s linear infinite;
        animation: spinner-border .75s linear infinite;
        color: #83b81a !important;
    }

    .spinner-button {
        border-color: transparent !important;
        background-color: transparent !important;
        position: absolute;
        opacity: 1 !important;
        color: #83b81a;
        right: 10px;
    }

    .type-recherche {
        text-decoration: none;
        font-size: 24px;
        color: #83b81a;
        display: block;
        transition: 0.3s;
        font-weight: 300;
        border-bottom: 1px solid #83b81a;
        padding: 10px 0;
    }

    #resultSearch,
    #resultSearch2 {
        left: 50%;
        width: 360px;
        background-color: transparent;
        transform: translateX(-50%);
        overflow-y: scroll;
        /*height: 700px;*/
        height: calc(100vh - 190px);
        -ms-overflow-style: none;
    }

        #resultSearch::-webkit-scrollbar,
        #resultSearch2::-webkit-scrollbar {
            display: none;
        }

        #resultSearch .titre-date-evenement, #resultSearch .titre-date-animation,
        #resultSearch2 .titre-date-evenement, #resultSearch2 .titre-date-animation {
            font-size: 16px;
        }

    #searchDomaine {
        /*width: 360px !important;*/
        width: 100% !important;
        font-size: 24px !important;
        height: 50px !important;
    }

    /* Fin overlay de recherche */
}

@media (max-width: 992px) {
    /* ~~~~~~~~ Footer ~~~~~~~~ */
    footer {
        margin-top: 20px;
    }

    /* ~~~~~~~~~~~~~~~~~~~~~~~~ */
}
