/*
 Theme Name:     LA PETITE HALLE 2019 Child Theme
 Theme URI:      http://www.lapetitehalle.com
 Description:    La Petite Halle Child Theme
 Author:         Wolfgang Edition
 Author URI:     http://www.wolfgang-edition.fr
 Template:       lapetitehalle
 Version:        1.0.0
*/
 
@import url("../lapetitehalle/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

body{
    }

a {color:#000;
    -webkit-transition: all 0.30s ease-in-out;
	 -moz-transition: all 0.30s ease-in-out;
	 -ms-transition: all 0.30s ease-in-out;
	 -o-transition: all 0.30s ease-in-out;}
a:hover {color:#91151D;}

#et_pb_layout .hndle { font-weight: 100 !important; font-size: 22px; color: #fff; background-color: #000945; padding: 25px 80px !important; border-bottom: 0; line-height: 18px; position: relative; border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; cursor: pointer; }

#et_settings_meta_box .hndle { border: none; color: #fff; background-color: #000; padding-left: 38px; }


.et_pb_image_container .titre-grid-home { margin-left:-100%; }
.et_pb_image_container .titre-grid-home {  }
.et_pb_image_container .titre-grid-home span { opacity:0; }


.et_pb_image_container:hover .titre-grid-home span { opacity: 1;
	-webkit-animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);z-index:99;margin:0 auto;width:100%;text-align: center;text-transform:uppercase;font-size:20px; padding:20px 40px;}
.et_pb_image_container .titre-grid-home span { position: absolute; top: 40%; }

/* square */
.square-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.square-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.square-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff!important;font-weight:bold!important;
}
.square-content div {
   display: table;
   width: 100%;
   height: 100%;
}
.square-content div > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff!important;font-weight:bold!important;
    padding-top:10px;
    -webkit-transition: all 0.50s ease-in-out;
	 -moz-transition: all 0.50s ease-in-out;
	 -ms-transition: all 0.50s ease-in-out;
	 -o-transition: all 0.50s ease-in-out;
}
.square-content:hover div > div {
    padding-top:0px;
}

/* double square */
.deuxsquare-box {
    position: relative;
    width: 100%;
    overflow: hidden;
	margin-top:6%;
}
.deuxsquare-box:before{
    content: "";
    display: block;
    padding-top: 46.3%;
}
.deuxsquare-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
}
.deuxsquare-content div {
   display: table;
   width: 100%;
   height: 100%;
}
.deuxsquare-content div > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff!important;font-weight:bold!important;
}

/* titres */
.titre-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.titre-box:before{
    content: "";
    display: block;
    padding-top: 8%;
}
.titre-content{
    position:  absolute;
    top: 5px;
    left: 0;
    bottom: 0;
    right: 0;
}
.titre-content div {
   display: table;
   width: 100%;
   height: 100%;
}
.titre-content div > div {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
@media all and (max-width: 479px) {
.titre-content { line-height:1em; }
}

/* big box */
.big-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.big-box:before{
    content: "";
    display: block;
    padding-top: 80%;
}
.big-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
}
.big-content div {
   display: table;
   width: 100%;
   height: 100%;
}
.big-content div > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff!important;font-weight:bold!important;
}
.et_pb_text {
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.big-box h4 {
    text-align:center !important;
	width:100% !important;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	padding-left:15px;
	padding-right:15px;
	padding-bottom:20px;
	font-size:1.7em;
}

/* edito-box */
.edito-box {
    position: relative;
    width: 100%;
    overflow: scroll;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.edito-box:before{
    content: "";
    display: block;
    padding-top: 35%;
}
.edito-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
}
.edito-content div {
   display: table;
   width: 100%;
   height: 100%;
}
.edito-content div > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff!important;font-weight:bold!important;
}
.edito-content h5 {
    text-align:justify !important;
	width:100% !important;
	padding:15px;
	font-size:1em;
	line-height:1.15em;
	overflow:scroll !important;
	font-weight:bold!important;
}

/* demi-images */
.half-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.half-box:before{
    content: "";
    display: block;
    padding-top: 30%;
}
.half-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
}
.half-content div {
   display: table;
   width: 100%;
   height: 100%;
}
.half-content div > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff!important;font-weight:bold!important;
}


/* about box */
.about-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.about-box:before{
    content: "";
    display: block;
    padding-top: 0%;
}
.about-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
}
.about-content div {
   display: table;
   width: 100%;
   height: 100%;
}
.about-content div > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff!important;font-weight:bold!important;
}
.et_pb_text {
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.about-box h4 {
    text-align:center !important;
	width:100% !important;
}

/*  changement bouton silver > blanc */
a.small-button.smallsilver { color: #fff !important; background: rgba(0,0,0,0.4); border: 2px solid #fff;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;border-radius: 0px;font-size:22px;padding:10px 15px;
text-shadow: 1px 1px 0 rgba(255,255,255,0);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0), 1px 1px 1px rgba(0,0,0,0);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0), 1px 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0), 1px 1px 1px rgba(0,0,0,0);}
	a.small-button.smallsilver:hover { color: #000 !important;background: #fff; }
a.small-button, a.big-button, a.icon-button { display: inline-block; line-height: 30px; }


/* custom fields in single.php */
.post_date { float:left;padding:10px 15px;background:#C27B88;color:#000;text-transform:uppercase;font-weight:bold;font-size:.9em; }
.post_horaires { float:left;padding:10px 15px;background:#cacaca;color:#000;text-transform:uppercase;font-weight:bold;font-size:.9em; }
.post_lieu { float:left;padding:10px 15px;background:#3F6E80;color:#000;text-transform:uppercase;font-weight:bold;font-size:.9em; }
.post_prix { float:left;padding:10px 15px;background:#EFF090;color:#132448;text-transform:uppercase;font-weight:bold;font-size:.9em; }
.post_ticket { float:left;padding:10px 15px;background:#5EA38D;color:#000;text-transform:uppercase;font-weight:bold;font-size:.9em; }
.post_facebook-event { float:left;padding:10px 15px;background:#DA554C;color:#000;text-transform:uppercase;font-weight:bold;font-size:.9em; }
.post_facebook-event a {color:#EFF090;}
.post_style a { float:left;padding:10px 15px;background:#DFDBE0;text-transform:uppercase;font-weight:bold;font-size:.9em; }
.post_type a { float:left;padding:10px 15px;background:#E0E3D6;text-transform:uppercase;font-weight:bold;font-size:.9em; }

.post_date, .post_horaires, .post_lieu, .post_prix, .post_ticket, .post_facebook-event, .post_style, .post_type {
 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
	
.post_date:hover, .post_horaires:hover, .post_lieu:hover, .post_prix:hover, .post_ticket:hover, .post_facebook-event:hover, .post_style:hover, .post_type:hover { filter: alpha(opacity=0);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.8;
  zoom: 1; }




/*  formating slideshow text h1  */
.et_pb_fullwidth_section .et_pb_title_container h1 { text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); }

.et_pb_slider h2 a {
    text-shadow: 0 3px 5px rgba(90, 90, 90, 0.7);
}

.et_pb_slider h2 a:hover {
    color:#caccc7;
	text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
}


/* SIDEBAR */
.et_right_sidebar #sidebar {
    padding-left: 0px;
}

.et-social-icons, #footer-info {
		float: none !important;
		text-align: center !important;
	}
#footer-bottom  {
		padding:50px 0 !important;
	}
#footer-info  {
		padding:10px 0 !important;
	}
#footer-info p {
		margin:0 !important;padding:0 !important;font-weight: normal !important;
	}
#footer-info a:hover {
		color:#DA554C !important;
	}

/* CULTPLACE */
.__cultplace:after { 
background-image: url('http://www.labellevilloise.com/wolf/wp-content/uploads/2016/04/CultPlace_logo_noir_web_sansBaseline1.png');
    background-size: 35px 35px;
    display: inline-block;
	position:absolute;
	right:-45px;
	top:-10px;
    width: 35px; 
    height: 35px;
    content:"";
	opacity:1;
	 }
#et-secondary-nav li a { font-weight:normal !important; }
	 

/* formatting espaces full-titres */
.et_pb_fullwidth_post_title_0 .et_pb_title_container h1 { text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); }

/* NEWSLETTER */
#newslet input[type=text] {font-size:1em;padding:5px; border:1px solid #CBCBCB; background:#D8D8D8;margin:0;color:#8A8A8A;}
#newslet input[type=text]:focus {background:#fff; }
#newslet input[type=submit] {font-size:1em;padding:5px; background:#8C8C8C; border:0 none;margin-top:0px;margin-right:-1px;margin-left:0px;cursor:pointer;-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
#newslet input[type=submit]:hover {background:#4D4D4D;color:#fff }
#newslet.entry-content tr td, #newslet.et-pb-preview #newslet.container tr td {
    padding: 0px;
    border-top: 0px solid #eee;
}

/* sous-menus */
div.et_pb_text.et_pb_module.sous-menu:hover { background-color:#000 !important; }

/* Footer blocs */
.footer-widget .et_pb_widget:hover {
    padding: 10px 10px;
    background: #4C4C4C;
    color: #fff;
    width: 100%;
    font-weight: bold;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.footer-widget .textwidget a {
    padding: 10px 0px;
    background: transparent;
    color: #fff;
    width: 100%;
    font-weight: bold;
	font-size:.9em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-widget .textwidget a:hover {
    color: #4C4C4C;
}

.et_pb_text_2:hover { background-color:#000; }

/* remove sidebar border */
#main-content .container:before {
width: 0;
}


/* marges grid agenda */
 .et_pb_portfolio_item
	 {
		width: 20.875%;
		margin: 0 0 5.5% 0 !important;
	}
/* foramting agenda home */
#agenda-home { text-align:center;margin:0 auto; }

/* WIDGET AGENDA 
.widget_calendar{
    background-color: #9C842B !important;
    border: 1px solid #A2A3A4 !important;
    border-radius: 0 0 0 0 !important;
    box-shadow: 0 2px 4px rgba(50, 50, 50, 0);
    float: left;
    margin-bottom: 15px !important;
}
#calendar_wrap .wp-cal-datepicker-calendar tr td.WP-Cal-popup {
    background: #BBB2B6 !important;
    border-radius: 0 0 0 0;
    font-weight: bold;
    text-decoration: none;
    color: #1982D1;
}
#calendar_wrap .calendar_wrap_loading img {width: 100% !important; text-align: center !important; position: relative !important;}*/

.widget_calendar, #calendar_wrap .ui-datepicker-header, #calendar_wrap .calendar-pagi {
    background-color: #132448 !important;
}
#calendar_wrap .wp-cal-datepicker-calendar tr th{
    font-size: 12px;
    line-height: 10px;
    padding: 9px!important;
    text-align: center;
    background: #ffffff;
    border: 0.1em dotted #999999;
    font-weight: bold;
    color: #3F6E80;
}

#calendar_wrap .wp-cal-datepicker-calendar tr td{
    font-size: 11px;
    line-height: 10px;
    padding: 9px!important;
    text-align: center;
    background: #F4F7C8;
    border: 0.1em dotted #999999;
    font-weight: normal;
    color: #000000 !important;
}
.widget_calendar{box-shadow: 0 2px 4px rgba(50, 50, 50, 0);}
#calendar_wrap .wp-cal-datepicker-calendar tr td.WP-Cal-popup {
    background: #EFF090 !important;
}
#calendar_wrap .wp-cal-datepicker-calendar tr td .wp-cal-tooltip {
    background-color: #EFF090;
    border: 0px solid #A2A3A4 !important;
    border-radius: 0 0 0 0 !important;
    box-shadow: 0 2px 4px rgba(50, 50, 50, 0.63);
}
#calendar_wrap .wp-cal-datepicker-calendar tr td .wp-cal-tooltip span.date {
    color: #C27B88;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    width: 100%;
}
#calendar_wrap .wp-cal-datepicker-calendar tr td .wp-cal-tooltip ul li {
    background-color: #FFF !important;
    border-radius: 0px 0px 0px 0px;
    color: #FFFFFF;
    width: 100%;
    display: block;
    font-family: inherit;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.1em;
    margin-top: 2px;
    padding: 8px;
    text-decoration: none;
}
#calendar_wrap .wp-cal-datepicker-calendar tr td a{
    color: #3F6E80;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
#calendar_wrap .wp-cal-datepicker-calendar tr td .wp-cal-tooltip ul li a .mini_title {
    color: #3F6E80 !important;
    display: block;
    font-family: inherit;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
#calendar_wrap .wp-cal-datepicker-calendar tr td .wp-cal-tooltip ul li a .mini_title  {
    padding-left:0px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#calendar_wrap .wp-cal-datepicker-calendar tr td .wp-cal-tooltip ul li:hover a .mini_title {
    padding-left:5px;
    color:#000 !important;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#calendar_wrap .wp-cal-datepicker-calendar tr td .wp-cal-tooltip ul li:hover a .mini_title:before {
    content: "⠇ ";
}

/*PROGRAMMATION */
.et_pb_post h2 a {padding: 0 20px 20px;display:inline-block;color:#3F6E80;}
.et_pb_post h2 a:hover {color:#132448;}
.et_pb_post p, .et_pb_post .extrait {padding: 0 20px;display:inline-block;}
.et_pb_blog_grid .et_pb_post {border:8px solid #F4F7C8;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.50s ease-in-out;
	 -moz-transition: all 0.50s ease-in-out;
	 -ms-transition: all 0.50s ease-in-out;
	 -o-transition: all 0.50s ease-in-out;}
.et_pb_blog_grid .et_pb_post:hover {border:8px solid #EFF090;}
.et_pb_blog_grid .et_pb_post .extrait {padding: 20px;}
.et_pb_blog_grid .et_pb_post {
    padding: 0px;
    background-color: #fff;
    word-wrap: break-word;
}
.et_pb_image_container {
    margin: 0;
    background: linear-gradient(to bottom, rgba(239,240,144,0.9) 30%, rgba(49,86,172,0.8) 85%);
     -webkit-transition: all 0.50s ease-in-out;
	 -moz-transition: all 0.50s ease-in-out;
	 -ms-transition: all 0.50s ease-in-out;
	 -o-transition: all 0.50s ease-in-out;
}

.et_pb_blog_grid .et_pb_post img { 
opacity:1;
    -webkit-filter: grayscale(0%);
filter: grayscale(0%);
    -webkit-transition: all 0.50s ease-in-out;
	 -moz-transition: all 0.50s ease-in-out;
	 -ms-transition: all 0.50s ease-in-out;
	 -o-transition: all 0.50s ease-in-out;
}
.et_pb_blog_grid .et_pb_post:hover img { 
opacity:.7;
    -webkit-filter: grayscale(50%);
filter: grayscale(50%);
}


/* SECTIONS */
.et_pb_section {
    padding: 0px !important;
    position: relative;
	margin:0px !important;
    background:transparent !important;
}
.et_pb_row .home-row { padding-top: 0px !important; }

/* formating serach form in top menu 
#search .search-form {
	position: absolute;
	left: 20px;
	top: 0px;
	margin-top:0px;
	padding-top:0px;
}

#search .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 32px;
	margin: 0px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

#search .search-field:focus {
	background-color: #fff;
	border: 0px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}
.search-form
.search-submit { 
display:none;
}

/* HEADER */
#main-header{
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
box-shadow:none !important;
}
#main-header {background-image: url('_http://lapetitead.cluster003.ovh.net/wp-content/uploads/2017/02/petite-halle.png');
    background-size:cover;}
/* #main-header.et-fixed-header {background-color: #fff !important;}

/*MENU */
#top-menu a {color:#000;}
#top-menu .et-fixed-header a {margin-bottom:0px;}
#top-menu a:hover,#top-menu .current-menu-item, #top-menu a.active {color:#e8472b;}

/* AGENDA HOME */
#agenda-home { text-align:center;margin:0 auto; }
.widget_calendar {
    margin-bottom: -50px !important;
}

/* MODULE BORDER */
.border {border:8px; solid:#e8472b;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.50s ease-in-out;
	 -moz-transition: all 0.50s ease-in-out;
	 -ms-transition: all 0.50s ease-in-out;
	 -o-transition: all 0.50s ease-in-out;    
}
.border:hover {border:8px solid #59b363;background-color:#fbfbfb; }

/* MODULE BORDER PRIVATISATION*/
.border-priv {border:4px solid #E7462B; border-top:none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.50s ease-in-out;
	 -moz-transition: all 0.50s ease-in-out;
	 -ms-transition: all 0.50s ease-in-out;
	 -o-transition: all 0.50s ease-in-out;
    
}
.border-priv:hover {background-color:#fff !important;background-color:#fbfbfb; }

/* FOOTER BLOCS */
.footer-widget .et_pb_widget {
    padding: 10px 10px;
    background: #000;
    width: 100%;
    font-weight: bold;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.footer-widget .et_pb_widget:hover {
    padding: 10px 10px;
    background: #E7462B;
    color: #3d4343;
    width: 100%;
    font-weight: bold;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.footer-widget .textwidget a {
    padding: 10px 0px;
    background: transparent;
    color: #fff;
    width: 100%;
    font-weight: bold;
	font-size:.9em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align:center;
}
.footer-widget .textwidget:hover a {
    color: #fff;
}
.footer-widget .textwidget a:hover {
    color: #4C4C4C;
}
.et_pb_text_2:hover { background-color:#000; }


/* NEWSLETTER */
#mc_embed_signup form {padding: 0 !important;text-align:left !important;}
#mc_embed_signup input.email {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-size: 12px !important;
    border: 0px solid #ABB0B2 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    color: #343434;
    background-color: #fff;
    box-sizing: border-box;
    height: 30px !important;
    padding: 2px 4px !important;
    display: inline-block;
    margin: 0;
    width: 80% !important;
    vertical-align: top;
}
#mc_embed_signup .button {
    font-size: 12px !important;
    border: none;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    letter-spacing: .03em;
    color: #fff;
    background-color: #aaa;
    box-sizing: border-box;
    height: 30px !important;
    line-height: 30px !important;
    display: inline-block;
    margin: 0;
    padding: 0 !important;
    width:20% !important;
    float:right;
    margin-top:-30px !important;
    text-align:center !important;
    transition: all 0.23s ease-in-out 0s;
}
#mc_embed_signup_scroll p {padding-bottom: 0 !important;}


/* GRID ARCHIVES */
.author #main-content .container::before, .search #main-content .container::before,
.archive #main-content .container::before {
    display: none !important;
}
.author #left-area, .search #left-area,
.archive #left-area {
    width: 100%;
    float: none;
    padding-right: 0;
}
.author #sidebar,.search #sidebar,
.archive #sidebar {
    display: none !important;
}
 
/* MASONRY ARCHIVES 
body.author #page-container #left-area,body.search #page-container #left-area,body.archive #page-container #left-area {
width: 100% !important;
}

.author #content-area h1, .search #content-area h1,.archive #content-area h1 {
    font-size:.7em;
}
.author #content-area h3, .search #content-area h3,.archive #content-area h3 {
}
.author #left-area, .search #left-area,.archive #left-area {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 20px;
         column-gap: 20px;
}
 
.author .et_pb_post > a, .archive .et_pb_post > a,
.search .et_pb_post > a {
    margin: -20px -20px 10px;
    display: block;
}
 
.author #left-area .et_pb_post, .search #left-area .et_pb_post,
.archive #left-area .et_pb_post {
    overflow: hidden; 
    page-break-inside: avoid;
    break-inside: avoid-column;
    width: 100%;
    padding: 0px 19px 19px 19px;
    margin-bottom: 30px;
    color:#000;
    display: inline-block;
    border: 0px solid #fff;
    background-color: #fff;
    word-wrap: break-word;
    font-size:12px;line-height:14px;
    -webkit-transition: all 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
	-moz-transition: all 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
	transition: all 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
    border:8px solid #F4F7C8;
    
}
.author #left-area .et_pb_post:hover, .search #left-area .et_pb_post:hover,
.archive #left-area .et_pb_post:hover {
    background-color: #fbfbfb;
    color:#444;
    border:8px solid #EFF090;
}
.author #left-area .et_pb_post img,.search #left-area .et_pb_post img,.archive #left-area .et_pb_post img { 
	 -webkit-transition: all 0.50s ease-in-out;
	 -moz-transition: all 0.50s ease-in-out;
	 -ms-transition: all 0.50s ease-in-out;
	 -o-transition: all 0.50s ease-in-out;opacity: 1;
	 filter: alpha(opacity=100);  }
.author #left-area .et_pb_post:hover img,.search #left-area .et_pb_post:hover img,.archive #left-area .et_pb_post:hover img { -webkit-filter: grayscale(100%);
filter: grayscale(100%);
	}
.author #left-area .et_pb_post h2, .search #left-area .et_pb_post h2,
.archive #left-area .et_pb_post h2 {color:#f00;font-size:22px;line-height:24px !important;margin-top:5px;
    -webkit-transition: color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
	-moz-transition: color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
	transition: color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
}

.author #left-area .et_pb_post:hover h2 a,.search #left-area .et_pb_post:hover h2 a,.archive #left-area .et_pb_post:hover h2 a {color: #444 !important;}

.author #left-area .et_pb_post:hover h2 a:hover,.search #left-area .et_pb_post:hover h2 a:hover,.archive #left-area .et_pb_post:hover h2 a:hover {color: #000 !important;}

.author #left-area .et_pb_post .post-meta,.search #left-area .et_pb_post .post-meta,.archive #left-area .et_pb_post .post-meta {display:none;}

.author #left-area .et_pb_post .post-meta a,.search #left-area .et_pb_post .post-meta a,.archive #left-area .et_pb_post .post-meta a {display:none;}

.author #left-area .et_pb_post:hover .post-meta,.search #left-area .et_pb_post:hover .post-meta,.archive #left-area .et_pb_post:hover .post-meta {display:none;}

.author #left-area .et_pb_post:hover .post-meta a,.search #left-area .et_pb_post:hover .post-meta a,.archive #left-area .et_pb_post:hover .post-meta a {display:none;}

.author #left-area .et_pb_post:hover .post-meta a:hover,.search #left-area .et_pb_post:hover .post-meta a:hover,.archive #left-area .et_pb_post:hover .post-meta a:hover {display:none;}
 
.author #left-area .et_pb_post.format-link,
.author #left-area .et_pb_post.format-quote,
.author #left-area .et_pb_post.format-audio,
.search #left-area .et_pb_post.format-link,
.search #left-area .et_pb_post.format-quote,
.search #left-area .et_pb_post.format-audio,
.archive #left-area .et_pb_post.format-link,
.archive #left-area .et_pb_post.format-quote,
.archive #left-area .et_pb_post.format-audio{
    padding: 0;
}
 
.author .et_pb_post .et_pb_image_container,
.author .et_pb_post .et_main_video_container,
.author .et_pb_post .et_audio_content,
.author .et_pb_post .et_pb_slider,
.archive .et_pb_post .et_pb_image_container,
.archive .et_pb_post .et_main_video_container,
.archive .et_pb_post .et_audio_content,
.archive .et_pb_post .et_pb_slider,
.search .et_pb_post .et_pb_image_container,
.search .et_pb_post .et_main_video_container,
.search .et_pb_post .et_audio_content,
.search .et_pb_post .et_pb_slider {
    margin: -20px -20px 10px;
}
 
.archive .et_pb_post.format-audio .et_audio_content{
    margin: 0px -38px 0px;
}
 
.author .et_pb_post .et_pb_slider .et_pb_slide, .archive .et_pb_post .et_pb_slider .et_pb_slide,
.search .et_pb_post .et_pb_slider .et_pb_slide {
    min-height: 180px;
}
 
.author .pagination, .archive .pagination,
.search .pagination {
    padding: 20px 0;
}
 
/*
* Media Queries

@media screen and (max-width: 980px) {
    .author #left-area, .search #left-area,
    .archive #left-area {
        -moz-column-count: 2;
            column-count: 2;
        -moz-column-gap: 60px;
            column-gap: 60px;
    }
}
@media screen and (max-width: 767px) {
    .author #left-area, .search #left-area,
    .archive #left-area {
        -moz-column-count: 1;
            column-count: 1;
    }
    .author .et_pb_post.format-audio .et_audio_content, .search .et_pb_post.format-audio .et_audio_content,
    .archive .et_pb_post.format-audio .et_audio_content{
        margin: 0;
    }
    .search #left-area .et_pb_post.format-audio .et_audio_container .mejs-controls div.mejs-time-rail,
    .archive #left-area .et_pb_post.format-audio .et_audio_container .mejs-controls div.mejs-time-rail,
    .search #left-area .et_pb_post.format-audio .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total,
    .archive #left-area .et_pb_post.format-audio .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total{
        min-width: 300px!important;
        width: 300px!important;
    }
}

/* TITRES INCLINÉS */
.incline{
    transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    -khtml-transform: rotate(-4deg);
}


/* AGENDA SOWPROG-TRIBE HOME */
.agenda-box {
    position: relative;
    width: 100%;
    overflow: scroll;
    overflow-x: hidden;
    padding-bottom:15px;
}
.agenda-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.agenda-content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/* TRIBE CALENDAR */
.tribe-events-nav-previous a {font-size:10px !important;}
.tribe-events-nav-next a {font-size:10px !important;}

/* AGENDA SOWPROG-TRIBE GRID VIEW */
.tribe-events-photo h2.tribe-events-page-title {display: !important;}
.tribe-events-loop .tribe-events-event-meta {
    font-size: 1em !important;
    font-weight: bold !important;
    line-height: 1.2 !important;
}
#tribe-events .tribe-events-content p, .tribe-events-before-html p, .tribe-events-after-html p {
    line-height: 1.3 !important;
    font-size:13px !important;
    margin: 0 0 10px !important;
}
.tribe-events-photo-event-wrap {
    background: #eee !important;
    -webkit-transition: all 0.30s ease-in-out;
	 -moz-transition: all 0.30s ease-in-out;
	 -ms-transition: all 0.30s ease-in-out;
	 -o-transition: all 0.30s ease-in-out;  
}
.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap {
    border: 0px solid #eee !important;
    border-bottom: 1px solid #ddd;
}
.tribe-events-photo-event-wrap:hover {
    background: #fff !important;
}
h2.tribe-events-list-event-title {color:#bd1d1d !important;}
.tribe-events-sub-nav {background-color:#fff !important;}
.tribe-events-nav-previous a {font-size:10px !important;}
.tribe-events-nav-next a {font-size:10px !important;}

.tribe-event-time {display:none !important;}


/* AGENDA TRIBE SINGLE VIEW */
/*
.single-tribe_events #sidebar {display:none !important;}
#left-area {
    width: 100% !important;
    padding-bottom: 23px;
}
*/

/* ------------------------------- */
/* Programmation - évolution 2019 */
/* ------------------------------- */

/*
     AGENDA - EN
*/


.language-en #top-header,
.page-template-page-template-blank-en #top-header,
.language-en #main-header,
.page-template-page-template-blank-en #main-header {
    display: none;
}  
.language-en  #page-container,
.page-template-page-template-blank-en  #page-container {
    padding-top: 0px !important;
}
.language-en #main-content .container {
    padding-top: 0px;
}
.language-en .menu-en{
    padding-bottom: 40px;
}

.tribe-events-photo-event-wrap {
    background: #EA9080 !important;
}
.event-today.tribe-events-photo-event-wrap{
    background-color: #E8472A!important;
}
.event-tomorrow.tribe-events-photo-event-wrap{
    background-color:#E9705B!important;
}

.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap {
    border: 0px solid #eee !important;
    border-bottom: 1px solid #ddd;
}

.tribe-events-photo-event-wrap h3{
    color: #FFF!important;
    font-weight : bold;
}

.tribe-events-photo-event-wrap .tribe-events-event-details  {
    color: #FFF!important;
}

.tribe-events-photo-event-wrap:hover {
    background: #ccc !important;
}


.tribe-events-page-title,
.archive #content-area .tribe-events-page-title{
    font-size: 24px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 30px;
    color : #000;
    font-weight : 600;
    display: inline-block;
}

.post-type-archive-tribe_events .et_pb_section,
.post-type-archive-tribe_events #et-main-area,
.post-type-archive-tribe_events #main-content{
    background-color: #EEEEEE;;
}
.language-en.post-type-archive-tribe_events .et_pb_section, 
.language-en.post-type-archive-tribe_events #et-main-area,
.language-en.post-type-archive-tribe_events #main-content {
    background-color: #FFF;
}

.post-type-archive-tribe_events .main_title{
    display: none;
}
.post-type-archive-tribe_events #left-area{
    padding-right: 0%;
}
.event-programmation{
    float : left;
    width : 80%;
}

.post-type-archive-tribe_events #tribe-events-header{
    margin: 0px 0px;
}
/* ------------------------------- */
/* Programmation - zone de recherche */
/* ------------------------------- */
.event-programmation-widget{
    z-index : 200;
    float : right;
    width : 20%;
    background-color: #EEEEEE;
    padding-left: 15px;
}
.event-programmation-widget-inside{
    z-index : 200;
    position: relative;
    max-width: 196px;
    width:auto;
    background-color: #EEEEEE;
    height: auto;  
}

.language-en .event-programmation-widget,
.language-en .event-programmation-widget-inside{
    background-color: #FFF;
}
.event-programmation-widget-inside.fix-search{
    position: fixed;
    top : 0px;
}
.event-programmation-widget-inside.fix-search-bottom{
    position: relative;
}
#tribe-events-bar{
    min-width: 190px;
    width: 190px;
    width: 100%;
    margin-bottom: 15px;
}
select#tribe_event_category{
    width : auto;
    min-width: 190px;
    width: 100%;
    line-height: 28px;
    border-radius: 2px !important;
    padding: 15px 10px !important;
    border: solid 2px #E8472A;
    font-size: 12px;
    text-transform: uppercase;
    text-align-last: center;
    text-align: center!important;
    text-align:-moz-center;
    text-align:-webkit-center;
    font-weight : 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color: #FFF;
    background-color: #E8472A;
    text-transform : uppercase;
}

/*
Pour Safari
*/

.custom-select{
    position: relative;
    z-index: 10;
}
.center-select,
.center-select * {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

.center-select__input {
position: relative;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  width: 100%;
}

.center-select__text {
  background: #fff;
  border-bottom: 1px solid #ccc;
  
  line-height: 28px;
  border-radius: 2px !important;
  padding: 15px 10px !important;
  border: solid 2px #E8472A;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFF;
  background-color: #E8472A; 
  font-weight : bold;

  pointer-events: none;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* fin select safari*/
.page #tribe-bar-filters-wrap{
    display: none;
}
.post-type-archive-tribe_events #tribe-bar-filters-wrap{
    display: block;
}
.post-type-archive-tribe_events .tribe-bar-date-filter{
    padding: 0px 0px 15px 0px;
    width : 100%;
    z-index: 50;
    z-index: 15;
    position: relative;
}
.post-type-archive-tribe_events #tribe-bar-date{
    width: 190px;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    font-weight : bold;
    background-color: #FFF;
    border-radius: 0px;
    border :  1px solid #E8472A;
    background-color: #E8472A;
    color : #FFFFFF;
    padding: 15px 15px;
    text-align: center;
}


.post-type-archive-tribe_events #tribe-bar-date::placeholder{
    font-weight : bold;
    font-style: normal;
    color : #FFFFFF;
    opacity: 1; /* Firefox */
}

.post-type-archive-tribe_events #tribe-bar-date:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight : bold;
    font-style: normal;
    color : #E8472A;
}

.post-type-archive-tribe_events #tribe-bar-date::-ms-input-placeholder { /* Microsoft Edge */
    font-weight : 600;
    font-style: normal;
    color : #E8472A;
}

.post-type-archive-tribe_events #tribe-events .tribe-events-button{
    border-radius: 0px;
    border :  1px solid #E8472A;
    background-color: #E8472A;
    width: 190px;
    width: 100%;
    padding: 15px 15px;
    text-transform: uppercase;
    font-size: 12px;
}

.post-type-archive-tribe_events #tribe-events .tribe-events-button:hover{
    border :  1px solid #E8472A;
    color: #E8472A;
    background-color: #FFF;
}
a.bellevilloise_btn{
    border :  1px solid #E8472A;
    background-color: #E8472A;
    color: #FFF;
    padding: 15px 15px;
    text-transform: uppercase;
    font-size: 12px;
}
a.bellevilloise_btn:hover{
    color: #20759A;
    background-color: #FFF;
}
/* Date Picker*/
.tribe-bar-submit{
    width : 100%;
    margin-left: 0;
    padding : 15px 0px 0px 0px;
    font-size: 1em;
}
.label-tribe-bar-date{
    display: none;
}
.datepicker{
    z-index : 100002!important;
    background-color: #E8472A!important;
    padding: 20px 20px 40px 20px;
}

.datepicker.dropdown-menu .datepicker-switch{
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding-bottom: 20px;
}
.datepicker .datepicker-switch:hover, 
.datepicker .next:hover, 
.datepicker .prev:hover,
 .datepicker tfoot tr th:hover {
    background: none;
    text-decoration: none;
}
.datepicker td{
    border-top : 0px solid #FFFFFF;
}
.datepicker td.new{
    display: none;
}
.datepicker table tr td.day:hover {
    background: transparent;
    font-weight: bold;
    cursor: pointer;
}
.datepicker table tr td.disabled:hover {
    background : none;
    font-weight: normal;
    cursor: default;
}

.datepicker th.dow{
    padding-bottom: 15px;
}
.datepicker th.prev{
    color : transparent;
    padding-bottom: 20px;
}
.datepicker th.prev::before{
    content: "\3c";
    font-family: "etmodules";
    color: #FFF;
    font-size: 1.5em;
    padding-left: 1px;
}
.datepicker .prev:hover{
    background-color: transparent;
    color : transparent;
}
.datepicker th.prev::before:hover{
    color: #000;
}
.datepicker th.next{
    color : transparent;
    padding-bottom: 20px;
}
.datepicker th.next::before{
    content : "\e03c";
    content: "\3d";
    font-family: "etmodules";
    color: #FFF;
    font-size: 1.5em;
    padding-left: 1px;
}
.datepicker .next:hover{
    background-color: transparent;
    color : transparent;
}

.datepicker th.next:hover::before,
.datepicker th.next::before:hover{
    color: #000;
}
.datepicker.dropdown-menu{
    color : #FFF;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default;
}
/*
#tribe-events-content-wrapper .et_pb_row {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: auto;
}*/
/*         MENU      */
.menu-programmation-elements-container ul#menu-programmation-elements{
    padding : 0px 0px 0px 20px;
    list-style-type: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.menu-programmation-elements-container ul#menu-programmation-elements a {
    color : #000;
    padding: 5px 0px 0px 0px;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.menu-programmation-elements-container ul#menu-programmation-elements a:hover{
    border-bottom: 1px solid #000;
}
/* -------------------------------------- */
/* Programmation - affichage liste photos */
/* -------------------------------------- */

#tribe-events-content.tribe-events-list {
    margin-bottom: 40px;
}
#tribe-events-photo-events .tribe-events-photo-event{
    width : Calc(33.3333% - 13.333px);

}
#tribe-events-photo-events .tribe-events-event-image,
#tribe-events-content-wrapper .tribe-events-photo .tribe-events-event-image{
    height : 171px;
    overflow: hidden;
    width: 100%;
    background-position: top center;
    background-size: cover;    
    display: table;
}
.tribe-events-list .type-tribe_events .tribe-events-list-event-title-wrapper{
    display: table-cell;
    text-align: left;
    vertical-align: bottom;
}
.tribe-event-url-link-wrapper{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.tribe-event-url-image{
    width: 100%;
    height: 10%;
    display: inline-block;
}
.tribe-events-list .type-tribe_events .tribe-events-list-event-title {
    position: relative;
    font-size: 0.9em;    
    padding: 0px 15px 15px 15px;
    font-size: 0.9em;   
    font-weight: bold;
    color: #000;
    background-color: #FFF;
    border : 1px solid #000;
    display: inline-block;
    padding: 5px 10px;
    margin: 0px 15px 15px 15px;
}
.tribe-events-list .type-tribe_events a:hover .tribe-events-list-event-title {
    text-decoration: none;
}
#tribe-events-photo-events .tribe-events-photo .tribe-events-event-details,
#tribe-events-content-wrapper .tribe-events-photo .tribe-events-event-details{
    height : 65px;
    overflow: hidden;
    padding: 15px 15px;
    color : #FFF!important;
    line-height: 2em;;
}
#tribe-events-photo-events .tribe-events-event-details a,
#tribe-events-content-wrapper .tribe-events-event-details a {
    color : #FFF!important;
}
#tribe-events-photo-events .tribe-events-event-details .tribe-event-date-start,
#tribe-events-content-wrapper .tribe-events-event-details .tribe-event-date-start{
    display: block;
    text-transform: uppercase;
    font-size: 0.94em;
}
#tribe-events-photo-events .tribe-events-event-details .tribe-event-term,
#tribe-events-content-wrapper .tribe-events-event-details .tribe-event-term{
    display: inline-block;
    padding: 0px 0px 0px 0px;
    font-weight: normal;
    font-size: 0.85em;
    line-height: 1.8em;
    height : 18px;
    overflow: hidden;
}
.photo_loadmore_wrapper{
    /*display: flex;
    align-items: center; 
    justify-content: center;*/ 
    width: 100%;
    text-align: center;
}
.photo_loadmore{
    background-color: #FFFFFF;
    color : #000000;
    border : 1px solid #000;
	border-radius: 0px;
	display: block;
    text-align: center;
	font-weight: 800;
	cursor:pointer;
	text-transform: uppercase;
	padding: 15px 0px;
	margin: 0 auto 30px auto;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
    width : Calc( 33.33% + 26px);
}
.photo_loadmore:hover{
	background-color: #000;
    color: #FFF;
    border-color : #FFF;
}
.tribe-events-loop .tribe-events-loop-grid{

    display: grid;
    grid-template-columns: repeat(3, auto);
}
.no-event-found{
    color : #000;
}


/* -------------------------------------- */
/* Programmation - single event            */
/* -------------------------------------- */

.tribe-events-single .tribe-single-event-image{
    height : 356px;
    overflow: hidden;
    background-position: top center;
    background-size: cover;  
}
.tribe-events-single .tribe-events-single-event-title{
    float : left;
    width : 80%;
    font-size: 35px;
    line-height: 48px;
    font-weight : bold;
    text-transform: none;
	text-align:center;
    padding: 35px 30px 35px 30px;
    margin-bottom: 20px;
}
.tribe-events-single .tribe-events-meta-group-details{
    float : right;
    width : 20%;
    background-color: #E7462A;
    color : #FFF;
    padding: 15px 20px;
    position: relative;
    top : -150px;
    right: 15px;
    min-height: 200px;
    height : auto;
}
.tribe-events-single .tribe-events-meta-group-details dl {
    margin: 0 0;
}
.tribe-events-single .tribe-events-meta-group-details dt{
    font-size: 13px;
}
.tribe-events-single .tribe-events-meta-group-details dd{
    font-size: 11px;
    margin-left : 0px;
    padding-bottom : 10px;
    margin-bottom : 10px;
    border-bottom : 1px solid #FFF;
}

.tribe-events-single .tribe-events-meta-group-details dd.tribe-events-event-url,
.tribe-events-single .tribe-events-meta-group-details dd.tribe-events-event-categories{
    border-bottom : 0px solid #000;
}
.tribe-events-single .tribe-events-meta-group-details dd.tribe-events-event-url{
    padding-bottom: 0px;
}
.tribe-events-single .tribe-events-meta-group-details a{
    color : #000;
}
#tribe-events .tribe-events-single .tribe-events-content,
#tribe-events .tribe-events-single .tribe-events-content p{
    font-size : 18px!important;
    line-height : 25px!important;
	margin:0px 15px!important;
}
.single-tribe_events .tribe-events-event-meta{
    border : 0px solid #eee;
}

.programme-detail-event-url1{
    display: inline-block;
    width : 65%;
}
.programme-detail-event-url1.et-social-icon a {    
    font-size: 16px;
    color: #FFF;
}
.programme-detail-event-url1.et-social-icon a:hover{
    color: #FFF;
    text-decoration: underline;
}
.programme-detail-event-url1.et-social-icon span{
    font-size: 11px;
    display: inline-block;
}
.programme-detail-event-url2{
    display: inline-block;
    width : 33%;
    border-left : solid 1px #FFF;
}
#left-area .programme-detail-event-url2 ul{
    list-style-type: none;
    line-height: 15px;
    height: 15px;
    padding: 0 0;
}
.ico-billetterie{
    background: top center no-repeat url(img/billetterie.png);
    display: block;
    width: 100%;
    height: 16px;
}

/*
* Evenements liés
*/
.tribe-events-related-wrapp{
    background-color: #EEEEEE;
    padding-bottom: 40px;

}
#main-content .tribe-events-related-wrapp .tribe-events-related-single.container{
    padding-top: 60px;
}

.tribe-events-related-wrapp .tribe-events-related-single ul.tribe-related-events li,
.tribe-events-single ul.tribe-related-events li{
    width : Calc(25% - 17px); /* 69px / 4*/
    margin: 0 22px 2% 0;
}
.tribe-events-single ul.tribe-related-events li:last-child{
    margin-right: 0px;

}
.post .tribe-events-single ul.tribe-related-events, .tribe-events-single ul.tribe-related-events{
    margin-bottom : 0px;
    
}
.single-tribe_events .tribe-events-related-wrapp .tribe-events-event-meta{
    margin : 0 0;
}
.tribe-events-related-events-title{
    color : #000;
    font-size: 25px;
    font-weight : bold;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-bottom: 60px;
}

.tribe-events-related-single .tribe-events-event-image{
    height : 171px;
    overflow: hidden;
    background-position: top center;
    background-size: cover;    
    display: table;
    width: 100%;
    margin-bottom: 0px;
}
.tribe-events-related-single .tribe-events-list-event-title-wrapper{
    display: table-cell;
    vertical-align: bottom;
}
.tribe-events-related-single .tribe-events-list-event-title {
    position: relative;
    font-size: 0.9em;    
    padding: 0px 15px 15px 15px;
    font-size: 0.9em;   
    font-weight: bold;
    color: #000;
    background-color: #FFF;
    border : 1px solid #000;
    display: inline-block;
    padding: 5px 10px;
    margin: 0px 15px 15px 15px;
}

.tribe-events-related-single .tribe-events-photo-event-wrap {
    background: #000 !important;
    -webkit-transition: all 0.30s ease-in-out;
	 -moz-transition: all 0.30s ease-in-out;
	 -ms-transition: all 0.30s ease-in-out;
	 -o-transition: all 0.30s ease-in-out;  
}
.single-tribe_events .tribe-events-related-single .tribe-events-event-meta{
    background-color: transparent;
    margin: 0 0 8px;
}
.tribe-events-related-single .tribe-events-event-details {
    height: 65px;
    overflow: hidden;
    padding: 15px 15px;
    color: #FFF !important;
    line-height: 2em;
}
.tribe-events-related-single .tribe-events-event-details .tribe-event-date-start {
    display: block;
    text-transform: uppercase;
    font-size: 0.94em;
    font-weight: bold !important;
}
/*
Custom Rotonde
*/
/*
#tribe-events-pg-template,
.single-tribe_events,
#tribe-events-content-wrapper {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: auto;
}*/

.single-tribe_events #left-area{
    float: left;
    padding-right: 0;
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: auto;
}
.single-tribe_events #main-footer{
    margin-top: 0;
}
.post-type-archive-tribe_events #left-area{
    column-count: 1;
}
#tribe-events-pg-template,
#main-content .container {
    padding-top: 58px;
}
/*
Fin Custom Rotonde
*/
/*
    BUG FOOTER - PROGRAMMATION
*/
@media all and (min-width: 981px) {

    .post-type-archive-tribe_events .footer-widget,
    .tribe_events-template-default .footer-widget {

        width: 29.666%;

    }
    .post-type-archive-tribe_events .footer-widget,
    .tribe_events-template-default .footer-widget {
		margin: 0 5.5% 5.5% 0;
    }
    .post-type-archive-tribe_events .footer-widget:nth-child(3),
    .tribe_events-template-default .footer-widget:nth-child(3) {

        margin-right: 0;
    
    }
}

@media all and (max-width:980px) {

    .event-programmation{
        width : 100%;
    }
    .event-programmation-widget{
        display: block;
        width : 100%;
        padding-left: 0px;
    }
    .event-programmation-widget-inside{
        display: block;
        position: static;
        max-width: 100%;
        top : unset;
        bottom : unset;
    }

    .menu-programmation-elements-container{
        display: none;
    }
    .event-programmation-widget #tribe-events-bar{
        width : 100%;
    }
    .event-programmation-widget .tribe-bar-date-filter{
        width : 100%;
    }
    .tribe-events-photo-grid-sizer{
        width: 49%;
    }
    #tribe-events-photo-events .tribe-events-photo-event{
        /*width : Calc(50% - 20px);*/
        width: 49%;
    }
    .single-tribe_events .tribe-events-event-meta{
        padding: 0 0;
    }
    
    .tribe-events-related-wrapp .tribe-events-related-single ul.tribe-related-events li,
    .tribe-events-single ul.tribe-related-events li{
        width : Calc(50% - 10px); /* 20px / 2*/
        margin: 0 20px 20px 0;
    }
    .tribe-events-related-wrapp .tribe-events-related-single ul.tribe-related-events li:nth-child(even) {
        margin-right: 0px;
    }
}

@media all and (max-width:767px) {
    

    .photo_loadmore {
        width: 100%;
    }
    .tribe-events-single .tribe-events-single-event-title{
        width: 100%;
        padding: 20px 20px;
    }
    .tribe-events-single .tribe-events-meta-group-details{
        width: 100%;
        top : 0px;
        left: 0px;
        margin-bottom: 20px;
    }
    
    .tribe-events-related-wrapp .tribe-events-related-single ul.tribe-related-events li,
    .tribe-events-single ul.tribe-related-events li{
        width : 100%;
    }
}

@media all and (max-width:600px) {
    .tribe-events-title-bar{
        margin: 0 auto 12px;
        max-width: 400px;
    }
    .event-programmation-widget{
        float: none;
        margin: 0 auto 12px;
        max-width: 400px;
        padding-left: 0px;
    }
}