/*
File Name: 		custom.css
Description:  You can add your custom CSS here and it will overwrite template styles
*/

/*# sourceMappingURL=maps/custom.css.map */

@font-face {
    font-family: "Minitel";
    src: url("../fonts/Minitel.ttf") format('truetype');
    font-weight: normal;
}

.content-split-image {
    display: flex;
    flex-direction: row;
}

.content-split-image>img {
    width: 30%;
    object-fit: contain;
}

.split-text {
    width: 100%;
    padding-right: 100px;
}

.full-bandeau-green {
    background-color: rgba(24, 95, 70, 0.85) !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

.bandeau-content {
    padding-top: 70px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.mode_emploi_block {
    padding-bottom: 50px;
}

@media (max-width:991px) {
    .content-split-image>img {
        width: 100%;
    }

    .mode_emploi_block>ol>div {
        justify-content: center !important;
    }

    .block-multi-image {
        flex-direction: column !important;
    }

    .block-multi-image>ul {
        width: 100% !important;
    }
}

.block-intro-video {
    background-color: #0C3022;
    padding-top: 70px;
    padding-bottom: 50px;
}

.block-multi-image {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 50px;
}

.specific-block {
    height: auto;
    width: 50%;
}

.block-multi-image>ul {
    width: 50%;
}

.slick-dots {
    display: none !important;
}

.specific-block>.image-1 {
    position: relative;
    width: 200px;
    height: auto;
}

.specific-block>.image-2 {
    position: relative;
    right: 100px;
    top: 50px;
    width: 200px;
    height: auto;
}

.specific-block>.image-3 {
    position: relative;
    top: 150px;
    right: 15%;
    width: 150px;
    height: 200px;
}

.block-principe {
    background-color: rgba(194, 73, 31, 0.80);
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}

.block_do_better {
    padding-top: 50px;
    padding-bottom: 50px;
}

.block-temoignage {
    background-color: #0C3022;
    padding-top: 50px;
    padding-bottom: 50px;
}

.block-next-why-ekoland {
    background-color: #C2491F;
    padding-top: 50px;
    padding-bottom: 50px;
}

.block-next-why-ekoland>a>button {
    background-color: black;
}

.block-next-why-ekoland>a>button:hover {
    background-color: black;
}

.block-recup {
    background-color: #185F46;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.form-inside-recup>.form-group {
    text-align: start;
}

.form-inside-recup>.form-group>input {
    background-color: rgba(0, 74, 59, 0.8);
}

.carousel-concept {
    display: none;
}

.icon-content {
    display: block;
}

.hero-unit__container {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.50);
}

.container_player {
    display: flex;
    justify-content: center;
    min-height: 400px;
}

.player-info__item--photo {
    padding-right: 10px;
}

.list_price_custom {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-bottom: 25px;
    width: 40%;
    margin: auto;
    align-items: center;
}

.list_price_custom>.bgk_shadow {
    background-color: rgba(0, 0, 0, 0.40);
    border-radius: 100%;
    width: 81.11px;
    height: 81.11px;
    padding: 20px;
}

.content_custom_besoin {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    justify-content: center;
}

.item_custom_besoin {
    background-color: rgba(194, 73, 31, 0.50);
    padding: 6px;
    display: flex;
    padding-top: 20px;
    flex-direction: column;
    width: 200px;
    height: 235px;
    align-items: center;
    justify-content: flex-start;
}

.sponsor-card__logo>img {
    margin: 5px;
}

.custom_ask_team {
    display: flex;
    background-color: #C2491F;
    margin: auto;
    margin-top: 50px;
    align-items: center;
    padding: 5px;
}

.mosaique_recup {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: auto;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.mosaique_recup>div>img {
    object-fit: cover;
}

.list_icon_pratique {
    display: flex;
    justify-content: space-around;
    width: 45%;
    margin: auto;
    padding-bottom: 50px;
}

.main-nav__sub li a {
    color: white;
}

.main-nav__list>li.has-children>a::after {
    background-image: url('/assets/images/icons/orange_arrow.png');
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    top: 5px;
}

@media (max-width:991px) {
    .container_player {
        flex-direction: column;
    }

    .content-split-image {
        flex-wrap: wrap;
    }

    .split-text {
        padding-right: 0;
    }

    .carousel-concept {
        display: block;
    }

    .card-icon {
        margin: auto;
    }

    .icon-content {
        display: none;
    }

    .home_title {
        font-size: 40px !important;
        line-height: 40px !important;
    }

    .list_price_custom {
        width: 100%;
    }

    .content_custom_besoin {
        flex-direction: column;
    }

    .arrow_target>img {
        transform: rotate(90deg);
    }

    .custom_ask_team {
        flex-wrap: wrap;
        width: 100% !important;
        flex-direction: column;
    }

    .custom_ask_team>img {
        margin: auto;
    }

    .list_icon_pratique {
        width: 80%;
        flex-wrap: wrap;
    }

    .main-nav__list .main-nav__sub li a {
        color: white;
    }

    .main-nav {
        width: 100%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .main-nav__toggle {
        background-image: url('/assets/images/icons/orange_arrow.png');
        background-size: 16px 16px;
    }
}

.accordion {
    background-color: none;
}

.accordion-button {
    border-radius: 20px !important;
    border: none !important;
}

.accordion-item {
    border: none !important;
    background-color: #96320f;
}

.accordion-body>.accordion>.accordion-item {
    background-color: #C2491F;
}

.accordion>.accordion-item {
    border-radius: 20px;
    border: none !important;
}

.important-line {
    font-size: 25px;
}

.header-logo {

    bottom: 0px;
}

.header-logo img {
    height: 160px;
    top: 50px;
    left: 50px;
}

.radioChoices label {
    margin-right: 30px;
    margin-left: 10px;
}

.home_title {
    font-size: 80px;
    line-height: 80px;
}

label {
    font-weight: normal;
}

label[for="questions_datas_form_score"] {
    font-size: 40px;
}

input,
select.form-control {
    color: #ffffff;
}

.posts__inner {
    width: 100%;
}

.card__content {
    min-height: 100px;
}

.btn-social-counter__title {
    margin-top: 5px;
}

#message {
    min-height: 200px;
    max-height: 200px;
    width: 100%;
    /*font-family: sans-serif;*/
}

.bold {
    font-weight: bold !important;
}

.accordion-body {
    background-color: #96320f;
    color: #DADADA;
}

.accordion-body>.accordion>.accordion-item>.accordion-header>* {
    background-color: #C2491F !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.accordion-body>.accordion>.accordion-item>.accordion-collapse>* {
    background-color: #C2491F;
}

.accordion-button {
    background-color: #96320f !important;
    color: white;
    border-color: #C2491F;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: white;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

.accordion-button:focus {
    border-color: #C2491F !important;
    box-shadow: none;
}

.minitel {
    min-height: 500px;
    background-color: grey;
    display: flex;
    justify-content: center;
    align-items: center;

}

.input_minitel {
    display: flex;
}

.minitel-submit {
    border: 0;
    min-width: 10%;
}

.minitel-form {
    min-width: 80%;
}

.minitel-arrow {
    width: 52px;
    visibility: hidden;
    -webkit-animation-name: toggle;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: toggle;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: toggle;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes toggle {
    from {
        visibility: hidden;
    }

    50% {
        visibility: hidden;
    }

    to {
        visibility: visible;
    }
}

@-webkit-keyframes toggle {
    from {
        visibility: hidden;
    }

    50% {
        visibility: hidden;
    }

    to {
        visibility: visible;
    }
}

.minitel_f {
    font-family: 'Minitel';
}

.reservation_manager {
    background-color: rgba(255, 255, 240, 0.40);
    color: white;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

.backend_table {
    background-color: #004A3B;
    border-radius: 10px;
}

.backend_button {
    background-color: #185F46;
    border-color: #185F46;
}

.backend_button:hover {
    background-color: #185F46;
    border-color: white;
}

.backend_button:focus {
    background-color: #185F46;
    border-color: white;
}

#calendar {
    text-align: center;
    color: white;
    margin: auto;
    padding: 10px;
}

#calendar tr td {
    width: 100px;
}

.hidden_input {
    all: unset;
}

.custom_td {
    padding: 0;
}

.main-nav__sub {
    position: fixed;
    top: unset !important;
    background-color: #1e2024;
    border: unset;
}

.main-nav__sub li a:hover {
    color: #1e2024;
    background-color: white;
}

.header--layout-1 .header__primary-inner::before {
    left: -40px;
}

.table--lg>tbody>tr>td {
    padding-left: 0px;
    padding-right: 0px;
}

.submenu_group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;
    align-content: space-around;
}

.submenu_group>li>button {
    width: 145px;
    padding: 5px;
}

.custom_icon_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.custom_team_card {
    display: flex;
    flex-direction: column;
    background-color: #962A15;
    width: 300px;
    border: 10px solid #962A15;
    margin: 10px;
}

.arg_team {
    display: flex;
    flex-wrap: nowrap;
    align-content: stretch;
    flex-direction: row;
    align-items: flex-end;
    margin-top: 50px;
}

#inscription_mobile {
    display: none;
}

#connexion_mobile {
    display: none;
}

#off_mobile {
    display: none;
}

@media (max-width:1300px) {
    #inscription_mobile {
        display: block;
    }

    #connexion_mobile {
        display: block;
    }

    #off_mobile {
        display: block;
    }

    .submenu_group {
        height: 150px;
    }
    .submenu_group>li>button {  
        width: 110px;
        padding: 5px;
    }
}

.table-hover>tbody>tr:hover>* {
    color: unset !important;
}

.alternate-table tr:nth-child(odd) td {
    background-color: #004A3B !important;
    border: unset !important;
    border-color: unset !important;
}

.alternate-table tr:nth-child(even) td {
    background-color: #1c6b4f !important;
    border: unset !important;
    border-color: unset !important;
}

.table>tbody>tr>td {
    border: unset !important;
}

.posts__item--card .posts__thumb img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.posts__inner {
    height: 215px;
    background-color: #962A15;
}

.posts__item--category-1 .posts__cat-label,
.posts__item--category-1 .posts__cta {
    background-color: black;
}

.card {
    background-color: #962A15;
    padding: 5px;
}

.green_color {
    color: #185f46;
}

.modal-dialog {
    width: 100% !important;
}

.modal-fullscreen .modal-body {
    max-height: calc(100vh - 100px);
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.gall_content {
    display: flex;
    height: auto;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.gall_little_content {
    width: 300px;
    height: 200px;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    margin: 10px;
}

.gall_full_content {
    display: none;
    height: 100vh;
    top: 0;
    z-index: 100;
    position: fixed;
    background-color: black;
}

.gall_button_fetch {
    background-image: url('/assets/images/icons/image_selector.png');
    width: 64px;
    height: 64px;
    background-size: cover;
    background-color: unset;
    border: unset;
}

.gall_button_close {
    background-image: url('/assets/images/icons/annuler.png');
    width: 64px;
    height: 64px;
    background-size: cover;
    background-color: unset;
    border: unset;
    position: fixed;
    right: 5px;
    top: 5px;
}

.gall_items {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#gallNext {
    position: fixed;
    right: 5px;
    width: 64px;
    height: 64px;
    border-radius: 30px;
    background-image: url(/assets/images/icons/gall_arrow_right.png);
    background-color: white;
    background-position-y: -2px;
    top: 45%;
}

#gallPrevious {
    position: fixed;
    left: 5px;
    width: 64px;
    height: 64px;
    border-radius: 30px;
    background-image: url(/assets/images/icons/gall_arrow_left.png);
    background-color: white;
    background-position-y: -2px;
    background-position-x: -2px;
    top: 45%;
}

@media (max-width: 479px) {
    #ytp_frame {
        width: 100%;
    }

    #gallNext {
        bottom: 5px;
        top: unset;
    }

    #gallPrevious {
        bottom: 5px;
        top: unset;
    }

}

.intl-tel-input {
    display: flex;
}

.iti-mobile-select {
    width: 125px;
    height: 52px;
}

.selected-flag {
    width: 125px;
}

.flag-dropdown {
    width: 125px;
}

#number_team {
    height: 32px;
}

/* RESERVATION */

#AppointItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    min-height: 300px;
    max-width: 750px;
    background-color: rgba(255, 255, 255, 0.20);
}

.passed_selected_day {
    opacity: 0.5;
}

.selected_day {
    background-color: #185f46;
}

.day {
    cursor: pointer;
    border: 1px solid white;
}

/*HEADER*/

#AppointContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 750px;
    margin: auto;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

/*END*/

#inputDate {
    text-align: center;
}

#LoadingAppoint {
    width: 64px;
    margin: auto;
}

#AppointActive {
    background-color: rgba(255, 255, 255, 0.20);
    margin: auto;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: auto;
    max-width: 750px;
}

#AppointImage {
    height: 250px;
    object-fit: cover;
}

.appoint_item,
.appoint_item_appointed {
    cursor: pointer;
    color: white;
    border: 1px solid #C2491F;
    background-color: #185f46;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
    min-width: 50px;
    text-align: center;
}


.appoint_item_appointed {
    background-color: #C2491F;
}

.appoint_item:hover {
    transition: .5s;
    border-color: white;
    color: #C2491F;
    font-weight: bold;
}

.backend_table>tbody>tr {
    border: unset;
}

tbody> :nth-child(1) {
    border-style: inset;
    border-left: 5px solid #ffdc11;
}

tbody> :nth-child(2) {
    border-style: inset;
    border-left: 5px solid #dee2e6;
}

tbody>:nth-child(3) {
    border-style: inset;
    border-left: 5px solid #c56b2f;
}

#carousselHome {
    display: none;
}

@media screen and (max-width:768px) {
    * {
        text-align: center;
    }

    #mode_emploi {
        display: none !important;
    }

    #carousselHome {
        display: block;
    }    
}

@media screen and (max-width: 480px){
    #footer-local-2 {
        display: none;
    }
}

@media screen and (min-width: 480px){
    #footer-loca {
        display: none;
    } 
}

.carousel-item.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-dialog {
    margin: auto;
}

.ext-white {
    background-color: rgba(255, 255, 255, .2);
    width: 300px;
    border: 1px solid white;
}

#submenu_0,
    #submenu_1,
    #submenu_2,
    #submenu_3 {
        margin-left: 10px;
    }
    #submenu_0>li>a,
    #submenu_1>li>a,
    #submenu_2>li>a,
    #submenu_3>li>a {
        color: #C2491F;
    }

@media (min-width:992px) {

    .sub-menu-children {
        height: 49.5px;
    }

    #submenu_0,
    #submenu_1,
    #submenu_2,
    #submenu_3 {
        display: flex;
        position: relative;
        bottom: 50px;
        left: 100%;
        flex-direction: column;
        margin-left: 0px !important;
    }

    #submenu_0>li,
    #submenu_1>li,
    #submenu_2>li,
    #submenu_3>li {}

    #submenu_0>li>a,
    #submenu_1>li>a,
    #submenu_2>li>a,
    #submenu_3>li>a {
        border-top: 1px solid white;
        border-bottom: unset;
    }

    #arrow_submenu_0,
    #arrow_submenu_1,
    #arrow_submenu_2,
    #arrow_submenu_3 {
        transform: rotate(-90deg);
    }

    #home_unit {
        min-height: 500px;
        background-image: url(/assets/images/header_place_guinguette.jpg);
    }

    #home_unit_content > div {
        top: 40% !important;
    }

    #myVideo {
        min-height: 500px;
    }
}

.arrow_decoration {
    background-image: url(/assets/images/icons/orange_arrow.png);
    background-size: 16px 16px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 8px;
    right: 10px;
    display: block;
    cursor: pointer;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-overflow-scrolling: auto !important;
}

.row_top_player {
    border-radius: 10px;
    min-width: 300px;
    height: 150px;
    padding: 10px;
}

#top_players {
    margin-bottom: 2px;
}

#top_players>div {
    margin: 2px;
}

#top_players>div>div>img {
    padding: 0 !important;
    border: 2px solid white;
}

#home_unit {
    background-position: 50%;
    height: 375px;
    background-image: url(/assets/images/header_place_guinguette.jpg);
}

#home_unit_content {
    background-color: rgba(0, 0, 0, 0.50);
    width:100%;
    height: 375px;
}

#myScore > td {
    background-color: #79a797 !important;
    color: black;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, .7);
}

.historic_table {
    border-left: none !important;
    margin: auto;
}

.historic_table > tr {
    border-left: none !important;
}

.historic_table> :nth-child(1) {
    border-style: inset;
    border-left: none !important;
}

.historic_table_entire {
    margin: auto;
    width: 100%;
}

.caroussel-inner-home > div {
    padding: 10px;
}

.carousel-specif-item-home {
    height: 375px;
    background-color: rgba(0, 0, 0, .4);
}

.contactMainRow {
    display: flex;
    padding: 25px;
    justify-content: center;
}

.contactRow {
    display:flex;
    flex-direction: row;
    align-items: flex-start;
}

.contactRowItem {
    width:40%;
}

.contactRowItem:last-of-type {
    width: auto;
    text-align: left;
}

.contactRowItemSpecific {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.contactRowItemSpecific > a > img {
    margin-right: 5px;
}

.contactRowItemSpecific:last-of-type {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top:25px;
}

.guinguette_images > div {
    overflow: hidden;
}

.guinguette_images > div > img {
    object-fit: cover;
    height: 500px;
    width: 100%;
}

.contactContainer {
    height: 375px;
}

.group__ol {
    padding-inline-start: 0;
    list-style-type: none;
    text-align: center;
}

@media screen and (min-width:991px) {
    .guinguette_images>div{
        width: 33%;
    }

    .carousel-specif-item-home {
        height: 500px;
    }
    .group__ol {
        text-align: unset;
        padding-inline-start: 80px;
    }
}

@media screen and (max-width:991px) {

    .guinguette_images {
        flex-direction: column;
    }

    .guinguette_images > div {
        width: 100%;
    }

    .guinguette_images > div > img {
        height: 300px;
    }

    .contactContainer {
        height: 100vh;
    }

    .contactRow {
        flex-direction: column-reverse;
    }

    .contactRowItem {
        width: 100%;
    }

    .contactRowItem:first-of-type {

    }
}

#specificParty > tr {
    border-left: none !important;
}

.respButton > a > button {
    width: 125px;
    height: 33px;
    padding: unset;

}