/* GRID PHOTO VIEW : 4 colonnes et marges */
.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters > .tribe-common-g-col {
	padding-left: 0;
	padding-right: 20px;
}
.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-photo__event {
	margin-bottom: 20px;
	width: var(--tec-grid-width-1-of-4);
}

/* GRID PHOTO SINGLE ITEM */
/* bloc détails : titre,...*/ 
.tribe-events-pro-photo__event-details-wrapper{
  width: 100%;
}
.tribe-events-pro .tribe-events-pro-photo__event-details-wrapper {
	display: block;
}
.tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-details {
    background-color: #0000aa;
    color: #fff;
    padding:15px;
    word-wrap:break-word;
    min-height: 85px;
  }
.tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-details .tribe-events-pro-photo__event-title-link{
    font-weight: 600;
    color: #ffffff !important;
    font-size: 14px;
    text-transform: none;
    text-decoration: none;
  }
  /* remettre si nécessaire de virer la classe générale en dessous*/
/* .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-details .tribe-events-pro-photo__event-title-link:hover{
    border-bottom: none;
} */
.tribe-common .tribe-common-anchor-thin:active, .tribe-common .tribe-common-anchor-thin:focus, .tribe-common .tribe-common-anchor-thin:hover {
	border-bottom: none;
}
/* marge sous thumb grid */
.tribe-events-pro .tribe-events-pro-photo__event-featured-image-wrapper {
    margin-bottom: 0;
  }

  /* VUE CALENDRIER FP / LIST */
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row {
    margin: 0;
  }
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
    flex-direction: row;
    justify-content: flex-start;
  }
  .tribe-events .tribe-events-l-container {
    padding-bottom: 0;
    padding-top: 0;
  }
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-bottom: 0;
    padding-top: 0;
  }
  .tribe-events .tribe-events-calendar-list__event-wrapper {
    flex: 1;
    width: 100%;
  }
  .tribe-events .tribe-events-calendar-list__event-row {
    flex-wrap: nowrap;
    margin-bottom: 0;
    margin-top: 0;
  }
  .bb-1-solid.cols-md-responsive, .bb-1-solid.cols-sm-responsive {
    margin-left:0 !important;
  }
  .tribe-common a:not(.tribe-common-anchor--unstyle), .tribe-common a:not(.tribe-common-anchor--unstyle):active, .tribe-common a:not(.tribe-common-anchor--unstyle):focus, .tribe-common a:not(.tribe-common-anchor--unstyle):hover, .tribe-common a:not(.tribe-common-anchor--unstyle):visited {
    color: #0000aa;
  }
  .tribe-common--breakpoint-medium.tribe-common .tribe-common-h6 {
    line-height: 16px;
  }
  /* masquer recurrence marker single event page */
  .tribe-events-series-relationship-single-marker {
    display: none;
  }
  /* largeur bouton ajout au calendrier */
  .single-tribe_events .tribe-events-c-subscribe-dropdown__container, .tribe-events .tribe-events-c-subscribe-dropdown__container {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    max-width: 350px;
    margin: 0 auto;
  }