/* specifique */
#mainContainer { padding-top:10px; }


/* Covering link for Billeterie */ 
#coldroite a.coveringlink {
    display: block;
    position: absolute;
    height: 100%;
    width:100%;
    top: 0;
    left: 0;
}
#coldroite a:hover.coveringlink { background-color: red; opacity: 0.2;}

/* covering link tradi */
a.coveringlink {
    display: block;
    position: absolute;
    height: 100%;
    width:100%;
    top: 0;
    left: 0;
}

a:hover.coveringlink { background-color: red; opacity: 0.2;}


.eventrollovercontent a:hover.coveringlink { background-color: transparent;}
.blocActu.center { position: relative; }




/* lienBilletterie*/
#lienBilletterie {
    color: white;
    background: red;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
}

#lienBilletterie a { color: white; }
/* Erreur 404 - icone vous etes ici */
.fa-dot-circle-o {font-size:200px;color:#d31350;}



/* lIEN FACEBOOK */
#lienfcb {
    color: white;
    background: red;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
}

#lienfcb a { color: white; }
/* Erreur 404 - icone vous etes ici */
.fa-dot-circle-o {font-size:200px;color:#d31350;}





/* footer */
#footer {
	padding:10px 0;
	margin-top: 15px;
	border-top: 1px dotted red;
	text-align:center;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
}
#footer a { 
    color:red;font-weight: 300;
    font-size: 12px;
    line-height: 14px; 
}


/* menu tête de page */
#blocmenuagenda { 
    background: #FEEBEB;
    padding: 20px;
    text-align: center;
}
#blocmenuagenda ul {  
    list-style-type: none; 
    padding: 15px 0 0 0;
}
#blocmenuagenda ul#standardSubNav {
    padding: 0;
}
#blocmenuagenda ul#standardSubNav > li > a, #blocmenuagenda ul > li > a {
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-style: normal;
}

#blocmenuagenda ul#standardSubNav > li > a:hover, #blocmenuagenda ul#standardSubNav > li > a:focus { background: transparent; }
#blocmenuagenda ul > li.isotopelink > a { font-size: 14px; line-height: 16px;}
#blocmenuagenda ul > li.isotopelink > a:hover { color: black;}

div.votreSoiree {
    background: #feebeb;
    text-align: center;
    margin-bottom: 15px;
    padding: 10px;
}
div.votreSoiree .title:first-child { margin-bottom:15px; }

/* navigation sub */
#standardColGauche #blocmenuagenda { height: 220px;}
/* hovering and hover*/


.hoverable {    
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.hovering {
    background: rgba(255, 0, 0, 0.2);
}
/* Pinterest */
#pinterestimageContainer {
    position:relative;
}
#pinterestimageContainer a { position:absolute;bottom: 0;right:0; }

/* covoiturage */
#covoituragesimple { margin-bottom: 15px; }
#covoituragesimple div.accordion { text-align: center;}
    a.covoituragesimple {
      margin-bottom: 15px;
      background-color: #ff0000 !important;
      color: white;
      font-family: Anton;
      font-size: 24px;
      font-weight: 500;
      font-style: normal;
      line-height: 28px;
      padding: 10px;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      width: 100%;
    }
    a.covoituragesimple .covicon { position: static; }
    a.covoituragesimple .covtext { padding-left:10px;}


/* Responsive */
@media (min-width: 971px) {}
@media (max-width: 1170px){} /*1024*/

/*960
@media (max-width: 750px) {
    
    #coldroite div.ticketteaser div.ticketteaserimage {
        height: 520px;
    }

    #coldroite div.ticketteaser > div {
        height: 120px;
    }
    #coldroite div.ticketteaser { height: 730px;}
    #coldroite div.news .ticketteasertext { height:200px;}
}

@media (max-width: 480px) {
    .bigdecorationvertical:before, .bigdecorationvertical:after  { 
        display: inline;
        content: " — ";
        color: #F00;
        font-size: 48px;
    }
    #blocActionculturelle, #blocResidence, #blocPratique, #blocBonus {
        min-height: 140px;
        height: auto;
        padding-top: 15px;
    }
    #standardColGauche #blocmenuagenda {
        min-height: 140px;
        height: auto;
    }
    
}
*/

/* Cacher teaser spt 2021 */


.page-616 .news > div:first-of-type {
    display: none;
}