<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
font-family: 'Raleway', sans-serif;
font-family: 'Work Sans', sans-serif;
*/

/*///////////////////////////////////////*/
/* //// DEFAULT BTNS ////////////////// */
/*/////////////////////////////////////*/
.default-btn {
    padding: 12px 25px;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: center;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    font-family: 'Work Sans', sans-serif !important;
}

.default-btn img {
    margin-right: 10px;
    max-width: 25px;
}

.default-btn.transparent {
    border: solid 3px #fff;
    color: #fff;
    background: transparent;
}

.default-btn.transparent:hover {
    background: rgba(255, 255, 255, 0.2);
}

.default-btn.yellow {
    background: #FCE906;
    border: solid 3px #FCE906;
    padding: 5px 10px;
}

.default-btn.yellow:hover {
    background: #fff;
}

/*///////////////////////////////////////*/
/* //// SLIDER EVENEMENTS ACCUEIL ///// */
/*/////////////////////////////////////*/
#block-views-block-evenements-slider-accueil {
    position: relative;
}

#block-views-block-evenements-slider-accueil:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 110px;
    z-index: 10;
    background: linear-gradient(to top, #000, transparent);
}

#block-views-block-evenements-slider-accueil .swiper-slide {
    color: #fff;
    display: flex;
    justify-content: flex-end;
    position: relative;
    background: #000;
}

#block-views-block-evenements-slider-accueil .swiper-button-prev {
    left: 170px;
    top: 37%;
    width: 45px;
    height: 70px;
    background: url('../images/svg/arrow-slider-white-prev.svg') no-repeat center;
    background-size: contain;
}

#block-views-block-evenements-slider-accueil .swiper-button-next {
    right: 170px;
    top: 37%;
    width: 45px;
    height: 70px;
    background: url('../images/svg/arrow-slider-white-next.svg') no-repeat center;
    background-size: contain;
}

#block-views-block-evenements-slider-accueil .swiper-slide .image,
#block-views-block-evenements-slider-accueil .swiper-slide .video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1340px;
    z-index: 1;
}

#block-views-block-evenements-slider-accueil .swiper-slide .video {
    max-width: 100%;
}

#block-views-block-evenements-slider-accueil .swiper-slide .image .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.3) inset;
}

#block-views-block-evenements-slider-accueil .swiper-slide .block-content {
    padding-left: 150px;
    padding-top: 140px;
    position: relative;
    z-index: 2;
    width: 900px;
    height: 590px;
    background: linear-gradient(to left, #000 0%, #000 60%, transparent 100%);
}

#block-views-block-evenements-slider-accueil .swiper-slide .block-content .content {
    width: 100%;
    max-width: 550px;
}

#block-views-block-evenements-slider-accueil .content .entete {
    display: flex;
    align-items: flex-start;
    font-family: 'Work Sans', sans-serif;
}

.date-evt {
    margin-right: 12px;
    border: solid 5px #FCE906;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-width: 50px;
    font-family: 'Work Sans', sans-serif;
}

.date-evt .separator {
    width: 100%;
    border-top: solid 1px #fff;
}

.date-evt .jour-court {
    font-size: 20px;
    line-height: 18px;
}

.date-evt .num-jour {
    font-size: 28px;
    line-height: 22px;
    font-weight: 900;
}

.date-evt .mois-court {
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
}

.date-evt .annee {
    font-size: 20px;
}

.date-evt.liste {
    border: solid 5px #fff;
    color: #fff;
}

.kornek-evt .date-evt.liste {
    border: solid 5px #221F1F;
    color: #221F1F;
}

.kornek-evt .date-evt.liste .separator {
    border-top: solid 1px #221F1F;
}

#block-views-block-evenements-slider-accueil .content .entete .titre-evt {
    font-size: 28px;
    line-height: 33px;
    font-weight: 600;
}

#block-views-block-evenements-slider-accueil .content .entete .heure-lieu {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #C5C5C5;
}

#block-views-block-evenements-slider-accueil .content .entete .disciplines {
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    font-family: 'Raleway', sans-serif;
}

#block-views-block-evenements-slider-accueil .content .description {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Raleway', sans-serif;
    margin: 20px 0 40px;
    max-height: 195px;
    overflow: hidden;
    position: relative;
}



#block-views-block-evenements-slider-accueil .content .block-btns {
    display: flex;
    align-items: center;
}

#block-views-block-evenements-slider-accueil .content .block-btns .default-btn {
    margin-right: 100px;
}

#block-views-block-evenements-slider-accueil .content .block-btns .classic {
    color: #fff;
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
}

/*///////////////////////////////////////*/
/* // MENU PRATIQUER UNE ACTIVITE ///// */
/*/////////////////////////////////////*/
#block-menupratiqueruneactivite {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#block-menupratiqueruneactivite .lien {
    width: 100%;
    max-width: 415px;
    margin: 10px 25px;
    text-decoration: none;
    transition: all 200ms ease-in-out;
}

#block-menupratiqueruneactivite .lien:hover {
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

#block-menupratiqueruneactivite .lien .image {
    height: 147px;
}

#block-menupratiqueruneactivite .lien.cours .image {
    background: url('../images/interface/menu-pratiquer-cours.jpg') no-repeat center;
    background-size: cover;
}

#block-menupratiqueruneactivite .lien.stages .image {
    background: url('../images/interface/menu-pratiquer-stages.jpg') no-repeat center;
    background-size: cover;
}

#block-menupratiqueruneactivite .titre {
    font-size: 21px;
    line-height: 24px;
    color: #221F1F;
    font-weight: 700;
    height: 100px;
    background: #FCE906;
    padding: 15px 20px 50px;
    position: relative;
    font-family: 'Work Sans', sans-serif;
}

#block-menupratiqueruneactivite .titre span {
    display: inline-block;
    max-width: 300px;
}

#block-menupratiqueruneactivite .titre:after {
    content: '';
    width: 90px;
    height: 13px;
    position: absolute;
    right: 16px;
    bottom: 14px;
    background: url(../images/svg/arrow-after-menu-kornek.svg) no-repeat center;
    background-size: contain;
}

/*///////////////////////////////////////*/
/* // COMPTE PARTENAIRE CHARTE //////// */
/*/////////////////////////////////////*/
.cmc-page-partenaire-wrapper.charte h1 {
    font-size: 21px;
    line-height: 24px;
    color: #221F1F;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Work Sans', sans-serif;
}

.cmc-page-partenaire-wrapper.charte h2 {
    font-size: 18px;
    line-height: 24px;
    color: #221F1F;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
    margin-top: 40px;
    font-family: 'Work Sans', sans-serif;
}

.cmc-page-partenaire-wrapper.charte p,
.cmc-page-partenaire-wrapper.charte li {
    font-size: 16px;
    line-height: 24px;
    color: #221F1F;
    position: relative;
}

.cmc-page-partenaire-wrapper.charte li {
    padding-left: 40px;
}

.cmc-page-partenaire-wrapper.charte li:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 10px;
    width: 6px;
    height: 1px;
    background: #221F1F;
}

.cmc-page-partenaire-wrapper.charte p,
.cmc-page-partenaire-wrapper.charte ul {
    margin-bottom: 15px;
}

/*///////////////////////////////////////*/
/* // EVENEMENTS VUE EN LISTE GLOBAL // */
/*/////////////////////////////////////*/
.bloc-evenement {
    margin: 5px;
    width: 100%;
    max-width: 300px;
    height: 335px;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.bloc-evenement .img-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 450ms ease-in-out;
}

.bloc-evenement:hover .img-bg {
    transform: scale(1.35) rotate(7deg);
}

.bloc-evenement .important-info {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 5;
    background: #e03232;
    color: #fff;
    padding: 8px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.bloc-evenement.kornek-evt:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 67px;
    height: 67px;
    /*background: url('../images/svg/pastille-kornek.svg') no-repeat center;*/
    background-size: contain;
}

.bloc-evenement .content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 135px;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    transition: all 200ms ease-in-out;
    background: rgba(34, 31, 31, 0.68);
}

.bloc-evenement:hover .content {
    background: rgba(34, 31, 31, 1);
}

.bloc-evenement.kornek-evt .content {
    color: #221F1F;
    background: rgba(252, 233, 6, 0.85);
}

.bloc-evenement.kornek-evt:hover .content {
    background: rgba(252, 233, 6, 1);
}

.bloc-evenement .content .date-evt {
    width: 100%;
    max-width: 50px;
}

.autres-evts .bloc-evenement .content .date-evt {
    max-width: 65px;
}

.bloc-evenement .content .titre-evt {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Work Sans', sans-serif;
}

.bloc-evenement .content .heure-lieu {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
}

.bloc-evenement .content .heure-lieu {
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
    font-family: 'Raleway', sans-serif;
}

/*///////////////////////////////////////*/
/* //// RECHERCHE HOME FORM /////////// */
/*/////////////////////////////////////*/
#block-blocderechercheaccueilcmc {
    background: #000000;
    display: flex;
    justify-content: center;
}

#block-blocderechercheaccueilcmc .cmc-recherche-home-container {
    width: 100%;
    max-width: 1230px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

#block-blocderechercheaccueilcmc .cmc-recherche-home-container .titre {
    display: flex;
    flex-direction: column;
    margin-right: 18px;
}

#block-blocderechercheaccueilcmc .cmc-recherche-home-container .titre .part-one {
    font-size: 58px;
    line-height: 57px;
    font-weight: 500;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
}

#block-blocderechercheaccueilcmc .cmc-recherche-home-container .titre .part-one span {
    color: #FCE906;
}

#block-blocderechercheaccueilcmc .cmc-recherche-home-container .titre .part-two {
    font-size: 58px;
    line-height: 57px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 7px;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
}

/*FORM*/
#block-blocderechercheaccueilcmc .form-type-date {
    display: flex;
    align-items: center;
}

#block-blocderechercheaccueilcmc .form-item-date-debut {
    position: relative;
}

#block-blocderechercheaccueilcmc .form-item-date-debut:before {
    content: 'Quand ?';
    position: absolute;
    top: -37px;
    left: 3px;
    font-size: 34px;
    line-height: 34px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.35);
    font-family: 'Work Sans', sans-serif;
}

#block-blocderechercheaccueilcmc .form-item {
    margin: 0 15px 0 0;
}

#block-blocderechercheaccueilcmc .form-type-date label {
    margin-right: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
}

#block-blocderechercheaccueilcmc input[type="date"],
#block-blocderechercheaccueilcmc select {
    height: 50px;
    line-height: 50px;
    border: solid 3px #FCE906;
    font-size: 16px;
    color: #221F1F;
    font-weight: 400;
    min-width: 170px;
}

#block-blocderechercheaccueilcmc .form-item-discipline {
    position: relative;
    margin-left: 15px;
}

#block-blocderechercheaccueilcmc .form-item-discipline:before {
    content: 'Quoi ?';
    position: absolute;
    top: -37px;
    left: -27px;
    font-size: 34px;
    line-height: 34px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.35);
    font-family: 'Work Sans', sans-serif;
}

#block-blocderechercheaccueilcmc .cmc-recherche-page-form .recherche-container .form-actions {
    margin: 0;
}

#block-blocderechercheaccueilcmc .cmc-recherche-page-form .recherche-container .form-submit {
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px 0 45px;
    background: url(../images/svg/loupe.svg) no-repeat 15px center #FFF258;
    background-size: 26px;
}

/*///////////////////////////////////////*/
/* //// LISTE EVENEMENTS ACCUEIL ////// */
/*/////////////////////////////////////*/

#block-views-block-evenements-liste-accueil {
    background: #000000;
    padding-bottom: 150px;
    padding-top: 30px;
}

#block-views-block-evenements-liste-accueil .view-content {
    width: 95%;
    max-width: 1245px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

#block-views-block-evenements-liste-accueil .view-content .bloc-evenement .content {
    padding: 5px 10px;
} 


#block-views-block-evenements-liste-accueil .view-content .bloc-evenement:nth-child(4n+0) {
    margin-right: 0;
}

#block-views-block-evenements-liste-accueil  .block-btn {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

/*///////////////////////////////////////*/
/* //// LISTE EVNTS PAGE GROUPE /////// */
/*/////////////////////////////////////*/
.node--type-groupe-evenement {
    width: 100%;
    max-width: 930px;
    margin: 30px auto;
}

#block-views-block-evenements-autres-evenements .toggle-evts {
    width: 100%;
    max-width: 930px;
    margin: 30px auto 15px;
}

/*#block-views-block-evenements-autres-evenements .toggle-evts h2 {
    cursor: pointer;
    position: relative;
    padding-bottom: 5px;
    padding-right: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #221F1F;
    font-family: "Work Sans";
    border-bottom: solid 1px #d8d8d8;
}

#block-views-block-evenements-autres-evenements .toggle-evts h2:after {
    content: "\f067";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    color: #bfbfbf;
}

#block-views-block-evenements-autres-evenements .toggle-evts h2.active:after {
    content: "\f068";
}*/

#block-views-block-evenements-autres-evenements .toggle-evts h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #221F1F;
    margin-bottom: 20px;
    background: #FCE906;
    font-family: "Work Sans";
    display: inline-block;
    padding-right: 35px;
    position: relative;
    cursor: pointer;
}

#block-views-block-evenements-autres-evenements .toggle-evts h2:after {
    content: "\f067";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 10px;
    font-size: 18px;
    color: #221F1F;
}

#block-views-block-evenements-autres-evenements .toggle-evts h2.active:after {
    content: "\f068";
}

/*#block-views-block-evenements-autres-evenements .view-display-id-autres_evenements {
    display: none;
}*/

/*Page "Les spectacles de la saison"*/
.page-node-75 #block-views-block-evenements-autres-evenements .view-display-id-autres_evenements {
    display: block;
}

.page-node-75 .toggle-evts {
    display: none;
}

#block-views-block-evenements-autres-evenements .view-display-id-autres_evenements.active {
    display: block;
}

#block-views-block-evenements-autres-evenements .view-content {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

#block-views-block-evenements-autres-evenements .view-content .bloc-evenement .content {
    padding: 5px 10px;
} 


#block-views-block-evenements-autres-evenements .view-content .bloc-evenement:nth-child(3n+0) {
    margin-right: 0;
}

#block-views-block-evenements-autres-evenements .view-content .bloc-evenement .content .date-evt {
    width: 100%;
    max-width: 65px;
}

/*///////////////////////////////////////*/
/* //// MENU KORNEK /////////////////// */
/*/////////////////////////////////////*/
#carte-evts-groupe {
    width: 100%;
    min-height: 350px;
    margin: 30px 0;
}

/*///////////////////////////////////////*/
/* //// MENU KORNEK /////////////////// */
/*/////////////////////////////////////*/
.menu_kornek{
    position: relative;
}
.menu_kornek .swiper-slide {
    width: 100%;
    max-width: 240px;
}

.menu_kornek .swiper-slide a {
    text-decoration: none;
}

.menu_kornek .swiper-slide .image {
    height: 200px;
}

.menu_kornek .swiper-slide .titre {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    height: 90px;
    padding: 15px 20px 15px;
    position: relative;
    font-family: 'Work Sans', sans-serif;
    background: rgba(34, 31, 31, 0.68);
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}

.menu_kornek .swiper-slide .titre:after {
    display: none;
    content: '';
    width: 62px;
    height: 10px;
    position: absolute;
    right: 16px;
    bottom: 14px;
    background: url('../images/svg/arrow-after-menu-kornek.svg') no-repeat center;
    background-size: contain;
}

.menu_kornek .swiper-button-prev {
    width: 60px;
    height: 60px;
    left: -30px;
    top: 145px;
    background: url('../images/svg/arrow-menu-kornek-prev.svg') no-repeat center;
    background-size: contain;
}

.menu_kornek .swiper-button-next {
    width: 60px;
    height: 60px;
    right: -30px;
    top: 145px;
    background: url('../images/svg/arrow-menu-kornek-next.svg') no-repeat center;
    background-size: contain;
}

/*///////////////////////////////////////*/
/* //// POPUP DE RECHERCHE/RESULTATS // */
/*/////////////////////////////////////*/
/*Popup*/
#block-popuprecherche {
    display: none;
    padding: 20px 40px 30px;
}

#block-popuprecherche .titre {
    font-size: 18px;
    line-height: 21px;
    color: #221F1F;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Work Sans";
}

/*Form mot-clÃ©*/
#block-popuprecherche .block-search {
    margin-bottom: 35px;
}

#block-popuprecherche .block-search form {
    display: flex;
    justify-content: space-between;
}

#block-popuprecherche .block-search form .form-type-search {
    width: 100%;
    margin: 0;
}

#block-popuprecherche .block-search form .form-type-search input {
    width: 100%;
    outline: none;
    height: 28px;
    line-height: 28px;
    border-radius: 0;
    border: solid 1px #A2A2A2;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 400;
    color: #221F1F;
}

#block-popuprecherche .block-search form .form-actions {
    margin-left: 10px;
    width: 100%;
    max-width: 157px;
    display: flex;
    justify-content: flex-end;
}

#block-popuprecherche .block-search form .form-actions .form-submit {
    height: 30px;
    line-height: 30px;
    border: 0;
    font-family: "Work Sans";
    font-size: 16px;
    text-align: center;
    padding: 0 25px 0 50px;
    font-weight: 600;
    color: #221f1f;
    outline: none;
    transition: all 400ms ease;
    background: url(../images/svg/loupe.svg) no-repeat 25px center #FFF258;
    background-size: 20px;
}

/*Form Ã©vÃ©nements*/
#block-popuprecherche .cmc-recherche-page-form .form-item {
    margin-top: 0;
}

#block-popuprecherche .cmc-recherche-page-form .form-actions {
    margin-bottom: 1em;
}

/*RÃ©sultats de recherche*/
.path-search h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #221F1F;
    margin-bottom: 20px;
    background: #FCE906;
    font-family: "Work Sans";
    display: inline-block;
}

.path-search #search-form {
    display: none;
}

.path-search .item-list li {
    padding: 0 !important;
    margin: 0 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.path-search .item-list li .lien-image {
    margin-right: 15px;
    width: 322px;
}

.path-search .item-list li.texte {
    width: 700px;
}

.path-search .item-list li hr {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border: none;
    height: 1px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.path-search .search-result__title a {
    font-size: 18px;
    line-height: 24px;
    color: #221F1F;
    font-weight: 700;
    margin-bottom: 20px;
}

.path-search .search-result__title a .content-type {
    font-size: 16px;
    background: #FFF258;
    padding: 0 5px;
}

.path-search .search-result__snippet {
    font-size: 16px;
    line-height: 24px;
    color: #221F1F;
    margin-bottom: 20px;
}

/*///////////////////////////////////////*/
/* //// NODE ORGANISME //////////////// */
/*/////////////////////////////////////*/

.node--type-organisme .titre-form-contact-organisme,
.node--type-organisme .titre-liste-evenements,
.node--type-organisme .titre-presentation {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #221F1F;
    margin-bottom: 20px;
    background: #FCE906;
    font-family: "Work Sans";
    display: inline-block;
    margin-top: 50px;
}

.node--type-organisme .presentation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.node--type-organisme .presentation .photo-org {
    width: 100%;
    max-width: 43%;
    margin-right: 30px;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
}

.node--type-organisme .presentation .photo-org a:first-of-type {
    width: 100%;
}

.node--type-organisme .presentation .photo-org a:not(:first-of-type) {
    width: auto;
    height: 60px;
    margin: 0 2px 2px 0;
}

.node--type-organisme .presentation .photo-org a:not(:first-of-type) img {
    width: auto;
    height: 60px;
}

.node--type-organisme .presentation .photo-org img {
    max-height: 350px;
}

.node--type-organisme .presentation .texte-org {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #221F1F;
}

.node--type-organisme .field--name-field-contact-org-id {
    display: none;
}

#contact-message-contact-organisme-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.node--type-organisme .field--name-field-contact-org-civilite,
.node--type-organisme .field--name-field-contact-org-nom,
.node--type-organisme .field--name-field-contact-org-email,
.node--type-organisme .field--name-field-contact-org-telephone {
    width: 24%;
}

.node--type-organisme .field--name-field-contact-org-civilite legend {
    font-size: 14px;
    font-weight: 400;
    color: #221F1F;
}

.node--type-organisme .field--name-field-contact-org-civilite .form-type-radio {
    margin-right: 20px;
}

.node--type-organisme .form-radios {
    display: flex;
}

.node--type-organisme .field--name-field-contact-org-objet,
.node--type-organisme .field--name-field-contact-org-message {
    width: 100%;
}

.node--type-organisme .field--name-field-donnees-personnelles label {
    display: inline-block;
    padding-left: 25px;
    margin-top: -20px;
    font-size: 14px;
    line-height: 20px;
}

.node--type-organisme form .form-actions {
    width: 100%;
    display: flex;
    justify-content: center;
}

/*///////////////////////////////////////*/
/* //// BLOCK CALAMEO ///////////////// */
/*/////////////////////////////////////*/
.block-calameo {
    margin: 30px 0;
}

/*///////////////////////////////////////*/
/* //// LISTE EVNTS PAGE DISCIPLINE /// */
/*/////////////////////////////////////*/
.node--type-discipline {
    width: 100%;
    max-width: 930px;
    margin: 30px auto;
}

#block-views-block-evenements-page-discipline .view-content {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

#block-views-block-evenements-page-discipline .view-content .bloc-evenement .content {
    padding: 5px 10px;
} 


#block-views-block-evenements-page-discipline .view-content .bloc-evenement:nth-child(3n+0) {
    margin-right: 0;
}

#block-views-block-evenements-page-discipline .view-content .bloc-evenement .content .date-evt {
    width: 100%;
    max-width: 65px;
}

#carte-evts-discipline {
    min-height: 350px;
    margin: 30px 0;
}

.no-result {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.no-result a {
    display: flex;
    margin-top: 10px;
    width: auto;
    padding: 10px 31px !important;
}

/*///////////////////////////////////////*/
/* //// MISE EN AVANT ACCUEIL ///////// */
/*/////////////////////////////////////*/
#block-miseenavantaccueil {
    min-height: 495px;
    display: flex;
    justify-content: center;
    padding: 65px 0;
}

#block-miseenavantaccueil .wrapper-content {
    width: 95%;
    max-width: 1200px;
    display: flex;
    padding: 60px;
    background: rgba(34, 31, 31, 0.63);
}

#block-miseenavantaccueil .wrapper-content .logo {
    display: none;
    width: 100%;
    max-width: 240px;
    margin-right: 50px;
}

#block-miseenavantaccueil .wrapper-content .content .titre {
    font-size: 28px;
    line-height: 33px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Work Sans', sans-serif;
}

#block-miseenavantaccueil .wrapper-content .content .texte {
    margin-bottom: 25px;
}

#block-miseenavantaccueil .wrapper-content .content .texte p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
}

#block-miseenavantaccueil .wrapper-content .content .block-btns {
    display: flex;
    flex-wrap: wrap;
}

#block-miseenavantaccueil .wrapper-content .content .block-btns .default-btn {
    margin-right: 50px;
    margin-bottom: 10px;
}

#block-miseenavantaccueil .wrapper-content .content .block-btns .social {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    text-decoration: none;
    color: #fff;
}

#block-miseenavantaccueil .wrapper-content .content .block-btns .social.facebook {
    background: #3B5999;
}

#block-miseenavantaccueil .wrapper-content .content .block-btns .social.twitter {
    background: #55ACEE;
}

#block-miseenavantaccueil .wrapper-content .content .block-btns .social.instagram {
    background: #E4405F;
}

#block-miseenavantaccueil .wrapper-content .content .block-btns .social:hover {
    background: #000;
}

/*///////////////////////////////////////*/
/* //// BOUTONS ACCES DIRECT ////////// */
/*/////////////////////////////////////*/
#block-boutonsaccesdirect {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 60px 25px 25px;
}

#block-boutonsaccesdirect .titre {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #221F1F;
}

#block-boutonsaccesdirect .titre img {
    margin-left: 10px;
    margin-right: 20px;
}

#block-boutonsaccesdirect a {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-left: 40px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FCE906;
    min-height: 80px;
    padding: 5px 25px;
    background: #221F1F;
    text-decoration: none;
    font-family: 'Work Sans', sans-serif;
}

#block-boutonsaccesdirect a:hover {
    background: #000;
}

#block-boutonsaccesdirect a img {
    width: 46px;
    margin-right: 30px;
}

#block-boutonsaccesdirect a:first-of-type img {
    width: 57px;
}

/*///////////////////////////////////////*/
/* //// ADD TO ANY //////////////////// */
/*/////////////////////////////////////*/
.a2a_button_facebook span {
    display: none !important;
}

.a2a_button_facebook {
    width: 23px;
    height: 23px;
    background: url('../images/svg/facebook-share.svg') no-repeat center;
    background-size: contain;
}

.a2a_button_twitter span {
    display: none !important;
}

.a2a_button_twitter {
    width: 23px;
    height: 23px;
    background: url('../images/svg/twitter-share.svg') no-repeat center;
    background-size: contain;
}

/*///////////////////////////////////////*/
/* //// DETAIL EVENEMENT ////////////// */
/*/////////////////////////////////////*/
.layout-evenement .region-content {
    padding: 0;
}

.node--type-evenement .banner-image,
.node--type-spectacle .banner-image {
    position: relative;
    min-height: 250px;
}

.node--type-evenement .banner-image .overlay,
.node--type-spectacle .banner-image .overlay {
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    backdrop-filter: blur(5px);
}

.node--type-evenement .event-wrapper,
.node--type-spectacle .event-wrapper {
    position: relative;
    width: 95%;
    max-width: 1090px;
    margin: -180px auto 0;
    padding-bottom: 100px;
}

.node--type-evenement .event-wrapper .entete,
.node--type-spectacle .event-wrapper .entete {
    display: flex;
    align-items: flex-start;
}

.node--type-evenement .event-wrapper .entete .image,
.node--type-spectacle .event-wrapper .entete .image {
    width: 100%;
    max-width: 382px;
    margin-right: 16px;
    border: solid 16px #fff;
    position: relative;
}

.node--type-evenement .event-wrapper .entete .image .important-info,
.node--type-spectacle .event-wrapper .entete .image .important-info {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 5;
    background: #e03232;
    color: #fff;
    padding: 8px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.node--type-evenement .event-wrapper .entete .image .bullets,
.node--type-spectacle .event-wrapper .entete .image .bullets {
    position: absolute;
    left: 0;
    bottom: 3px;
    right: 0;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.node--type-evenement .event-wrapper .entete .image .bullets .swiper-pagination-bullet,
.node--type-spectacle .event-wrapper .entete .image .bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 0.5;
    margin: 4px;
}

.node--type-evenement .event-wrapper .entete .image .bullets .swiper-pagination-bullet-active,
.node--type-spectacle .event-wrapper .entete .image .bullets .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FCE906;
}

.node--type-evenement .event-wrapper .entete.kornek-evt .image:before {
    content: '';
    width: 90px;
    height: 90px;
    position: absolute;
    top: -40px;
    left: -40px;
/*    background: url('../images/svg/pastille-kornek.svg') no-repeat center;*/
    background-size: 100%;
    z-index: 5;
}

.node--type-evenement .event-wrapper .entete .infos-principales,
.node--type-spectacle .event-wrapper .entete .infos-principales {
    width: 100%;
    padding-top: 180px;
}

.node--type-evenement .event-wrapper .block-date-infos,
.node--type-spectacle .event-wrapper .block-date-infos {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}

.node--type-evenement .event-wrapper .block-date-infos .date,
.node--type-spectacle .event-wrapper .block-date-infos .date {
    display: flex;
}

.node--type-evenement .event-wrapper .block-date-infos .date img,
.node--type-spectacle .event-wrapper .block-date-infos .date img {
    margin-right: 10px;
}

.node--type-evenement .infos h1,
.node--type-spectacle .infos h1 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    color: #221F1F;
    font-family: 'Work Sans', sans-serif;
}

.node--type-evenement .infos .artiste,
.node--type-spectacle .infos .artiste {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
}

.node--type-evenement .infos .disciplines,
.node--type-spectacle .infos .disciplines {
    font-size: 14px;
    line-height: 16px;
    font-style: italic;
}

.node--type-evenement .infos .heure-lieu,
.node--type-spectacle .infos .heure-lieu {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    margin-top: 12px;
    font-family: 'Work Sans', sans-serif;
}

.node--type-evenement .infos .duree {
    font-size: 15px;
    line-height: 18px;
    font-style: italic;
}

.node--type-evenement .event-wrapper .entete .infos-principales .tarif-cta {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 30px;
    align-items: flex-start;
}

.node--type-evenement .event-wrapper .entete .infos-principales .tarif-cta .tarif {
    color: #221F1F;
    margin-bottom: 5px;
}

.node--type-evenement .event-wrapper .entete .infos-principales .tarif-cta a {
    margin-bottom: 10px;
}

.node--type-evenement .event-wrapper .entete .infos-principales .tarif-cta .tarif .texte {
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
}

.node--type-evenement .event-wrapper .entete .infos-principales .tarif-cta .tarif strong {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    font-family: 'Work Sans', sans-serif;
}

.node--type-evenement .event-wrapper .entete .infos-principales .tarif-cta .tarif strong .euro {
    line-height: 5px;
    font-size: 14px;
}

.node--type-evenement .event-wrapper .entete .infos-principales .tarif-cta .default-btn {
    width: 100%;
    max-width: 345px;
    justify-content: center;
}

.node--type-evenement .content-bottom {
    padding-left: 16px;
}

/*LIENS RESEAUX SOCIAUX*/
.node--type-evenement .social-links,
.node--type-spectacle .social-links {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    font-style: italic;
    margin: 15px 0 40px;
}

.node--type-evenement .social-links img,
.node--type-spectacle .social-links img {
    margin: 0 8px;
}

.node--type-evenement .social-links a,
.node--type-spectacle .social-links a {
    margin-right: 10px;
}

/*TABS*/
.ui-widget.ui-widget-content {
    border: none;
}

.ui-widget.ui-widget-content.ui-dialog {
    z-index: 11000;
}

.ui-widget-overlay {
    z-index: 10500;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.ui-tabs .ui-tabs-nav {
    background: none;
    border: none;
    border-bottom: solid 1px #CBCBCB;
    padding-left: 15px !important;
    border-radius: 0;
}
.ui-tabs-nav .ui-state-default, 
.ui-tabs-nav .ui-widget-content .ui-state-default, 
.ui-tabs-nav .ui-widget-header .ui-state-default, 
.ui-tabs-nav .ui-button, html .ui-button.ui-state-disabled:hover, 
.ui-tabs-nav .ui-button.ui-state-disabled:active {
    border: none;
    background: #fff;
    border-bottom: solid 1px #CBCBCB;
    font-weight: 700;
    margin-right: 14px !important;
    /*transform: translateY(1px);*/
}

.ui-tabs-nav .ui-state-default a, 
.ui-tabs-nav .ui-state-default a:link, 
.ui-tabs-nav .ui-state-default a:visited, 
.ui-tabs-nav a.ui-button, a:link.ui-button, 
.ui-tabs-nav a:visited.ui-button, 
.ui-tabs-nav .ui-button {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8A8A8A;
    padding: 7px 30px;
    position: relative;
}

.ui-tabs-nav .ui-state-active, 
.ui-tabs-nav .ui-widget-content .ui-state-active, 
.ui-tabs-nav .ui-widget-header .ui-state-active, 
.ui-tabs-nav a.ui-button:active, 
.ui-tabs-nav .ui-button:active, 
.ui-tabs-nav .ui-button.ui-state-active:hover {
    border: solid 1px #CBCBCB;
    background: #fff;
    border-bottom: solid 1px #fff;
    position: relative;
}
.ui-tabs-nav .ui-state-active span, 
.ui-tabs-nav .ui-widget-content .ui-state-active span, 
.ui-tabs-nav .ui-widget-header .ui-state-active span, 
.ui-tabs-nav a.ui-button:active span, 
.ui-tabs-nav .ui-button:active span, 
.ui-tabs-nav .ui-button.ui-state-active:hover span {
    position: relative;
    z-index: 1;
}

.ui-tabs-nav .ui-state-active span:after, 
.ui-tabs-nav .ui-widget-content .ui-state-active span:after, 
.ui-tabs-nav .ui-widget-header .ui-state-active span:after, 
.ui-tabs-nav a.ui-button:active span:after, 
.ui-tabs-nav .ui-button:active span:after, 
.ui-tabs-nav .ui-button.ui-state-active:hover span:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 1px;
    height: 6px;
    background: #FCE906;
}

.ui-tabs-nav .ui-state-active a, 
.ui-tabs-nav .ui-state-active a:link, 
.ui-tabs-nav .ui-state-active a:visited,
.ui-tabs-nav .ui-state-active a:focus {
    color: #221F1F;
    background: #fff;
    outline: none;
}


/*TABS EVENEMENT*/
.node--type-evenement .ui-tabs .ui-tabs-panel,
.node--type-spectacle .ui-tabs .ui-tabs-panel {
    padding: 1em 0;
}

/*L'EVENEMENT*/
.node--type-evenement #levenement,
.node--type-spectacle #levenement {
    padding-top: 35px;
    font-family: 'Raleway', sans-serif;
}

.node--type-evenement #levenement .accroche,
.node--type-spectacle #levenement .accroche {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.node--type-evenement #levenement .description,
.node--type-spectacle .description {
    font-size: 16px;
    line-height: 24px;
}

.node--type-evenement #levenement .video,
.node--type-spectacle #levenement .video  {
    margin-top: 25px;
}

/*Sous-evenements*/
.node--type-evenement .decomposition-evts {
    margin-top: 35px;
}

.node--type-evenement .decomposition-evts .sous-evt {
    display: flex;
    margin-bottom: 50px;
}

.node--type-evenement .decomposition-evts .sous-evt .photo {
    width: 100%;
    max-width: 195px;
    margin-right: 25px;
}

.node--type-evenement .decomposition-evts .sous-evt .contenu {
    width: 100%;
}

.node--type-evenement .decomposition-evts .sous-evt .contenu .entete {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.node--type-evenement .decomposition-evts .sous-evt .contenu .entete .date-evt {
    margin-right: 20px;
}

.node--type-evenement .decomposition-evts .sous-evt .contenu .entete h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.node--type-evenement .decomposition-evts .sous-evt .contenu .entete .age-a-partir {
    font-size: 14px;
    font-style: italic;
}

.node--type-evenement .decomposition-evts .sous-evt .contenu .entete .heure-lieu {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    margin-top: 12px;
    font-family: 'Work Sans', sans-serif;
}

.node--type-evenement .decomposition-evts .sous-evt .contenu .entete .duree {
    font-size: 15px;
    line-height: 18px;
    font-style: italic;
}

.node--type-evenement .decomposition-evts .sous-evt .contenu .tarif .texte {
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
}

.node--type-evenement .decomposition-evts .sous-evt .contenu .tarif strong {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    font-family: 'Work Sans', sans-serif;
}

.node--type-evenement .decomposition-evts .sous-evt .contenu .tarif strong .euro {
    line-height: 5px;
    font-size: 14px;
}

.node--type-evenement .decomposition-evts .sous-evt .contenu .description {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
}

/*INFOS CONTACT*/
.node--type-evenement #infos-contact,
.node--type-spectacle #infos-contact {
    padding-top: 35px;
    word-break: break-word;
}

.node--type-evenement #infos-contact .contact-infos,
.node--type-spectacle #infos-contact .contact-infos {
    font-size: 15px;
    line-height: 24px;
    font-family: 'Raleway', sans-serif;
}

.node--type-evenement #infos-contact .contact-infos .pipe,
.node--type-spectacle #infos-contact .contact-infos .pipe {
    display: inline-block;
    margin: 0 10px;
}

.node--type-evenement #infos-contact .titre-organisme {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #221F1F;
    margin-bottom: 10px;
    margin-top: 25px;
    font-family: 'Work Sans', sans-serif;
}

.node--type-evenement #infos-contact .organisme,
.node--type-organisme .organisme-contact {
    background: #221F1F;
    padding: 28px 35px 40px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    display: flex;
}

.node--type-evenement #infos-contact .organisme .block-contacts,
.node--type-organisme .organisme-contact .block-contacts {
    display: flex;
    flex-wrap: wrap;
}

.node--type-evenement #infos-contact .organisme .block-contacts .titre-block,
.node--type-organisme .organisme-contact .block-contacts .titre-block {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
}

.node--type-evenement #infos-contact .organisme .block-contacts .adresse,
.node--type-organisme .organisme-contact .block-contacts .adresse {
    font-size: 14px;
    line-height: 20px;
    padding-left: 15px;
    background: url(../images/svg/picto-marker.svg) no-repeat 0 2px;
}

.node--type-evenement #infos-contact .organisme .block-contacts .tel-mail-web,
.node--type-organisme .organisme-contact .block-contacts .tel-mail-web {
    font-size: 14px;
    line-height: 20px;
}

.node--type-evenement #infos-contact .organisme .block-contacts .tel-mail-web .telephone,
.node--type-organisme .organisme-contact .block-contacts .tel-mail-web .telephone {
    padding-left: 20px;
    background: url(../images/svg/picto-phone.svg) no-repeat 0 2px;
}

.node--type-evenement #infos-contact .organisme .block-contacts .tel-mail-web .email,
.node--type-organisme .organisme-contact .block-contacts .tel-mail-web .email {
    padding-left: 20px;
    background: url(../images/svg/picto-mail.svg) no-repeat 0 6px;
}

.node--type-evenement #infos-contact .organisme .block-contacts .tel-mail-web .site-web,
.node--type-organisme .organisme-contact .block-contacts .tel-mail-web .site-web {
    padding-left: 20px;
    background: url(../images/svg/picto-infos-white.svg) no-repeat 0 4px;
}

.node--type-evenement #infos-contact .organisme .block-contacts .tel-mail-web div .texte,
.node--type-organisme .organisme-contact .block-contacts .tel-mail-web div .texte {
    display: inline;
}

.node--type-evenement #infos-contact .organisme .adresse,
.node--type-organisme .organisme-contact .adresse {
    width: 30%;
    margin-right: 3%;
    word-break: break-word;
}

.node--type-evenement #infos-contact .organisme .tel-mail-web,
.node--type-organisme .organisme-contact .tel-mail-web {
    width: 30%;
    margin-right: 3%;
    word-break: break-word;
}

.node--type-evenement #infos-contact .organisme .contact-message,
.node--type-organisme .organisme-contact .contact-message {
    width: 34%;
}

.node--type-evenement #infos-contact .organisme .contact-message .titre,
.node--type-organisme .organisme-contact .contact-message .titre {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

.node--type-evenement #infos-contact .organisme .default-btn.yellow,
.node--type-organisme .organisme-contact .default-btn.yellow {
    display: inline-block;
}

/*BLOCK LIENS*/
.node--type-evenement #infos-contact .organisme .block-liens,
.node--type-organisme .organisme-contact .block-liens {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    width: 100%;
    max-width: 250px;
    padding-left: 40px;
    margin-left: 40px;
    border-left: solid 1px #615D5D;
}

.node--type-evenement #infos-contact .organisme .block-liens .socials,
.node--type-organisme .organisme-contact .block-liens .socials {
    display: flex;
    margin: 10px 0;
}

.node--type-evenement #infos-contact .organisme .block-liens .social,
.node--type-organisme .organisme-contact .block-liens .social {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    text-align: center;
}

.node--type-evenement #infos-contact .organisme .block-liens .social.facebook,
.node--type-organisme .organisme-contact .block-liens .social.facebook {
    background: #3B5999;
    padding-top: 4px;
}

.node--type-evenement #infos-contact .organisme .block-liens .social.twitter,
.node--type-organisme .organisme-contact .block-liens .social.twitter {
    background: #55ACEE;
    padding-top: 5px;
}

.node--type-evenement #infos-contact .organisme .block-liens .social.instagram,
.node--type-organisme .organisme-contact .block-liens .social.instagram {
    background: #E4405F;
    padding-top: 5px;
}

/*MENTIONS LEGALES*/
.node--type-evenement #mentions-legales,
.node--type-spectacle #mentions-legales,
.node--type-spectacle #atelier {
    padding-top: 35px;
    font-family: 'Raleway', sans-serif;
}

.node--type-evenement #mentions-legales .texte,
.node--type-spectacle #mentions-legales .texte,
.node--type-spectacle #atelier .texte {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

/*PRESSE*/
.node--type-evenement #presse,
.node--type-spectacle #presse {
    padding-top: 35px;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Raleway', sans-serif;
}

.node--type-evenement #presse a,
.node--type-spectacle #presse a {
    width: 100%;
    max-width: 245px;
    margin-right: 10px;
    margin-bottom: 30px;
    text-decoration: none;
}

.node--type-evenement #presse a .image,
.node--type-spectacle #presse a .image {
    border: solid 1px #CBCBCB;
}

.node--type-evenement #presse a .legende,
.node--type-spectacle #presse a .legende {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    padding: 5px;
}

/*AUTRES EVENEMENTS*/
.node--type-evenement .titre-autres-evts {
    margin-top: 80px;
    margin-bottom: 20px;
    font-family: 'Work Sans', sans-serif;
}

.node--type-evenement .titre-autres-evts .part-1 {
    font-size: 40px;
    line-height: 35px;
    color: #221F1F;
}

.node--type-evenement .titre-autres-evts .part-1 span {
    color: #FCE906;
}

.node--type-evenement .titre-autres-evts .part-2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    text-transform: uppercase;
    color: #221F1F;
}

.node--type-evenement .autres-evts {
    display: flex;
    flex-wrap: wrap;
}

.node--type-evenement .autres-evts .bloc-evenement:not(:last-of-type) {
    margin-right: 10px;
}


.node--type-spectacle .block-pastilles{
    display: flex;
    justify-content: flex-end;
    padding: 20px 0 0 0;
}
.node--type-spectacle .block-pastilles .pastille{
    border: solid 5px #FCE906;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    font-family: 'Work Sans', sans-serif;
    margin: 0 0 10px 12px;
}

/*///////////////////////////////////////*/
/* //// BLOCK PROGRAMME PDF /////////// */
/*/////////////////////////////////////*/
#block-programmepdf {
    padding: 28px 20px;
    display: flex;
    background: rgba(203, 203, 203, 0.24);
}

#block-programmepdf .left .titre {
    font-size: 14px;
    font-weight: 700;
    color: #221F1F;
    margin-bottom: 10px;
    line-height: 20px;
}

#block-programmepdf .left {
    width: 55%;
}

#block-programmepdf .left .block-btns {
    display: flex;
    margin: 20px 0 10px;
}

#block-programmepdf .left .sous-titre {
    font-size: 14px;
    color: #221F1F;
}

#block-programmepdf .left .block-btns .default-btn:first-of-type {
    margin-right: 25px;
}

#block-programmepdf .left .block-btns .default-btn {
    margin-bottom: 10px;
}

#block-programmepdf .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    margin-right: 70px;
    margin-left: 50px;
    border-left: solid 1px #CBCBCB;
}

#block-programmepdf .right .titre {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #221F1F;
    margin-bottom: 20px;
}

#block-programmepdf .right .reseaux {
    display: flex;
}

#block-programmepdf .right .reseaux .social {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
}

#block-programmepdf .right .reseaux .social.facebook {
    background: #3B5999;
}

#block-programmepdf .right .reseaux .social.twitter {
    background: #55ACEE;
}

#block-programmepdf .right .reseaux .social.instagram {
    background: #E4405F;
}

#block-programmepdf .right .reseaux .social:hover {
    background: #000;
}

/*///////////////////////////////////////*/
/* //// PAGE AGENDA / RECHERCHE /////// */
/*/////////////////////////////////////*/

/*Carte*/
.cmc-recherche-content .map-recherche {
    position: fixed;
    top: 127px;
    left: 0;
    bottom: 0;
    right: auto;
    width: calc(100% - 1200px);
}

/*Cluster*/
.cmc-map-cluster{
    width: 52px;
    height: 52px;
    text-align: center;
    border-radius: 26px;
    background: rgba(252, 233, 6, 0.74);
    border: 2px solid #221F1F;
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    color: #000;
}

/*Popup content*/
.leaflet-popup-content img {
    max-width: 150px;
}

.leaflet-popup-content .date {
    text-transform: capitalize;
    font-weight: 600;
    margin: 3px 0 8px;
    font-family: "Work Sans";
    font-size: 14px;
}

.leaflet-popup-content .nom-evenement {
    max-width: 150px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
}

.leaflet-popup-content a {
    height: 30px;
    line-height: 30px;
    border: 0;
    font-family: "Work Sans";
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding: 0;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: #221f1f;
    outline: none;
    background: #FFF258;
}

/*Liste evenements*/
.cmc-recherche-content .layout-content {
    width: 1200px;
    margin-left: calc(100% - 1200px);
    max-width: 100%;
    padding: 0 50px;
}

.cmc-recherche-content .layout-content h1 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #221F1F;
    margin-bottom: 20px;
    background: #FCE906;
    font-family: "Work Sans";
    display: inline-block;
}

.cmc-recherche-content .layout-content .nb-resultats {
    font-size: 15px;
    line-height: 19px;
    color: #3A3A3A;
    font-weight: 300;
    margin: 20px 0 10px;
    font-family: "Work Sans";
}

/*Formulaire*/
.cmc-recherche-page-form .recherche-container {
    width: 100%;
    max-width: 1055px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.cmc-recherche-page-form .recherche-container .form-item:not(:last-of-type) {
    margin-right: 12px;
}

.cmc-recherche-page-form .recherche-container input[type="date"],
.cmc-recherche-page-form .recherche-container select {
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    border: solid 1px #A2A2A2;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 700;
    color: #221F1F;
}

.cmc-recherche-page-form .recherche-container input[type="date"] {
    max-width: 160px;
}

.cmc-recherche-page-form .recherche-container label {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #221F1F;
    font-family: "Work Sans";
}

.cmc-recherche-page-form .recherche-container .form-item-saison-kornek {
    min-width: 150px;
}

.cmc-recherche-page-form .recherche-container .form-item-saison-kornek label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #221F1F;
}

.cmc-recherche-page-form .recherche-container .form-submit {
    height: 30px;
    line-height: 30px;
    border: 0;
    font-family: "Work Sans";
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding: 0 25px 0 50px;
    font-weight: 600;
    color: #221f1f;
    outline: none;
    transition: all 400ms ease;
    background: url(../images/svg/loupe.svg) no-repeat 25px center #FFF258;
    background-size: 20px;
}

.cmc-recherche-content .layout-content .copyright-recherche {
    width: 100%;
    max-width: 750px;
    margin: 50px auto 0;
    border-top: solid 1px #221F1F;
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #221F1F;
}

.cmc-recherche-content .layout-content .copyright-recherche img {
    margin-bottom: -5px;
}

.cmc-recherche-content .layout-content .copyright-recherche a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #221F1F;
}

/*Liste*/
.cmc-liste-evenements {
    display: flex;
    flex-wrap: wrap;
}

.cmc-liste-evenements .bloc-evenement {
    margin: 0 10px 10px 0;
}

.cmc-liste-evenements .bloc-evenement .content .date-evt {
    max-width: 65px;
}

/*///////////////////////////////////////*/
/* //// JE RECHERCHE UN COURS ///////// */
/*/////////////////////////////////////*/
#map-recherche-organisme.map-cours {
    width: 100%;
    max-width: 1100px;
    margin: 50px auto 0;
    height: 350px;
}

/*///////////////////////////////////////*/
/* //// JE RECHERCHE UN STAGES //////// */
/*/////////////////////////////////////*/
.cmc-recherche-content-stages {
    width: 100%;
    max-width: 1100px;
    margin: 50px auto;
}

.cmc-recherche-content-stages #map-recherche {
    height: 350px;
}

.cmc-recherche-content-stages #cmc-recherche-stages-form {
    position: relative;
    width: 95%;
    max-width: 965px;
    margin: -75px auto 0;
    background: #fff;
    padding: 20px 35px 30px;
    z-index: 5000;
}

.cmc-recherche-content-stages .cmc-recherche-resultats {
    width: 100%;
    max-width: 930px;
    margin: 20px auto;
    justify-content: center;
}

.cmc-recherche-content-stages .cmc-recherche-resultats .nb-resultats {
    margin-bottom: 15px;
}

/*///////////////////////////////////////*/
/* //// PAGE ORGANISMES / RECHERCHE /// */
/*/////////////////////////////////////*/
.cmc-recherche-organisme {
    width: 100%;
    max-width: 1120px;
    margin: 20px auto 50px;
}

.map-recherche-organisme {
    height: 445px;
    margin-bottom: 50px;
}

.cmc-recherche-organisme .nb-resultats {
    padding: 0 8px;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 19px;
    color: #3A3A3A;
    font-weight: 300;
    font-family: "Work Sans";
}

.block-instruments .cmc-liste-organismes,
.cmc-recherche-organisme .cmc-liste-organismes {
    display: flex;
    flex-wrap: wrap;
}

.bloc-organisme {
    width: 100%;
    max-width: 260px;
    margin: 12px 8px;
    min-height: 265px;
    position: relative;
    overflow: hidden;
}

.bloc-organisme .content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 100px;
    color: #fff;
    padding: 7px 15px 55px;
    display: flex;
    flex-direction: column;
    transform: translateY(50px);
    transition: all 200ms ease-in-out;
    background: rgba(34, 31, 31, 0.75);
}

.bloc-organisme:hover .content {
    background: rgba(34, 31, 31, 1);
    transform: translateY(0);
}
/*.bloc-organisme:hover .titre-org{
    background: rgba(34, 31, 31, 0.75);
    padding: 6px;
}*/
.bloc-organisme .content .titre-org {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    font-family: "Work Sans";
    padding: 6px;
    min-height: 50px;
}

.bloc-organisme .content .disciplines {
    font-size: 13px;
    line-height: 17px;
    font-style: italic;
    display: none;
}

.bloc-organisme .content .read-more {
    position: absolute;
    bottom: 15px;
    left: 25px;
    right: 25px;
    display: flex;
    justify-content: center;
}

.bloc-organisme .content .read-more span {
    width: 100%;
    height: 28px;
    line-height: 28px;
    background-color: #FCE906;
    font-family: "Work Sans";
    font-size: 16px;
    text-align: center;
    color: #221F1F;
    text-decoration: none;
    padding: 0;
}

/*Form*/
#cmc-recherche-organisme-page-form,
#cmc-recherche-cours-page-form {
    position: relative;
    width: 95%;
    max-width: 965px;
    margin: -75px auto 0;
    background: #fff;
    padding: 20px 35px 30px;
    z-index: 5000;
}

#cmc-recherche-organisme-page-form {
    margin: 0 auto;
}

#cmc-recherche-organisme-page-form .recherche-container,
#cmc-recherche-cours-page-form .recherche-container {
    display: flex;
    align-items: flex-end;
}

#cmc-recherche-organisme-page-form .recherche-container .form-item,
#cmc-recherche-cours-page-form .recherche-container .form-item {
    margin: 0 22px 10px  0;
}

#cmc-recherche-organisme-page-form .recherche-container label,
#cmc-recherche-cours-page-form .recherche-container label {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #221F1F;
    font-family: "Work Sans";
}

#cmc-recherche-organisme-page-form .recherche-container input[type="text"],
#cmc-recherche-organisme-page-form .recherche-container select,
#cmc-recherche-cours-page-form .recherche-container input[type="text"],
#cmc-recherche-cours-page-form .recherche-container select {
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    border: solid 1px #A2A2A2;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 700;
    color: #221F1F;
}

#cmc-recherche-organisme-page-form .recherche-container .form-actions,
#cmc-recherche-cours-page-form .recherche-container .form-actions {
    margin: 0 0 10px 0;
}

#cmc-recherche-organisme-page-form .recherche-container .form-submit,
#cmc-recherche-cours-page-form .recherche-container .form-submit {
    height: 30px;
    line-height: 30px;
    border: 0;
    font-family: "Work Sans";
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding: 0 25px 0 50px;
    font-weight: 600;
    color: #221f1f;
    outline: none;
    transition: all 400ms ease;
    background: url(../images/svg/loupe.svg) no-repeat 25px center #FFF258;
    background-size: 20px;
}

/*POPUP GALERIE PHOTO*/
#popup-photo-select {
    display: none;
    font-family: 'Roboto', sans-serif;
    padding: 25px 45px 45px 45px;
}

.path-node .ui-widget-overlay {
    background: rgba(0, 0, 0, 0.6) !important;
    opacity: 1 !important;
}

#popup-photo-select .filtrer-photos {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#popup-photo-select .filtrer-photos .titre-filtre {
    font-size: 17px;
    line-height: 20px;
    color: #3A3A3A;
    font-weight: 700;
    margin-right: 20px;
}

#popup-photo-select .filtrer-photos input {
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    border-radius: 3px;
    border: solid 1px #DFDFDF;
    font-size: 17px;
    color: #3A3A3A;
    font-weight: 300;
}

#popup-photo-select .liste-photos {
    display: flex;
    flex-wrap: wrap;
    max-height: 165px;
    overflow: auto;
    position: relative;
}

#popup-photo-select .shadow-liste-photos {
    width: 100%;
    margin: -20px auto 0;
    height: 20px;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

#popup-photo-select .shadow-liste-photos .shadow {
    position: absolute;
    left: 10px;
    bottom: -20px;
    right: 10px;
    height: 20px;
    -moz-box-shadow: 0px -3px 17px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px -3px 17px 0px rgba(0,0,0,0.25);
    -o-box-shadow: 0px -3px 17px 0px rgba(0,0,0,0.25);
    box-shadow: 0px -3px 17px 0px rgba(0,0,0,0.25);
}

.gallery-photo-popup .ui-button .ui-icon,
.popup-delete-rencontre .ui-button .ui-icon {
    width: 16px;
    height: 16px;
    top: 10px;
    left: auto;
    right: 3px;
    background: url(../images/svg/close-popup-galerie.svg) no-repeat center;
}

.ui-dialog .ui-dialog-titlebar-close {
    right: 15px !important;
    top: 20px !important;
    border: none !important;
    background: none !important;
}

.gallery-photo-popup .ui-button:focus,
.gallery-photo-popup .ui-button span:focus,
.popup-delete-rencontre .ui-button:focus,
.popup-delete-rencontre .ui-button span:focus  {
    outline: none;
}

/* Scrollbar */
#popup-photo-select .liste-photos::-webkit-scrollbar-track {
    padding: 2px;
}

#popup-photo-select .liste-photos::-webkit-scrollbar {
    width: 5px;
    background: #DFDFDF;
    cursor: pointer;
    border-radius: 5px;
}

/* Handle */
#popup-photo-select .liste-photos::-webkit-scrollbar-thumb {
    background: #FFF258;
    min-height: 30px;
    border-radius: 5px;
}

#popup-photo-select .liste-photos .photo {
    margin: 0 40px 25px 0;
    cursor: pointer;
    display: flex;
    transition: all 200ms ease-in-out;
}

#popup-photo-select .liste-photos .photo.active {
    outline: solid 8px #FFF258;
    outline-offset: -8px;
}

#popup-photo-select .titre {
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

#popup-photo-select .validate-photo-gallery {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

#popup-photo-select #valider-img-selectionnee {
    width: 100%;
    max-width: 200px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    border: 0;
    background-color: #FFF258;
    font-family: "Work Sans";
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #221f1f;
    text-decoration: none;
    outline: none;
    transition: all 400ms ease;
}

#open-gallery-photos {
    background-color: rgb(249, 249, 249);
    border: 1px solid rgb(166, 166, 166);
    color: rgb(51, 51, 51);
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin: 7px 0 0 0;
    padding: 4px 21px;
    position: relative;
    text-align: center;
    text-shadow: none;
    -moz-appearance: button;
    text-decoration: none;
    margin: 10px 0;
}

/*Image SÃ©lectionnÃ©e*/
.img-selectionnee {
    display: none;
}

.img-selectionnee a {
    margin-top: 5px;
    display: inline-block;
}

.form-item-input-galerie {
    display: none;
}

.photos-ou {
    font-family: "Work Sans";
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #221f1f;
}

.gallery-photo-popup,
.popup-delete-rencontre {
    border-radius: 5px;
}

.gallery-photo-popup .ui-dialog-titlebar,
.popup-delete-rencontre .ui-dialog-titlebar {
    border: none;
    background: none;
}

.popup-delete-rencontre .titre {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 16px;
}

.path-mon-compte .ui-widget-overlay {
    background: rgba(60, 65, 70, 0.56);
    opacity: 1;
}</pre></body></html>