.gt_selector option {
    background: transparent !important;
    color: #000 !important;
}


.pager {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

h3 {
    font-size: 30px;
}

.autresdiv {
    max-width: 1020px;
    width: 100%;
    position: relative;
}

.grid4 {
    margin-top: 50px;
    min-height: 325px;
}

.grid4 .slick-list {
    padding-top: 70px;
    padding-bottom: 0;
}

.flexGridArr {
    position: absolute;
    width: 110%;
    top: 48%;
    display: flex;
    justify-content: space-between;
    left: -5%;
    z-index: 1;
}

.flexGridArr div {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
cursor:pointer;
}

.flexGridArr .prev-t img {
    transform: scaleX(-1);
}

.infosFlottantes {
    bottom: 10px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    z-index: 11;
}

.cadreevenement.spectacle {
    background: url(/wp-content/themes/volerie-des-aigles/img/spectacle.jpg);
}

.cadreevenement.atelier {
    background: url(/wp-content/themes/volerie-des-aigles/img/atelier.jpg);
}

.cadreevenement.chateau {
    background: url(/wp-content/themes/volerie-des-aigles/img/chateau.jpg)!important;
}

.cadreevenement.animation {
    background: url(/wp-content/themes/volerie-des-aigles/img/animation.jpg);
}

.cadreevenement.restauration {
    background: url(/wp-content/themes/volerie-des-aigles/img/restauration.jpg);
}

.cadreevenement {
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    height: 300px !important;
    flex-direction: column;
    background-size: cover !important;
    justify-content: flex-end;
    color: #fff;
    margin: 0;
}

.cadreevenement:after {
    content: "";
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000ad 100%) 0% 0% no-repeat padding-box;
    left: 0;
    top: 0;
    border-radius: 15px;
}

.cadreevenement .label {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 26px;
    font-size: 1em;
    font-weight: normal;
    color: #fff;
    top: -20px;
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    z-index: 10;
}

.cadreevenement.spectacle .label {
    background: #c8ad85;
}

.cadreevenement.animation .label { background: #78b3e5; }
.cadreevenement.restauration .label {    background: #a4a4a4;}
.cadreevenement.jeux .label {    background: #1e2d4d;}

.cadreevenement b {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 1em;
    width: 70%;
    margin: 15px auto;
}

.cadreevenement ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.details {
    padding: 4px 20px;
    display: inline-block;
    background: #c8ad85;
    border-radius: 26px;
    color: #184260;
    font-weight: 600;
    font-size: 13px;
}

.cadreevenement hr {
    width: 100%;
}

.cadreevenement .cadrebleu {
    bottom: -26px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    background: #1e2d4d;
    padding: 5px;
    border-radius: 15px;
    color: #fff;
}

#datePicker #currentDate {
    min-width: 180px;
    text-align: center;
    color: #33405d;
    font-size: min(20px, 4vw);
}

#datePicker #currentDate b {
    color: #c8ad85;
    font-weight: bold;
    vertical-align: middle;
    font-size: min(34px, 5vw);
    margin: 0 3px;
}

div#datePicker {
    display: flex;
    gap: 15px;
    align-items: center;
}

div#datePicker .encadrementDate {
    background: white;
    box-shadow: 0 0 13px #0000004f;
    display: flex;
    gap: 15px;
    align-items: center;
    border-radius: 3rem;
    font-size: min(20px, 4vw);
    column-gap: min(5px, 4vw);
    padding: 5px min(1rem, 4vw);
}

#datePicker #currentDate {
    min-width: 180px;
    text-align: center;
}


#datePicker button {
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    width: 50px;
    height: 22px;
}

button#prevDay img {
    transform: scaleX(-1);
}

#datePicker button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


span#momentJsButton {
    background: #f0f0f0;
    padding: 10px 20px;
    border-radius: 3rem;
    cursor: pointer !important;
}
span#momentJsButton:hover{
    background: #cbe7ff;
    transition: all 0.3s ease;
}

.filtre-animation-spectacles {
    background: #f0f0f0;
    border-radius: 28px;
    margin-top: 25px;
}

.filtre-animation-spectacles ul {
    list-style: none;
    gap: 5px;
    justify-content: center;
    margin: 0;
    position: relative;
    display: flex;
    column-gap: 0;
    width: max-content;
    padding: 7px 7px;
    align-items: center;
    border-radius: 2rem;
    color: var(--cLgray95);
    font-size: min(17px, 4vw);
    backdrop-filter: blur(1rem);
    border-color: var(--cLwhite);
    background-color: var(--cLwhiteTransparent54);
    box-shadow: inset 0 0 20px -5px var(--cLwhiteTransparent225);
}

.filtre-animation-spectacles ul li {
    padding: 0 15px;
    cursor: pointer;
}

.filtre-animation-spectacles ul li.active {
    font-weight: 700;
    color: var(--cLwhite);
    background-color: var(--cLcamel);
    display: block;
    line-height: 1;
    width: max-content;
    border-radius: 2rem;
    padding: min(12px, 3vw) min(1.5rem, 4vw);
}


span.dureetemps {
    bottom: -11px;
    background: red;
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    padding: 5px;
    border-radius: 10px;
}






.Grid2 {
    width: 100%;
    position: relative;
    max-width: 960px;
    text-align: center;
    margin: 55px auto;
}

.etapesprogramme {
    margin-bottom: 15px;
    border-radius: 25px 25px 0 0;
    text-transform: none;
    font-size: 1.4em;
}

.Encadrement {
    padding: 0 15px;
}

.Grid2 #calendrierOrganise .ui-datepicker-multi-3 {
    width: 100% !important;
    border: none;
}

.gaucheOrg {
    background: #fff;
    box-shadow: 1px 9px 16px #d5d5d5;
    border-radius: 25px;
    position: relative;
}

.gaucheOrg h3 {
    background: #f0f0f0;
    margin-bottom: 15px;
    padding: 10px 10px 2px 10px;
    border-radius: 25px 25px 0 0;
    text-transform: none;
    font-family: "effra", sans-serif;
    font-size: 1.7em;
    font-weight: 600;
}

.gaucheOrg .programmeInPage {
    border-radius: 30px;
    overflow: hidden;
}

.gaucheOrg .row-label {
    text-align: left;
}

.timeline-grid:has(.hour-mark:nth-child(10)) .timeline-body .timeline-row:nth-of-type(2) .event-box {
    width: calc(4% + 25px) !important;
}


.timeline-grid:has(.timeline-row:nth-child(4)) .timeline-hours .hour-mark::before {
    min-height: 150px;
}

.timeline-grid:has(.timeline-row:nth-child(3)) .timeline-hours .hour-mark::before {
    min-height: 225px;
}

.timeline-grid:has(.timeline-row:nth-child(4)) .timeline-hours .hour-mark::before {
    min-height: 300px;
}



.gaucheOrg .timeline-wrapper, .block_formulaire_personnalise .timeline-wrapper {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    background: #184260;
    padding-top: 0;
}


.espacebtnticket {
    position: relative;
}

.espacebtnticket a {
    position: relative;
    top: 20px;
}


.ui-datepicker-multi .ui-datepicker-group table, .ui-datepicker-inline table {
    width: 99%;
    margin: .4em auto .4em !important;
    background: #f7f7f7;
    border-radius: 15px;
}


.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 {
    border: none; 
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-state-disabled span {
    border: 1px solid transparent !important;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block !important;
    padding: .2em !important;
    text-align: center !important;
    text-decoration: none !important;
    border: 1px solid transparent !important;
    color: #184260!important;
}

a.ui-state-active, a.ui-state-default.ui-state-active.ui-state-hover {
    color: #184260 !important;
    background: #f0973e !important;
    border-radius: 20px !important;
    font-weight: 600 !important;
}

a.ui-state-default.ui-state-hover {
    background: transparent !important;
}


.ui-widget-header {
    border: 1px solid transparent!important;
    background: #d5d5d5!important;
    color: #184260!important;
    font-weight: bold;
    border-radius: 23px !important;
    margin: 0 7px;
}


#calendrierOrganise .ui-datepicker-inline {
    width: 100%!important;
    border: 1px solid transparent;
}



.rs span.a2a_svg {
    display: none;
}

.a2a_default_style:not(.a2a_flex_style) a {
    float: left;
    line-height: 16px;
    padding: 0px!important;
}



:is(.row, .flex) > .quarter {
    flex: 1 1 max(200px, 25%);
}



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


.block_formulaire_personnalise .ct-form {
    padding: 15px 0px;
}

.gridform2 {
    padding: 0 15px;
}

.flexspeciale, .gridform2 {
    grid-template-columns: 1fr;
}

.ct-form .Encadrement {
    overflow: hidden;
}

    .timeline-wrapper:before {
        content: "";
        background: #184260;
        width: 55%;
        height: 35px;
        position: absolute;
        top: 25px;
        z-index: 4;
        left: 0;
    }

.ct-form .lightbox-header h2 {
    padding: 0;
}

p.horaires {
    flex-direction: column;
}



.filtre-animation-spectacles {
    width: 100%;
}


.filtre-animation-spectacles ul {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.espaceGrid4 .cadreevenement {

    }


}
