#content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
}

#main {
    padding: 0px !important;
}

h1{
    padding: 0 20px;
}
.main-container {
    width: 74%;
    max-width: 74%;
    min-width: 74%;
    -ms-flex-preferred-size: 74%;
    flex-basis: 74%;
    padding: 0 12px 0 0;

}

.main-container h1 {
    text-transform: uppercase;
    color: #6e1036;
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0 0 0;
}

article hr.title {
    background-color: #F26521;
    width: 7%;
    height: 5px;
    margin: 0 0 10px 0;
}

.page-title {
    text-transform: uppercase;
    color: #a81d34;
    font-size: 25px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.current_bc-page-site {
    color: #c38e25;
}

.localization {
    font-style: italic;
    font-weight: 400;
    margin: 0 15px 0px 0px;
    font-size: 18px;
}

.zone-geo {
    color: #FFF;
    padding: 5px 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 5px;
}

.pictos--list {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pictos--list li {
    margin: 0 5px 0 0;
}
.pictos--list li a {
    margin: 0;
    padding: 0;
}
.pictos--list li a img {
    width: 30px;
}
.pictos--list img {
    width: 30px!important;
    margin-top: -4px;
}

.site-gallery {
    margin-top: 15px;
    margin-bottom: 0!important;
}
    
.mailbox {
    border: 1px solid #6e1036;
    padding: 18px;
    display: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: left;
}

.email:hover {
    cursor: pointer;
}

.sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 26%;
    max-width: 26%;
    min-width: 26%;
    -ms-flex-preferred-size: 26%;
    flex-basis: 26%;
    padding: 0 0 0 12px!important;
}

.side-title {
    text-transform: uppercase;
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin-bottom:0px;
}

.important_info_mobile{
    display: none;
}

.alone_full {
    width: 100%!important;
}

.fixed-bottom-buttons-container {
    position: fixed;
    bottom: 0;
    width:100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
}

.fixed-bottom-buttons-cell {
    width: 33%;
    text-align: center;
    padding: 10px;
    font-size: 15px;
}

.fixed-bottom-buttons {
    display:flex;
    justify-content: center;
    flex-direction: row;
    background-color: #a51d34;
    color: white;
    text-transform: uppercase;
}

.fixed-bottom-buttons a {
    color: white;
}

.fixed-bottom-buttons a:hover {
    background-color: #c18d1e;
    text-decoration: none;
}

.localization-fixed-button {
    border-right:1px white solid;
    border-left: 1px white solid;
}

.billetterie-fixed-button {
    width: 100%;
    text-align: center;
    padding: 10px;
    border-top: 1px white solid;
}

img.site-thumb {
    height: 90px;
    width: 140px;
    margin-top: 10px;
}

.site-information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left:20px;
    padding-left:15px;
    border-left: 1px rgba(195, 142, 37, 0.5) solid;
    width:180px;
}
.sitename {
    font-weight: bold;
    color: black;
    font-size: 13px;
    text-transform: uppercase;
}
.site-distance {
    color: black;
}
.sites-proximite {
    display: flex;
    flex-direction: column;
}
.sites-proximite a{
    text-decoration: none!important;
}
.single-site-proximite {
    display: flex;
    margin-bottom: 19px;
}
.single-site-proximite:hover .sitename{
    color: #a81d34;
    transition: 0.4s all;
}

.single-site-proximite:hover img{
    opacity: 0.6;
    transition: 0.4s all;
}



a:hover.side-red-button, a:hover.side-red-button-reservation {
    background-color: #c58f32;
    color: white;
    text-decoration: none;
}

.map-sites-proximite {
    border:1px #f5f5f5 solid;
    margin-bottom: 50px;
}

.social-media {
    display: flex;
    justify-content: flex-end;
    padding-top:15px;
}

.single-social-media {
    text-align: center;
    padding-left:15px;
}

.side-red-button.email:hover {
    background-color: #c58f38;
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

.sidecontent h3{
    margin-top: 30px;
}

.site-gallery .slick-dots li button:before{
    width: 15px;
    height: 15px;
}
.site-gallery .slick-dots li {
    margin: 0 3px;
}

@media screen and (min-width: 1025px) {
    .main-container {
        min-width: 65%;
        max-width: 65%;
        width: 65%;
        flex-basis: 65%;
    }

    .sidebar{
        min-width: 35%;
        max-width: 35%;
        width: 35%;
        flex-basis: 35%;
    }
}

@media screen and (min-width: 768px) {

    .sidecontent_responsive{
        display: none;
    }

}


@media screen and (max-width: 768px) {

    .display-lire-la-suite{
        justify-content: center!important;
    }

    #aPropos.block ul{
        padding: 0!important;
    }

    #aPropos.block ul li{
        margin-right: 0!important;
    }

    .sidecontent h3 {
        margin-top: 20px;
    }

    .pictos--list{
        height: 30px;
        padding-top: 10px;
    }

    .sidecontent:not(.sidecontent_responsive), .site-container .social-media{
        display: none;
    }

    .sidecontent_responsive .social-media{
        display: flex;
    }

    .main-container {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
        flex-basis: 100%;
    }

    .sidebar{
        min-width: 100%;
        max-width: 100%;
        width: 100%;
        flex-basis: 100%;
    }

    #content-area {
        display: block;
    }

    .line {
        display: block !important;
    }
    #tarifs, #labels{
        width: 100% !important;
    }

    #labels {
        margin: 0px 0px 10px 0px!important;
        padding-bottom: 10px;
    }

    .site-gallery {
        margin-left: -5px;
    }

    .slider-nav{
        margin-bottom: 10px;
        margin-left: -5px;
    }

    .slider-nav .slick-list{
        padding: 0px!important;
    }
    .slider-nav .slick-list .slick-track{
        width: 100%!important;
        margin: 0 auto;
        transform: none!important;
    }
    .important_info_mobile{
        display: block;
        margin-top: 15px;
    }

    .important_info_full{
        display: none;
    }

    .backSites{
        width: 100%;
        justify-content: flex-end;
    }
    .breadcrumbs{
        text-align: center;
    }

    .fusion-footer-copyright-area {
        padding-bottom: 100px !important;
    }

    .fixed-bottom-buttons {
        visibility: visible;
    }

    .fee-block {
        margin-left: 5px;
        margin-right: 5px;
    }

    .side-red-button-reservation {
        width: 100% !important;
    }

    .sites-proximite {
        padding-left: 15px;
        padding-top: 20px;
    }

    .single-social-media {
        padding: 20px 15px;
    }

    .map-sites-proximite {
        margin-bottom: 0px !important;
    }

}

.site-container {
    position: relative;
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

.display-lire-la-suite {
    display: flex;
    justify-content: flex-end;
}

p.display-lire-la-suite {
    color: #aa1d34 !important;
}

.suite-article{
    width: 100%!important;
}

p:hover.display-lire-la-suite {
    cursor: pointer;
    color: #c58f38 !important;
    -webkit-transition: color 200ms linear;
    -ms-transition: color 200ms linear;
    transition: color 200ms linear;
}

@media screen and (max-width: 1200px) {
    .site-container {
        width: 1140px;
        max-width: 100%;
    }

    .carte_privilege .sidebar-elem--t, .tarif a{
        font-size: 15px;
    }
}

@media screen and (max-width: 992px) {
    .site-container {
        width: 960px;
        max-width: 100%;
    }
    .tarif a{
        line-height: 35px;
        padding-top: 15px;
    }
    .carte_privilege .sidebar-elem--t{
        line-height: 32px;
    }
}

@media screen and (max-width: 768px) {
    .site-container {
        width: 720px;
        max-width: 100%;
    }
    .carte_privilege .sidebar-elem--i{
        text-align: left!important;
    }

    .tab-section {
        display: none;
    }

    .accordion-section {
        display: block !important;
        margin-left:10px;
        margin-right: 10px;
    }

    .ui-accordion .ui-accordion-header {
        padding: 20px;
        font-weight:bold;
        text-transform:uppercase;
    }

    .ui-icon-triangle-1-e {
        display: none;
    }

    .ui-icon-triangle-1-s {
        display: none;
    }

    .breadcrumb-backsite {
        display: flex;
        justify-content: space-around;
    }

    .fee-block {
        text-align: center !important;
    }

    .sidecontent {
        text-align: left;
        padding-left: 5px;
        padding-right:5px;

    }
    .side-red-button {
        width: 50%;
        justify-content: center;
    }

    .contact-labels {
        display: flex;
        justify-content: space-around;
    }

    .page-title {
        text-align: center;
    }

    .social-media {
        display: flex;
        justify-content: center;
    }

    .single-social-media {
        text-align: center;
    }

    .aPropos-text{
        text-align: justify;
    }

    #aPropos {
        border: none !important;
        padding-left:0px !important;
    }


}

@media screen and (max-width: 576px) {
    .site-container {
        width: 540px;
        max-width: 100%;
    }
}

/* Slick slider css */
.slideshow {
    position: relative;
    top: -15px;
    width: 100%;
}

.slideshow img {
    width: 100%;
    margin: 0px !important;
}

.slick-slide img {
    margin: auto;
    height: 100%;
}

.slick-initialized .slick-slide {
    padding: 0px;
    display: flex !important;
    height: inherit !important;
}

.slick-next {
    right: 10px!important;
}

.slick-prev {
    left: 10px!important;
    z-index: 555;
}

.slider-nav {
    margin-top: 5px;
}

.slider-nav .slick-slide{
    height: 80px;
    cursor: pointer;
}
.slick-track
{
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 31vh;
}
.slick-track .slick-slide img {
    height: 100%;
    object-fit: cover;
}

.site-container ul {
    list-style: none;
}

/* slick dots */

/** slick dots **/
.slideshow .slick-dots {
    bottom: 10px;
}

.slideshow .slick-dots li button:before {
    font-size: 15px;
    border-radius: 50%;
    color: transparent !important;
    background-color: white;
    border:1px solid #a81d34;
    opacity: 1;
}
.slideshow .slick-dots li.slick-active button:before {
    background-color: #c38e2d !important;
    color: transparent;
    border:none;
    opacity: 1;
}
.slideshow .slick-dots li.slick-active button:before {
    color: white;
}

.slideshow .slick-dots li.slick-active {
    color: white;
}

/* Tarifs et labels */

#tarifs .content {
    width: 100%;
    display: inline-flex;
}

#tarifs h2{
    margin-bottom: 0px;
}

#tarifs .content div {
    width: 70%;
    display: block;
}

#labels{
    margin-bottom: 40px;
}
#labels .labels--list {
    display: inline-flex;
    width: 100%;
    list-style: none;
    padding-bottom: 10px;
}
#labels .labels--list img{
    height: 40px!important;
}

.labels--list li {
    margin-right: 20px;
}
.labels--list img {
    height: 70px;
    width: auto;
}

.payment--list {
    width: 30%;
    padding: 10px 15px;
}

.payment--list li {
    width: 50%;
    display: inline-block;
}
.payment--list li img{
  max-height: 40px!important;
}

.openings-text {
    margin: 0 0 15px 15px;
    font-size: 16px;
}

.fare-text {
    font-size: 16px;
    margin: 15px 0 15px 15px;
}


.line{
    width: 100%;
    display: inline-flex;
}
.heading {
    background-color: #F56434;
}

.heading h2 {
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 15px;
    text-align: left;
    font-weight: 600!important;
    font-size: 16px;
}

/** Sidebar */

.backSites {
    display: inline-flex;
    min-width: 50%;
    padding-right: 20px;
    margin: 0 0 20px 0;
    float: right;
}

.backSites a:hover{
    text-decoration: none !important;
}

.backSites img {
    display: flex;
    margin-left:2px;
    height:25px;
    width: 25px;
}

.backSites span {
    display: flex;
    font-weight: 400;
    margin: auto 0;
    font-size: 16px;
}

/***** tarifs */

.tarif--nb > span:first-child {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}

.tarif {
    display: inline-flex;
    text-align: center;
    width: 100%;
}
.tarif--nb {
    padding: 4px 0;
    color: #FFF;
    background-color: #6e1036;
    width: 40%;
}

.tarif--nb span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.freeEntry {
    background-color: #b5d035;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
}

#openings .heading h2{
    text-align: center;
}

.tarif a {
    border: 1px solid #6e1036;
    width: 60%;
    color: #6e1036;
    font-weight: 600;
    font-size: 18px;
    padding-top: 20px;
}

.fee-block {
    background-color: #f7f5f5;
    padding:15px;
}

.tarif-pass {
    font-weight: bold;
    color: #a81d34;
}

.fee-block a {
color: black;
}

.free-entry {
    font-weight:bold;
    color: #c38e25;
}

.sidebar-elem {
    border: 1px solid #6e1036;
    display: inline-flex;
    margin: 10px 0;
    width: 100%;
}

.sidebar-elem--t {
    margin: auto;
    padding: 9px;
    text-align: center;
    color: #30203b!important;
}

.sidebar-elem--t .fa-angle-right, .tarifs_link .fa-angle-right{
    vertical-align: middle;
}

.address a, .mailboxLink {
    color: #30203b!important;
    font-size: 13px;
}

.mailboxLink, .backSites span {
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    font-size: 16px;
}

.sidebar-elem--t a:hover,.mailboxLink:hover, .tarifs_link:hover, .backSites:hover span, .wpcf7-submit:hover, .carte_privilege .sidebar-elem--t a:hover{
    opacity: 0.8;
    color: #f26521!important;
}

.phone .sidebar-elem--t, .website .sidebar-elem--t {
    font-weight: 600;
    font-size: 16px;
    color: #30203b!important;
}

.sidebar-elem--t a {
    color: #30203b!important;
}

.side-red-button, .side-red-button-reservation {
    display: flex;
    background-color: #a71d34;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    padding: 10px;
    border: none;
    margin: 2px;
}

.side-red-button-reservation {
   width: 80%;
   justify-content: center;
}

.side-red-button i {
    padding: 5px;
}

.contact-labels {
    display: flex;
    justify-content: flex-end;
}

.side-red-button a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}

.side-red-button a:hover {
    color: #540e19;
    text-decoration: none !important;
}

.carte_privilege{
    background-color: #6e1036;
}

.carte_privilege .sidebar-elem--i{
    width: 40%;
    text-align: center;
    background-color:  #6e1036;
}

.carte_privilege .sidebar-elem--i img{
    height: 90px
}

.carte_privilege .sidebar-elem--t{
    border: 1px solid #6e1036;
    width: 60%;
    background-color: #6e1036;
    font-weight: 600;
    font-size: 18px;
    padding: 9px 4px;
}

.carte_privilege .sidebar-elem--t a{
    color: #FFF!important;
}

.sidebar-elem--i {
    width: 62px;
    min-width: 62px;
    display: block;
    font-size: 28px;
    color: #FFF;
    background-color: #30203b;
}

.sidebar-elem--i i {
    line-height: 62px;
    text-align: center;
    display: block;
}

.phone a {
    font-size: 24px;
    color: #30203b!important;
}

.social .sidebar-elem--t a {
    margin: 0 10px;
}

.block {
    margin: 15px 0;
}

#aPropos {
    margin-bottom: 5px;
    font-size: 16px;
    border-left: 1px #f2e6ce solid;
    padding-left: 15px;
}

#aPropos  p {
   color: black;
}

#aPropos .entry-content {
    padding: 0 0 0 15px;
}

.embed-container iframe {
    width: 100%;
    display: block;
    height: 50vh;
}

.map {
    margin: 15px 0;
}

.block ul {
    list-style-type: square;
    padding: 0 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#aPropos.block ul{
    padding: 0;
}

/* Contact form */
.wpcf7-form input[type="submit"] {
    background-color: #6e1036;
    border-radius: 2px;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #f26521;
}

.aPropos-text{
    margin: 0 15px 0 15px;
}

#informations-pratiques {
    width: 100%;
    border: 1px solid #f1f1f1;
    padding: 0;
}
#informations-pratiques > ul{
    padding: 0;
}
#informations-pratiques > ul >li{
    margin-top: 0;
}
#informations-pratiques > ul >li:nth-child(3){
    margin-right: 0;
}

/** tabs style **/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #c38e25;
    border: none;
    border-top: 2px #aea689 solid;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    display: block;
    padding: 20px;
}

.ui-widget-header {
    background: transparent;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: unset;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-radius: unset;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-radius: unset;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-radius: unset;
}

#tabs
{
    margin-bottom: 40px;
}

.ui-widget * {
    outline: none !important;
    border: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    width: 100%;
}

.ui-tabs .ui-tabs-nav li {
    width: 100%;
    border: none;
    font-size:15px;
    text-transform:uppercase;
    font-weight:bold;
}
.ui-tabs .ui-tabs-nav {
    display: flex;
    justify-content: center;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    width: 100%;
    text-align: center;
}

.ui-widget.ui-widget-content {
    border: none;
}

ui-widget-content {
border: none;
}

.ui-widget.ui-widget-content {
    border:none;
}

#informations-pratiques .ui-tabs-panel a{
    color: #a51d34;
}

/*@media (max-width: 990px) {
    .embed-container iframe {
        height: 40vh!important;
    }
}

@media (max-width: 768px) {
    .embed-container iframe {
        height: 30vh;
    }
}

@media (max-width: 515px) {
    .embed-container iframe {
        height: 20vh;
    }
}

@media (max-width: 480px) {
    .embed-container iframe {
        height: 10vh;
    }
}*/