
.aligncenter {
  display: block;
  margin: 0 auto;
}
		
		
/* ---------------- FONTS ----------------- */

@font-face {
    font-family: 'gravureBold';
    src: url('../fonts/comforta/comfortaa-bold-webfont.woff2') format('woff2'), url('../fonts/comforta/comfortaa-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'comfortaalight';
    src: url('../fonts/comforta/comfortaa-light-webfont.woff2') format('woff2'), url('../fonts/comforta/comfortaa-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gravure';
    src: url('../fonts/comforta/comfortaa-regular-webfont.woff2') format('woff2'), url('../fonts/comforta/comfortaa-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'quicksandmedium';
    src: url('../fonts/quicksand/quicksand-medium-webfont.woff2') format('woff2'), url('../fonts/quicksand/quicksand-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pilcrow';
    src: url('../fonts/pilcrow/PilcrowSoft-Heavy.woff2') format('woff2'),
        url('../fonts/pilcrow/PilcrowSoft-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'pilcrow';
    src: url(../fonts/pilcrow/'PilcrowSoft.woff2') format('woff2'),
        url('../fonts/pilcrow/PilcrowSoft.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* ---------------- RESET ----------------- */

p {
    margin: 1rem 0;
    font-size: 1.1rem;
}

p,
ul,
ol {
    font-family: 'pilcrow', Tahoma, sans-serif;
}

:focus {
    outline: none;
}

input {
    border: none;
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #e1956e;
}

a:hover,
a:focus,
a:active {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #58507b;
}

picture {
    text-align: center;
}

::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #373737;
    font-family: 'gravure', 'Helvetica', sans-serif;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #373737;
    font-family: 'gravure', 'Helvetica', sans-serif;
    opacity: 1;
    /* Firefox */
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #373737;
    font-family: 'gravure', 'Helvetica', sans-serif;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #373737;
    font-family: 'gravure', 'Helvetica', sans-serif;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #373737;
    font-family: 'gravure', 'Helvetica', sans-serif;
}

/* ---------------- UTILITIES ----------------- */

html,
body {
    font-family: 'gravure', 'Helvetica', sans-serif;
}

.page-content {
    width: 100%;
    margin-bottom: 20px;
}

.ulli-reset {
    list-style-type: none;
    list-style-position: unset;
    margin: 0;
    padding: 0;
}

.waiter{
    display: block;
    margin: 1rem auto;
}

.clearfix:after {
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}

.clearfix {
    display: block;
}

.more {
  
    background-color: #58507b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    color: #FFF;
    padding: 5px 10px;
    font-family: 'gravure', 'Helvetica', sans-serif;
}



.more span+i,
.more i+span,
.date span+i,
.date i+span {
    margin-left: 5px;
}

.more.top {
    top: 0;
}

.more.bottom {
    bottom: 0;
}

.section {
    margin: 30px auto 30px;
}
h1, .h1, h2, h3, h4, h5, h6{
    line-height: normal;
}
h1, .h1,
h2,
h3 {
    color: #58507b;
    margin: 0;
    
    text-transform: uppercase;
    /*font-family: 'gravureBold', 'Helvetica', sans-serif;*/
    /*font-family: 'pilcrow', 'Helvetica', sans-serif;*/
}

h1, .h1 {
    text-align: center;
    margin: 1rem 0 0;
    font-size: 2.5rem;
}

h2,
h3 {
    margin: 2.2rem 0 0.8rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.8rem;
    text-align: left;
}

/* line items */

.items__row .item:not(:last-child) {
    margin-right: 1.5rem;
}

/* blocs items */

.item {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

#les-rendez-vous .item {
    max-height: 275px;    
}

.item a {
    color: #FFF;
}

.item>a:not(.more) {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.item a:hover,
.item a:focus,
.item a:active {
    text-decoration: none;
    color: #58507b;
}

.item img:not(.avatar){
    width: 100%;
    min-height: 100%;
    min-width: 100%;
}
/*.item:not(.video) img:not(.avatar) {
    width: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}*/

.item .informations {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 25px 0;
    -webkit-transition: background .4s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-align: left;
    color: #FFF;
    background-color: rgba(55, 55, 55, 0.5);
}

.item .informations h4 {
    /* font-family: 'gravureBold', 'Helvetica', sans-serif; */
    color: #FFF;
    text-transform: uppercase;
    margin: 0;
    line-height: normal;
    font-size: 1.1rem;
    text-align: center;
    text-shadow: 1px 1px 1px  rgba(55,55,55,1);

}

.item .informations p.description {
    margin: 5px 0 0;
    /* font-family: 'quicksandmedium', 'Helvetica', sans-serif; */
    opacity: 0;
    color: #FFF;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    font-size: 0.9rem;
}

.item .informations p.description a {
    max-height: 100px;
    min-height: 60px;
    overflow: hidden;
    margin: 0 0 5px;
    display: block;
}

.item .informations a:hover,
.item .informations a:active,
.item .informations a:focus {
    color: #FFF;
}

.item .informations .description-points {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 25px;
    bottom: -20px;
    z-index: 999;
    height: 20px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: #58507b;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #94ba3d47 0%, #58507b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#94ba3d47), color-stop(#58507b));
    background: linear-gradient(to bottom, #94ba3d47 0%, #58507b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.item .informations.open {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background: #58507b;
}

.item .informations.open p.description {
    opacity: 1;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.item .informations.open .description-points {
    bottom: 0px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.item .details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(55, 55, 55, 0.75);
    color: #FFF;
    font-family: 'gravure', 'Helvetica', sans-serif;
}

.item .details .more{
    height: 100%;
}

.item .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 2%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}




.item.big .details {
    width: 40%;
    height: 100%;
    background: rgba(55, 55, 55, 0.5);
    padding: 1%;
}

.item.big>a {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
}

.item.big .informations {
    padding: 0;
}




.item.big a:hover,
.item.big a:active,
.item.big a:focus{
    color: #FFF;
}
.item.big h4 {
    width: 70%;
    padding: 2%;
    font-size: 1.5rem;
}

.item.big p.description {
    max-height: 58%;
    margin-top: 2%;
    overflow: hidden;
    padding: 0 2%;
    font-size: 0.9rem;
}

.item .categories span,
.item .categories > a {
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 0.5rem;
    text-transform: uppercase;
    margin-right: 5px;
    margin-bottom: 5px;
}

.item .categories > a:hover,
.item .categories > a:active,
.item .categories > a:focus {
    border-color: #58507b;
    color: #58507b;
}

.item.video {
    height: 300px;
    background: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.item.video .play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    display: block;
    text-align: center;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 9px solid rgba(255, 255, 255, 0.80);
    color: rgba(255, 255, 255, 0.80);
    font-size: 300%;
}

.item.video .play:hover {
    border-color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
}

.item.video .play i {
    /*margin-left: 5px;*/
    position: absolute;
    top: 20%;
    left: 30%;
}

.item.video .video-container {
    position: relative;
    z-index: 99;
    display: none;
    overflow: hidden;
    height: 0;
    padding-top: 30px;
    padding-bottom: 56.25%;
}

.item.video.big .video-container{
    padding-top:   0;
    padding-bottom: 0;
    height: 100%;
}


.item.video .video-container iframe,
.item.video .video-container object,
.item.video .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.item.slider>a {
    width: 100%;
    height: 100%;
}

.item.slider .slick-arrow {
    font-size: 3rem;
    top: 30%;
}

.item.programme .categories {
    max-width: 60%;
}

.item.big .categories {
    max-width: 100%;
}
.item.big .categories span,
.item.big .categories a {
    font-size: 0.9rem;
}


.item.programme .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    min-width: 40%;
    background-color: #58507b;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    font-size: 0.8rem;
}


.item.programme .date.fullday {
    background-color: #e1956e;
}

.item.programme.big .details {
    width: 40%;
    height: 100%;
    background: rgba(55, 55, 55, 0.5);
    padding: 1%;
}

.item.programme.big a {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.item.programme.big .informations {
    padding: 0;
}



.item.programme.big .date {
    padding: 2%;
    width: 40%;
    font-size: 1.5rem;
}

.item.programme.big h4 {
    width: 70%;
    padding: 2%;
    font-size: 1.5rem;
}

.item.programme img {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
}
.item.programme.big img{
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.item.programme:not(.big):not(.single) img:not(avatar) {
    width: auto;
    min-width: 100%;
   
    min-height: 100%;
    
}

/* item programme single (page single evenement) */

.item.programme.single,
.item.programme.big {
    height: 300px;
}

.item.programme.single img {
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.item.programme.single .informations {
    top: 0;
    bottom: auto;
    /*background-color: #58507b;*/
    padding: 10px 25px;
    font-size: 1rem;
}

.item.programme.single .informations.fullday.open {
    background-color: #e1956e;
}
.item.programme .informations.fullday.open {
    background-color: #e1956e;
}

.item.personne {
    padding: 0 0 1rem;
}

.item.personne a{
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}
.item.personne a:hover,
.item.personne a:focus{
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
   opacity: 0.85;
}

.item.personne .personne__photo {
    border: 4px solid #58507b;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.item.personne .personne__name {
    font-family: 'gravureBold', Helvetica, sans-serif;
    font-weight: bold;
    color: #58507b;
    margin: 1rem auto 0;
    text-align: center;
}

.item.personne .personne__description {
    width: 200px;
    margin: 0.5rem auto 0;
    font-family: 'gravure', Helvetica, sans-serif;
    color: #373737;
    text-align: center;
    font-size: 0.9rem;
    overflow: hidden;
    max-height: 65px;
}

.item.personne .personne__links {
    margin: 1rem auto 0;
}

.item.personne .personne__links .share-btn {
    width: 30px;
    height: 30px;
    border-radius: 30px;
}

.item.personne .personne__links .share-btn:not(:last-child) {
    margin-right: 0.5rem;
}

/* ITEM SANS IMAGE */

.item.no-image{
    height: auto !important;
}

.item.no-image .informations{
    position: relative;
}

/****** LISTES *********/

.list {
    width: 100%;
    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: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.list .item.big {
    width: 100%;
}

.list .item {
    width: 100%;
    /*height: 300px;*/
}

/* Bloc Auteur */

.auteur {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, .6);
}

.auteur .avatar {
    float: left;
    margin: 0 10px 0 0;
    border: 2px solid #e1956e;
    width: 34px;    
    height: 34px;    
}

.auteur .center {
    font-family: 'pilcrow', Geneva, Tahoma, sans-serif;
    font-size: 0.8rem;
    /*display: inline;
    width: 90%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);*/
    color: #666;
}

.auteur address {
    display: inline-block;
    margin-bottom: 0;
}

.auteur .author,
.auteur .author a {
    font-weight: 700;
    color: #000;
}

.auteur .author a {
    color: #e1956e;
}


/** ticket (billeterie) ********/

.price-ticket{
    border: 1px solid #58507b;
    background-color: #FFF;
    margin-bottom: 20px;
    text-align: center;
    text-transform : uppercase;
}

.price-ticket > a {
    width: 100%;
    height: 100%;
    display: block;
  
}

.price-ticket > a:hover .price-ticket__header{
    cursor: pointer;
    background-color: #e1956e;
    -webkit-transition : all 0.3s ease; 
    transition : all 0.3s ease;
}

.price-ticket > a:hover .price-ticket__price{
    color: #000;
}

.price-ticket .tooltip-content{
    color: #e1956e;
    text-transform: none;
    padding: 2%;
    font-size:   0.8rem;;
    -webkit-box-shadow: 0px 0px 10px 2px #2d2d2d26;;
    -o-box-shadow: 0px 0px 10px 2px #2d2d2d26;;
    box-shadow: 0px 0px 10px 2px #2d2d2d26;;
}
.price-ticket__header{
    background-color: #58507b;
    color: #FFF;
    -webkit-transition : all 0.3s ease;
    transition : all 0.3s ease;
    padding: 2% 1.8% 1.8%;
    font-size:  1.3rem;
}

.price-ticket__title{
    font-family: 'gravureBold', 'pilcrow', Helvetica, sans-serif;
}
.price-ticket__target{
    font-family: 'gravure', 'pilcrow', Helvetica, sans-serif;
}

.price-ticket__content{
    padding: 0 1.8% 1.8%;
}
.price-ticket__price{
    color: #000;
    font-size: 1.5rem;
    margin-bottom: 5px;
}
.price-ticket__price .price{
    font-size: 3rem;
}

.price-ticket__buy{
    background-color: #e1956e;
    color: #FFF;
    display:    inline-block;
    width: auto;
    padding: 10px 10px 2px;
    border-radius: 2px;
    font-family: 'gravureBold', Verdana, Helvetica, sans-serif;
}

/** resinurance (page billeterie) ****/

.reinsurance-item{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.reinsurance-item > a {
    width: 100%;
    height: 100%;
    display: block;
}

.reinsurance-item > a:hover .reinsurance__picto{
    background-color: #e1956e;
}

.reinsurance-item > a:hover,
.reinsurance-item > a:hover h4{
    color: #e1956e;
}

.reinsurance__picto {
    width: 4rem;
    height: 4rem;
    border-radius: 4rem;
    background-color: #58507b;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
    
}

.reinsurance-item>a h4{
    color: #58507b;
    font-family: 'gravureBold', Verdana, Helvetica, sans-serif;
    margin: 0.8rem auto 0.4rem;
    font-size:    1.2rem;

}
.reinsurance-item p{
    font-family: 'gravure', Verdana, Helvetica, sans-serif;
    color: #000;
    margin: 0 auto;
    font-size: 0.8rem;
    max-height: 3.6rem;
    overflow: hidden;
}

/* ------- FILTERS -------------*/

.filter-list li {
    border: 2px solid #373737;
    border-radius: 30px;
    color: #000;
    background-color: #FFF;
    padding: 0.5% 1%;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 0.8rem;
}

.filter-list li.active {
    background-color: #e1956e;
    border-color: #e1956e;
    color: #FFF;
}

.filter-list {
    margin-bottom: 10px;
}

.hasTooltip {
    position: relative;
}

.tooltip-content {
    position: absolute;
    z-index: 999;
    white-space: normal;
    /*background-image: url('../img/tooltip.png');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;*/
    border: 2px solid #000;
    top: calc(100% + 10px);
    background-color: #FFF;
    
}


.tooltip-content::before,
.tooltip-content::after{
    content: '';
    display: block;
    position: absolute;
    left: calc((100% - 10px) / 2);
    width: 0;
    height: 0;
}


.tooltip-content:before {
    top: -11px;
    border-right : 10px solid transparent;
    border-bottom : 10px solid #000;
    border-left : 10px solid transparent;
}
.tooltip-content:after {
    top: -9px;

    border-right : 10px solid transparent;
    border-bottom : 10px solid #FFF;
    border-left : 10px solid transparent;
}
.hidden {
    display: none;
}

/*  ------GLOBAL SLIDER (class .slider) ----    */

.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider .slider__container,
.slider .slick-list,
.slider .slick-track,
.slider .slide,
.slider .slider-video {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.slider .slider-video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100vw;
    min-height: 100%;
    width: 100vw;
    height: auto;
    /*z-index: -100;*/
}

.slider .slider-video>iframe {
    width: 100%;
    /*height: auto; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 105vh;
    /*min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slider .slider__arrows {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* ---------------- BUTTONS ----------------- */

.btn {
    background-color: transparent;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    border: none;
}

.btn:hover {
    opacity: 0.8;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.btn:focus,
.btn.focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.circle-btn {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
}

.btn-style-1 {
    font-family: 'gravureBold', 'Helvetica', sans-serif;
    color: #FFF;
    text-transform: uppercase;
    padding: 0.5rem 1rem 0rem;
}

.download-btn {

    background-color: #58507b;
    color: #FFF;
    font-size: 1.2rem;
    border-radius: 50px;
    text-transform: uppercase;
    margin: 20px auto;
    padding: 7px 25px;
}

.download-btn i{
    margin-left: 15px;
    font-size: 2rem;
}

.download-btn:hover,
.download-btn:focus,
.download-btn:active {
    color: #FFF;
}

.scroll-btn {
    width: 50px;
    height: 50px;
    background-color: #FFF;
    border-radius: 100%;
    border: 2px solid #373737;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 2rem;
}

.scroll-btn .fas{
    line-height: initial;
}

.share-btn {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.share-btn a {
    color: #FFF;
}

/* ----------------  Breadcrumb ----------------- */

#breadcrumb ol {
    text-align: center;
    background: transparent;
}

#breadcrumb a {
    color: #000;
}

#breadcrumb a:hover,
#breadcrumb a:focus,
#breadcrumb a:active {
    color: #58507b;
}

#breadcrumb li.active {
    color: #58507b;
}

/* ----------------  BAR TOP / BOTTOM ----------------- */

.bar {
    padding: 8px 0 5px;
    font-family: 'gravure', 'Helvetica', sans-serif;
}

.bar a {
    font-size: 1rem;
    line-height: normal;
}

#top-bar a:hover,
#top-bar a:focus,
#top-bar a:active,
#bottom-bar a:hover,
#bottom-bar a:focus,
#bottom-bar a:active {
    text-decoration: none;
    color: #58507b;
}

#top-bar,
#bottom-bar {
    background-color: #e1956e;
}

#top-bar p {
    font-size: 0.8rem;
    margin: 0;
}

#top-bar,
#top-bar a,
#bottom-bar, 
#bottom-bar a {
    color: #FFF;
}

.top-bar__date-container,
#top-bar .bar__link-container a:first-child {
    margin-right: 1rem;
}

#top-bar{
    position: relative;
    z-index: 3;
}

#bottom-bar {
    font-size: 1rem;
}

#bottom-bar .row>*:not(:last-child) {
    margin-right: 0.5rem;
}

#bottom-bar span {
    text-transform: uppercase;
}

#bottom-bar div:nth-child(3) a {
    text-decoration: underline;
}

/* ---------------- HEADER ----------------- */

header,
footer {
    padding: 1.5% 0;
    position: relative;
    z-index: 3;
}

header{
    background-color: #FFF;
}
header .logo-container {
    text-align: center;
}

header .logo-container img {
    width: 80%;
}

header #menu,
header #menu li {
    list-style: none;
}

header #menu {
    font-family: 'gravureBold', 'Helvetica', sans-serif;
    text-transform: uppercase;
    font-size: 0.8rem;
}

header #menu li {
    margin-right: 1.2rem;
    position: relative;
}

header #menu a {
    color: #000;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
    position: relative;
}
header #menu .purple>a {
    color: #e1956e;
}

header #menu .billeterie a {
    color: #e1956e;
}

header #menu .billeterie a::after {
    content: '\f3ff';
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    /*vertical-align: top;*/
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
    position: relative;
}

header #menu a:hover,
header #menu a:active {
    -webkit-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
    color: #58507b;
    text-decoration: none;
    background-color: transparent;
}

header #menu ul.dropdown-menu {
    background-color: #FFF;
    position: absolute;
    border-radius: 0;
    border: none;
    border-left-style: solid;
    border-left-width: 10px;
    border-left-color: #58507b;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16);
}



header #menu #menu-mobile-btn {
    color: #58507b;
    font-size: 2rem;
}



/* ---------------- FOOTER -----------------*/

footer {
    font-family: 'gravure', 'Helvetica', sans-serif;
    background-color: #DFEAC4;
}

footer .logo-container img {
    width: 80%;
}

footer a {
    color: #000;
}

footer a:hover,
footer a:focus,
footer a:active {
    text-decoration: none;
    color: #58507b;
}

footer .footer__contact a {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 1.3rem;
}

footer .footer__links h4 {
    text-transform: uppercase;
}

/********************************************************************************************/

/*   
/*   MAIN ARTICLE ELEMENTS
/*
/********************************************************************************************/

.main-article {
    overflow: visible;
}

.item__header {
    font-family: 'pilcrow', Arial, sans-serif;
    text-transform: none;
    color: #000;
    font-weight: bold;
    line-height: 1.4em;
    font-size: 1.2rem;
}

/* image à la une */

.image-une {
    position: relative;
    margin-bottom: 15px;
    background-color: #fff;
}

.image-une .img-content {
    text-align: center;
    /*max-height: 500px;*/
}

.image-une .img-content img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
}

.image-une figcaption {
    font-size: 0.8rem;
    padding: .4em;
    text-align: left;
}

.image-une .credits {
    font-size: .8em;
    position: absolute;
    right: 10px;
    bottom: 60px;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .9);
}

.wp-caption img {
    max-width: 100%;
}

.wp-caption.aligncentered{
    width: 50%;
    margin: 0 auto 20px;
}
.wp-caption.alignleft,
.wp-caption.alignright {
    clear: both;
    width: 40%;
}

.wp-caption.alignleft {
    float: left;
    margin-right: 20px;
}

.wp-caption.alignright {
    line-height: 1.4em;
    float: right;
    margin-left: 20px;
}

.wp-caption .wp-caption-text {
    font-size: .8em;
    line-height: 21px;
    margin: 0;
    padding-top: 5px;
}

.wp-caption.alignleft::after,
.wp-caption.alignright::after {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    height: 15px;
    content: ' ';
}

.wp-caption+p {
    margin: 0 0 1rem;
}

/* Aperçu galerie */

.gallery-small {
    overflow: hidden;
    width: 100%;
    margin: 1.8em 0;
}

.gallery-small a {
    font-size: 0;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 0;
    border: 1px solid #f1f1f1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.gallery-small a:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
    background-color: rgba(255, 255, 255, 1);
}

.gallery-small a:hover {
    border-color: #999;
}

.gallery-small a:hover:after {
    opacity: .2;
}

.gallery-small a img {
    opacity: 1;
}

.gallery-small a:hover img {
    opacity: .91;
}

.gallery-small .full {
    height: 480px;
    margin-bottom: 3px;
}

.gallery-small .tier {
    float: left;
    width: 33%;
    height: 212px;
    margin-right: .5%;
}

.gallery-small .tier.outcount {
    float: right;
    margin-right: 0;
}

.gallery-small a.tier img {
    width: 281px;
}

.gallery-small .outcount:before {
    font-size: 80px;
    font-weight: normal;
    line-height: 195px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
    content: '+' attr(data-rest);
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: rgba(0, 0, 0, .7);
}

.gallery-small .rest {
    display: none;
}

/* Citation */

blockquote {
    overflow: hidden;
    width: 90%;
    margin: 0 auto 2em;
    padding: 0 0 0 2%;
    border-left-width: 10px;
    border-left-color: #58507b;
    border-left-style: solid;
}

blockquote p {
    font-family: 'gravure', Helvetica, sans-serif;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 0;
}

/* Encadré */

.cadre {
    clear: both;
    margin-bottom: 30px;
    padding: 1rem;
    background-color: rgba(88,80,123,0.2); 
}

.cadre h3 {
    margin: 10px 0;
    color: #58507b !important;
}

.cadre p {
    margin-bottom: 0;
}

/* #SAME-ARTICLES */

#same-articles {
    margin-top: 0;
}

#same-articles h3 {
    text-transform: none;
    font-size: 25px;
    color: #e1956e}

#same-articles .item{
    height: 100%;
}

#same-articles .slick-list {
    height: 100%;
}
/*
#same-articles li {
    position: relative;
    float: left;
    overflow: hidden;
    width: 32%;
    margin-right: 1.42%;
}

#same-articles li .category {
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 5px;
}

#same-articles li a {
    position: relative;
    display: block;
}

#same-articles li a .abonne-label {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
}

#same-articles li a .abonne-label.angle span {
    top: 6px;
    left: 10px;
}
#same-articles  img{
    width: auto;
}
#same-articles li a img,
#same-articles li a .title {
    position: relative;
    z-index: 1;
}

#same-articles li:last-child {
    margin-right: 0;
}

#same-articles li .title {
    font-family: 'HelveticaNeueW02-77BdCn';
    font-size: 20px;
    margin-top: 10px;
    color: #000;
}

#same-articles li a:hover .title {
    color: #b0ad97;
}

#same-articles li a img {
    opacity: 1;
}

#same-articles li a:hover img {
    opacity: .91;
}*/

/* biographie */

.bio {
    background-color: rgba(148, 186, 61, 0.20);
    margin-bottom: 30px;
    padding: 1rem;
}

.bio a .bio__avatar___container{
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}
.bio a:hover .bio__avatar___container{
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0.86;
}

.bio__avatar___container {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100px;
    border: 2px solid #58507b}

.bio__content, .bio__avatar {
    margin-top: 1rem;
}

.bio__content h3 {
    margin-top: 0;
}

.bio__prenom {
    text-transform: none;
}

.bio__content h4 {
    font-family: 'gravureBold', Arial, Helvetica, sans-serif;
    color: #e1956e;
}

.bio__content p {
    margin-bottom: 0;
}

/* ---------------- SHARE MODULE ----------------- */

#share {
    margin: 2rem auto;
    text-align: center;
}

#share p {
    text-transform: uppercase;
    margin: 0;
    line-height: normal;
}

#share p,
#share div.btn {
    display: inline-block;
    vertical-align: middle;
}

#share p,
#share div.btn:not(:last-child) {
    margin-right: 0.5rem;
    font-size: 1.2rem;
}

#share a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn.share__fb {
    background-color: #3B5998;
}

.btn.share__linkedin {
    background-color: #0077B5;
}

.btn.share__twitter {
    background-color: #1DA1F2;
}

.btn.share__mail {
    background-color: #707070;
}

.btn.share__google {
    background-color: #FF6550;
}

.btn.share__insta {
    background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}





/***************** PAGINATION ************************/


/* PAGINATION */
.pagination-container {
    font-size: 0.8rem;
    font-weight: normal;
    font-family:'gravure', Verdana, sans-serif;
    overflow: hidden;
    width: 100%;
    margin: 10px 0 10px 0;
    padding: 10px 0;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #706f76;
 }
 
 .pagination-container .pagination {
    
    font-family:'gravure', Verdana, sans-serif;
 }
 
 .pagination-container .page-item .page-link{
    color: #666;
 }
 
 .pagination-container .page-item  .page-link:hover,
 .pagination-container .page-item.active .page-link,
 .pagination-container .page-item.active .page-link:hover {
    border-color: #58507b;
    background-color: #58507b;
    color: #FFF;
 }
 
 .pagination-container .page {
    
 }

/* ---------------- LOADER SPINNER ----------------- */




/********************************************************************************************/

/*   
/*   PAGE HOME
/*
/********************************************************************************************/

/* ---------------- SLIDER ----------------- */

#home-slider,
#home-slider-descriptions .slider__container 
    margin-bottom: 30px;
}

#home-slider-descriptions .slider__container {
    
}

#home-slider .slider__container, 
#home-slider-descriptions .slider__container {
    z-index: 1;
}

#home-slider .video-loader{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            font-size: 4rem;
            color: #58507b;
}

#home-slider .slider__title {
    z-index: 2;
    position: absolute;
    width: 30%;
    /*padding: 10px 10px 40px 10px;*/
    padding:0 0 0 0;
    background-color: rgba(255, 255, 255, 0.83);

    /*background-color: rgba(255, 255, 255, 0.50);*/
    max-height: 70%;
    overflow: hidden;
    padding-bottom: 30px;
}
#home-slider .slider__title>a{
    color: #000;
  display: block;
  width: 100%;
  height: 100%;  
}
#home-slider .slider__title>a:hover{
    color: #000;
}

#home-slider .slider__title>a:hover .more{
    background-color: #e1956e;
    -webkit-transition: all 0.3s ease; ?>;
    transition: all 0.3s ease;
}

#home-slider .slider__title.bottom_left {
    bottom: 20%;
    left: 10%;
}

#home-slider .slider__title.bottom_right {
    bottom: 20%;
    right: 10%;
}

#home-slider .slider__title.top_left {
    top: 20%;
    left: 10%;
}

#home-slider .slider__title.top_right {
    top: 20%;
    right: 10%;
}

#home-slider .slider__title h4 {
    font-size: 1rem;
    line-height: 1.2rem;
    font-family: 'gravureBold', 'Helvetica', sans-serif;
    text-transform: uppercase;
    padding: 10px 10px 30px 10px;
    /*background-color: rgba(255, 255, 255, 0.83);*/
}

#home-slider .slide-desc .slider__title h4{
    padding: 10px 10px 0px 10px;
    margin-bottom: 0;
}
#home-slider .slider__title .description{
    background-color: rgba(105, 87, 87, 0.83);
}
#home-slider .slider__title .description,
#home-slider-descriptions .slide-desc {
    padding: 10px 10px 30px 10px;
    /*background-color: rgba(105, 87, 87, 0.83);*/
    color: #FFF;
    font-family: 'pilcrow', sans-serif;
}

#home-slider .slider__title .description > first-child{
    margin-top: 0;
}

#home-slider-descriptions .slide-desc{
    background-color: rgba(105, 87, 87, 0.83);
}
#home-slider-descriptions .slide-desc .description{
    color: #FFF;
    font-family: 'pilcrow', sans-serif;

}

#home-slider-descriptions .slide-desc .description *{
    font-size: 0.8rem;
}

#home-slider-descriptions .slide-desc .description p, 
#home-slider-descriptions .slide-desc .description ul, 
#home-slider-descriptions .slide-desc .description ol {
    margin: 0.5rem 0;
}




#home-slider.slider .slide img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#home-slider .more span {
    text-transform: uppercase;
    font-size: 0.6rem;
}

#home-slider .slick-arrow {
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.80);
    z-index: 2;
    text-shadow: 2px 2px 8px #373737;
}

#home-slider .scroll-btn {
    position: absolute;
    bottom: 10px;
    left: 48%;
    z-index: 999;
}

/* ------ SECTION A LA UNE -----*/

#a-la-une i.fa-spin{
    font-size: 50px;
    color: #58507b;
    position: absolute;
    left:50%;
    top:50%;
}

#a-la-une .more span {
    text-transform: uppercase;
}

#a-la-une .video{
    height: auto;
}

#a-la-une .item >a{
    display: block;
}



/* ------ LOGO SLIDER ------- */

#logo-slider {
    height: 100px;
}

#logo-slider .slide {
    text-align: center;
}
#logo-slider .slide a {
    max-width: 70%;
    height: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#logo-slider .slide a img{
    max-height: 100%;
    max-width: 100%;
    margin: auto;

}

#logo-slider .slider__container {
    z-index: 1;
}

#logo-slider .slick-arrow {
    color: rgba(55, 55, 55, 0.50);
    font-size: 2rem;
}

/* ---- newsletter -------------*/

.sib_signup_box_inside_1 {
	display: contents;
}

.section#newsletter {
    /* margin-bottom: -20px; 
    background-color: #58507b;*/
}

#newsletter>.newsletter__container{
    padding-top: 20px;
    padding-bottom: 20px;
}

#newsletter-register p {
    text-transform: uppercase;
    font-family: 'gravure', Helvetica, sans-serif;
    color: #ffffff;
    font-size: 1.3rem;
    margin: 0;
    text-align: center;
}

/*
#newsletter-register div:first-child{
    margin-bottom: 20px;
}
*/

#newsletter-register input {
    border-radius: 5px;
    padding: 1%;
}

#newsletter .newsletter__message {
    padding: 0% 0 2%;
    margin-top: -2%;
}

#newsletter .newsletter__message h4 {
    font-family: 'gravure', 'Helvetica', sans-serif;
}

#newsletter .newsletter__message p {
    font-family: 'quicksandmedium', 'Helvetica', sans-serif;
}

#newsletter #newsletter-btn {
    background-color: #e1956e;
}

#message-hp {
		background-color:#e1956e; 
		color:#fff; 
		padding:1px 15px;
}

/********************************************************************************************/

/*   
/*   PAGE PROGRAMME
/*
/********************************************************************************************/

#page-programme .item.programme:not(.big) {
    width: 100%;
}
#page-programme .item.programme:not(.big) .categories{
    display: inline-block;
    padding: 2%;
}

#page-programme .item.big h2{
    margin: 0;
    margin-bottom: 20px;
}


#page-programme .item.big .categories {
    width: 100%;
    max-width: 100%;
}

#page-programme .title-section span {
    color: #e1956e;
    text-transform: uppercase;
    font-family: 'gravure', 'Helvetica', sans-serif;
}

#page-programme .tooltip-content{
        color: #e1956e;
        text-transform: uppercase;
        font-size: 0.8rem;
        width: 300%;
        left: -100%;
        padding: 30% 5% 15%;
}


#page-programme li.all,
#page-programme #filters__categories li {
    text-transform: uppercase;
}

#page-programme button.all{
    float: right;
    margin-bottom: 10px;
    color: #FFF;
    background-color: #e1956e;
    border: none;
    border-radius: 30px;
    padding: 10px;
    font-size: 0.8rem;
}
#page-programme button.all i{
    margin-right: 5px;
}

#page-programme .nav-tabs .nav-item {
    width: 50%;
    text-transform: uppercase;
    position: relative;
}

#page-programme .nav-tabs .nav-item.visible {
    z-index: 2;
}

#page-programme .nav-tabs .nav-link {
    border-top-right-radius: 20px;
    border-color: #A2A2A2;
    color: #A2A2A2;
    text-align: center;
}

#page-programme .nav-tabs .nav-item:first-child .nav-link {
    width: 103%;
}

#page-programme .nav-tabs .nav-link.active {
    border-color: #58507b;
    background-color: #58507b;
    color: #FFF;
}

#page-programme .place-alert {
    text-transform: uppercase;
    margin: 0 auto 1rem;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    
}
#page-programme .place-alert span {
    color: #58507b;
}

#page-programme .place-alert .close-btn {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #FFF;
    border: 1px solid #58507b;
    color: #58507b;
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align : center;
        -ms-flex-align : center;
            align-items : center;
    margin: 2px 0 0 1rem;
    padding: 0.8rem;
}

#page-programme .place-alert .close-btn:hover,
#page-programme .place-alert .close-btn:active,
#page-programme .place-alert .close-btn:focus{
    color: #FFF;
    border-color: #FFF;
    background-color:#58507b;

}

#page-programme #map-container {
    margin: 1rem auto;
    position: relative;
}
#page-programme #map-container img{
    max-width: 100%;
    width: 100%;
    height: auto;
}
#page-programme #places-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#page-programme .place-btn{
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    color: #FFF;
    background-color: #e1956e;
    font-family: 'gravureBold', Verdana, Helvetica, sans-serif;
    font-size:  1.2rem;
    padding:  0;
    line-height: 40px;
   
}

#page-programme .place-btn:hover,
#page-programme .place-btn:active,
#page-programme .place-btn:focus {
    background-color: #58507b;
    opacity: 1;
}

#page-programme .place-tooltip{
   
    width: 100%;
    position: fixed;
    top: auto;
    left: 0;
    bottom: 10px;
    padding: 0;
   border: none;
   background-color: transparent;
    
}

#page-programme .place-tooltip-inner{
    border: 2px solid #58507b;
    border-radius: 5px;
    color: #000;
    padding: 15px 30px;
    width: 100%;
    margin-top: 15px;
    position: relative;
    background-color: #FFF;
}


#page-programme .place-tooltip h4{
    color: #58507b;
    font-size: 1.3rem;   
    margin: 0;
}

#page-programme .place-tooltip p {
    text-transform: none;
    color: #000;
    font-size: 0.8rem;
    line-height: normal;
    font-family: 'gravure', Verdana, Helvetica, sans-serif;
    max-height: 60px;
    overflow: hidden;
}

#page-programme .place-tooltip a.btn {
    text-transform: uppercase;
    color: #FFF;
    background-color: #e1956e;
    padding: 10px 10px 3px;
    display: block;
    white-space: normal;
}


#page-programme .place-btn .place-tooltip-inner::before{
    width: 0px;
    height: 15px;
    left: 200px;
    z-index: 1;
    border: none;
    border-right: 2px solid #58507b;
    top: -17px;
    display: inline-block;
    content: '';
    display: block;
    position: absolute;
}


#page-programme .place-btn .tooltip-content::before,
#page-programme .place-btn .tooltip-content::after {
    display: none;
}
/********************************************************************************************/

/*   
/*   PAGE INFOS PRATIQUES
/*
/********************************************************************************************/

#content_box h2.tab-title {
    text-align: center;
    color: #e1956e;
}

#content_box li path {
    fill: #e1956e;
}

#content_box li {
	padding-bottom:12px;
}

#content_box .nav-tabs,
#content_box .nav-tabs .nav-item.show .nav-link,
#content_box .nav-tabs .nav-link.active,
#content_box .nav-tabs .nav-link:focus,
#content_box .nav-tabs .nav-link:hover {
    border: none;
}

#content_box .nav-tabs .nav-item:not(.slick-slide) {
    margin-right: 2rem;
}

#content_box .nav-link.circle-btn {
    width: 6rem;
    height: 6rem;
    border-radius: 6rem;
    border: 2px solid #e1956e;
    color: #e1956e;
    display: -webkit-box;
    display: -ms-flexbox; 
    
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3.5rem;
}

#content_box .nav-tabs .slide {
    padding: 0.2rem 0;
}

#content_box .nav-tabs .slide .nav-link {
    margin: 0 auto;
}

#content_box .nav-link.active,
#content_box .nav-link:active,
#content_box .nav-link:focus,
#content_box .nav-link:hover {
    background-color: #e1956e;
    color: #FFF;
}


#content_box li:hover path,
#content_box li a.show path,
#content_box div path {
    fill: #FFF;
}

/********************************************************************************************/

/*   
/*   PAGE EQUIPE / TROMBINOSCOPE / AUTEURS
/*
/********************************************************************************************/

#page-equipe h2 {
    text-align: center;
    color: #e1956e;
}

#page-equipe .section-personnes {
    margin-bottom: 50px;
}

/********************************************************************************************/

/*   
/*   PAGE SINGLE EVENEMENT
/*
/********************************************************************************************/

/*
#page-single-evenement h2,
#page-single-evenement h3 {
    color: #e1956e;
}
*/

/********************************************************************************************/

/*   
/*   PAGE SINGLE PERSONNE
/*
/********************************************************************************************/

#page-single-personne .bio__avatar___container{
    margin: 1rem auto;
}

#page-single-personne h2{
    text-align: center;
    color: #e1956e;
    text-transform : none;
    margin: 0 auto 1rem;
    font-size: 1.2rem;
}

#page-single-personne h3{
    color: #e1956e;
}


/********************************************************************************************/

/*   
/*   PAGE BILLETERIE
/*
/********************************************************************************************/


.weez-container {
    margin-bottom: 50px;
}
#content_box .card{
    border: none;
    margin-bottom: 10px;
    
}

#content_box .card-header{
   
    cursor: pointer;
    padding:     0;
}

#content_box .card .btn-link{
    text-align:    center;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'gravureBold', 'Helvetica', sans-serif;
    white-space: normal;
    margin: 0 auto;
    display: block;
    width: 100%;
    background-color: #58507b;
    padding: 10px 10px 0;
}

#content_box .card .btn-link.collapsed{
    background-color: #e1956e;
}
#content_box .card .btn-link.focus, 
#content_box .card .btn-link:focus,
#content_box .card .btn-link:active,
#content_box .card .btn-link.active,
#content_box .card .btn-link:hover{
    background-color: #58507b;
    text-decoration: none;
    opacity: 1;
}

#content_box .card-body{
    padding: 0.5rem 0;
}
#content_box .card-body h3{
    color : #e1956e;
}



/********************************************************************************************/

/*   
/*   FORMULAIRE DE CONTACT
/*
/********************************************************************************************/

#page-contact .alert{
    font-family : 'pilcrow', Helvetica, sans-serif;
}

form#contact{
    background-color: rgba(88,80,123,0.2);
    padding: 1%;   
    font-family : 'pilcrow', Helvetica, sans-serif;
}

form#contact label{
    margin-bottom: 0.1rem;
}

form#contact .submit-btn{
    display: block;
    margin: 2rem auto;
    color: #FFF;
    background-color: #e1956e;
    text-transform : uppercase;
    font-family : 'gravureBold', Verdana, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: normal;
    padding: 8px 12px 0;
}



/********************************************************************************************/

/*   
/*   HEADER VIDEO
/*
/********************************************************************************************/

#header-video-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

#header-video-container .header-video{
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



/********************************************************************************************/

/*   
/*  PAGE AMIS
/*
/********************************************************************************************/

body:has(#page-ami),
#main:has(#page-ami),
#main:has(#page-ami) + footer .content-bottom ,
#page-ami{
    background-color:#9ed1c2;
}

#page-ami {
    color : #473870;
}

#page-ami  a.btn-ami{
    background-color: var(--yellow);
    color: var(--violet-primary);
    text-transform: none;
    font-size: 30px;
}
#page-ami #objectif .img-responsive{
    max-width: 100%;
}

#page-ami #objectif .img-container{
    width: 100%;
    aspect-ratio: 890/350;
    position: relative;
    overflow: hidden;
}

#main:has(#page-ami) {
    overflow-x: hidden;
}

#page-ami .img-container img{
    max-width: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#page-ami #avantages{
   
    background: #FFF;
    margin-left: -500px;
    padding-left: 500px;
    margin-right: -500px;
    padding-right: 500px;
}

#page-ami #avantages ul li{
    font-size: 18px;
    line-height: 28px;
}

#page-ami p{
    line-height: 1.4;
}
#page-ami #objectif em{
    font-family: 'gravureBlack', Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 1.65rem;
}

#page-ami ul li::marker {
    color: #58507b;
}

#page-ami #avantages h3{
    text-transform: none;
    font-family: "pilcrow";
    font-weight: 400;
}



/*************** POP UP */
.pop{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0 0 0 / 21%);
    z-index: 999;
}

.pop .pop-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    max-height: 80%;
    min-width: 400px;
    cursor: pointer;
}

.pop .pop-content .img-container{
    width: 100%;
    height: 100%;
    aspect-ratio: 920/539;
}

.pop .pop-content .img-container img{
    width: 100%;
    height: auto;
}
.pop .pop-content .close-btn{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    padding: 0;
    z-index: 3;
}
.pop .pop-content .pop-text{
  
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    gap: 20px;
}
.pop .pop-content .pop-text p{
    color: #FFF;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.pop .pop-content .pop-text .btn{
    background-color: #36699b;
    color: var(--yellow);
    width: auto;
    font-size: 2rem;
    text-transform: none;
}