body:not(.home) .main-content {
    max-width: 1170px !important;
 
}

.single-agenda p#breadcrumbs {
    /*display: none;*/
}


.single-agenda body:not(.home) .main-content {
    max-width: 1170px;
}




.teb-layout-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
.teb-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.teb-col {
  padding: 10px;
  box-sizing: border-box;
}

/* Default layout */
.teb-col-50 {
  width: 50%;
}
.teb-col-66 {
  width: 66.66%;
}
.teb-col-33 {
  width: 33.33%;
}
.teb-row-1 {
  flex-direction: column;
}

/* Responsive at 940px */
@media (max-width: 940px) {
  .teb-col-50,
  .teb-col-66,
  .teb-col-33 {
    width: 100%;
  }
}



/*This is a full-width text row.*/

#breadcrumbs .vous-etes-ici {
    display: none;
}
.main-content p#breadcrumbs{
	display:none;
}
#breadcrumbs .vous-etes-ici,
#breadcrumbs span.post-title,
#breadcrumbs a,
#breadcrumbs span a,
#breadcrumbs span.sep {
    color: #015693;
	/*font-family: 'Hind Vadodara', sans-serif;*/
    /*tebfont-family: Yantramanav;*/
    /*font-size: 12px;
    text-decoration-color: #bcbcbc;*/
}



/*Right column (50%)*/

#wrapper .top-publication .imagealaune {
    /* margin-top: -109px; */
    margin-top: -30px;
    z-index: 1;
    display: block;
    position: relative;
    width: 570px;
    height: 390px;
    overflow: hidden;
    float: right;
}
.imagealaune {
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #E5E5E5;*/
    overflow: hidden;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    position: relative;
}
#wrapper .top-publication .imagealaune img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    min-width: 100%;
    min-height: 100%;
    /*max-width: 1240px;*/
    width: auto;
    height: auto;
    /*max-width: 1240px;*/
}
.imagealaune img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}


















/*Left column (2/3) */
#primary .content-agenda {
    margin-top: 1px;
}
#primary .content-agenda .categorie-date {
    background-color: #015693;
}
#primary .content-agenda .categorie-date {
    margin-right: 20px;
    width: 100%;
    box-sizing: border-box;
    height: inherit;
    padding: 14px 25px;
    margin-bottom: 20px;
}
.content-agenda .categorie-date {
    float: left;
}
#primary .content-agenda .categorie-date .date-evenement p:first-child {
    margin-right: 10px;
}
#primary .content-agenda .categorie-date .date-evenement p {
    font-size: 18px;
    line-height: 20px;
    float: left;
    margin-bottom: 0;
    text-transform: uppercase;
}
.content-agenda .categorie-date p {
    color: #FFFFFF;
}
#primary .content-agenda .info p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
}
.lieu-row {
    display: flex;
    align-items: baseline;
    margin: 0;
    padding: 0.15em 0;
}
#primary .content-agenda .info {
    padding: 15px 25px;
    background: #fff;
}
#primary .content-agenda .info p.categorie-evenement {
    margin-bottom: 10px;
}
.single-agenda #primary p.categorie-evenement {
    margin-left: 0px !important;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding: .2em .5em;
    background: #000;
    color: #fff !important;
    /* font-size: 11.2px; */
    font-size: .7rem;
    margin-left: .5em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    opacity: .3;
    font-family: 'Hind Vadodara', sans-serif !important;
    font-size: 13px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
#primary .content-agenda .info p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
}
#primary .content-agenda .info p.categorie-evenement span svg {
    width: 11px;
    height: 11px;
    margin-right: 5px;
}

.lieu-row {
    display: flex;
    align-items: baseline;
    margin: 0;
    padding: 0.15em 0;
}

#primary .content-agenda .info p span.label {
    font-weight: bold;
    margin-right: 10px;
	
}
.single-agenda .lieu-row .label {
    /*min-width: 85px;*/ 
}

/*Right column (1/3)*/

.single-agenda #secondary, .single-agenda #primary {
    margin-top: 30px;
}


#secondary, #primary .wrapper-panel {
    /*width: 370px;*/
    /*float: right;*/
    background-color: #e5e5e5;
    font-size: 13px;
    color: #eee;
    line-height: 15px;
    position: relative;
}
.single-agenda #secondary section{
    padding-top: 1px;
}

#secondary a.return-list{
    /* background: #e5e5e5; */
    background: #fff;
    /* color: #1d1d1d; */
    color: #015693;
    /* font-family: "Poppins", sans-serif; */
    /* font-family: 'Open sans'; */
    font-family: 'Hind Vadodara', sans-serif !important;
    /* font-weight: 800; */
    /* font-weight: bold; */
    font-size: 14px;
    line-height: 20px;
    /* border-radius: 5px; */
    padding: 0.5em 1em !important;
    /* border: 1px solid #1d1d1d; */
    border: 1px solid #015693;
}

#secondary a.return-list:hover{
    background: #015693;
    color: #fff;
}


#secondary a.return-list {
    display: block;
    margin: 20px 20px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    /*padding: 15px 0;*/
    padding-top: 5px;
    padding-bottom: 5px;

    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}
#secondary a.return-list:before{
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0a8";
    padding-right: 6px;
}














.single-agenda .entry-content ul li:before{
    color: #015693 !important;
}
/*fix v center within icon borders*/
/*
.social-footer a.phone, .social-footer a.mail  {
    height: auto;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border-radius: 50px;
}
*/
.gridwrapper.w2 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin-right: 10px;
}

.gridwrapper.w2 a .icon {
    font-size: 22px;
    margin-right: 6px;
    line-height: 1;
}

.gridwrapper.w2 a .label {
    font-size: 1.3em;
    line-height: 1;
    display: inline-block;
}
/* slideshow*/
.apidae-slider-wrapper .slick-arrow {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.apidae-slider-wrapper:hover .slick-arrow {
    opacity: 1;
}


/* Style the arrows */
/*
.slick-arrow {
	background: transparent;
    border: none; 
    box-shadow: none;
    outline: none; 
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

    font-size: 24px;

    cursor: pointer;

}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.slick-arrow:hover {
 
}


.slick-arrow {
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    margin: 0;
}


.slick-arrow:hover,
.slick-arrow:focus {
    background: transparent;
    outline: none;
    box-shadow: none;
}


.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}


.apidae-slider {
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.apidae-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}


/*
.slick-prev::before,
.slick-next::before {
    font-family: "FontAwesome"; 
    font-weight: 900;
    font-size: 24px;
    color: #015693;
    display: inline-block;
    background: transparent;
    content: "";
}

.slick-prev::before {
    content: "\f0a8"; 
}

.slick-next::before {
    content: "\f0a9";
}
*/

/*
.slick-arrow-container button {
    color: #fff;
    border: none;
	padding-left: 0px !important;
	padding-right: 0px !important;
  
}
*/


/*

.slick-arrow-container {
    display: flex;
    justify-content: flex-end; 
    gap: 10px; 
    margin-top: -20px;
}

.slick-prev,
.slick-next {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 24px;
}

.slick-prev:hover::before,
.slick-next:hover::before {
    color: #015693;
}

.slick-prev::before,
.slick-next::before {
    font-family: "FontAwesome";
    font-weight: 900;
    color: #B2B2B2;
    font-size: 24px;
}

.slick-prev::before {
    content: "\f0a8"; 
}

.slick-next::before {
    content: "\f0a9"; 
}

*/
.apidae-slider-wrapper {
    position: relative;
}

.slick-arrow-container {
    display: flex;
    justify-content: flex-end; /* align to the right */
    /*gap: 10px;*/
    margin-top: -20px;
}

.slick-arrow-container button {
    font-size: 24px;
    background: transparent;
    border: none;
    color: #B2B2B2;
    cursor: pointer;
    /*padding: 6px 10px;*/
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.slick-prev:hover::before,
.slick-next:hover::before {
    color: #015693;
}

.slick-arrow-container button:before {
    font-family: "FontAwesome";
    font-weight: 900;
}

.slick-prev:before {
    content: "\f0a8"; /* fa-chevron-left */
}

.slick-next:before {
    content: "\f0a9"; /* fa-chevron-right */
}



/* Always show arrows */
.slick-arrow-container button {
    opacity: 1 !important;
    visibility: visible !important;
}

.apidae-slider {
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.apidae-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}


/*colorbox*/

.apidae-launch-gallery:before {
	font-family: "FontAwesome";
    font-weight: 600;
    content: "\f00e"; /* fa-chevron-right */
}


.apidae-launch-gallery:hover::before {
    color: #015693;
}


#fancybox-prev span::after, #fancybox-next span::after {
	font-family: "FontAwesome";
    font-weight: 600;
    content: "\f0a9" !important;
    position: absolute;
	/*
    top: 6px;
    width: 8px;
    height: 8px;
	background: #015693 !important;
	background-color: #015693 !important;
	
	
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
	*/
	transform: rotate(0deg)!important;
	top: -4.5 !important;
    left: 3 !important;
    font-size: 25px !important;
    width: 20px;
	height: 20px;
    /* FONT-WEIGHT: 200; */
    color: #B2B2B2;
    /* border-top: 2px solid #fff; */
    /* border-right: 2px solid #fff; */
    background-color: #fff;
    background: #fff;
   

	
}

#fancybox-prev span::after{
content: "\f0a8" !important;
}
#fancybox-next span::after{
    content: "\f0a9" !important;
}

#fancybox-next span, #fancybox-prev span {
    display: block;
    position: relative;
    left: 12px;
    top: 12px;
    width: 27px !important;
    height: 27px !important;
    border-radius: 50%;
    background: #fff !important;
    border: 0px solid white !important;
    /* box-shadow: 0 0 4px #000; */
    transition: transform .25s ease-in-out;
}
#fancybox-close span{
	background: #B2B2B2 !important;
}
#fancybox-close:hover span{
    background: #015693 !important;
}


#fancybox-prev span::after, #fancybox-next span::after

 {
    /*top: 6px;*/
    width: 0px !important;
    height: 0px !important;
    border-top: 0px solid #fff !important; 
    border-right: 0px solid #fff !important;
 }
 
 
#fancybox-prev:hover span::after, #fancybox-next:hover span::after{
color: #015693;
}


/* Single cal */
#teb-apidae-calendar-single .fc-toolbar {
    font-size: 0.9em;
}
#teb-apidae-calendar-single .fc-day-grid-event {
    font-size: 0.8em;
    padding: 1px 2px;
}
#teb-apidae-calendar-single .fc-event {
    white-space: normal !important;
    height: auto !important;
	text-decoration: none;

}

#teb-apidae-calendar-single h2{
	color: #444;
	font-size: 18px;
    border-bottom: 0;
    text-transform: none;
    padding-top: 5px;
	padding-bottom: 0px;
    margin: 0px 0 0px;
    font-weight: bold;
}


.lieu-row .value a, .email-mailto, .tel-link{
    color: #3A87AD;
    text-decoration: none;
}


/*
background-color: #015693; color: #fff; padding:10px;*/
#primary .content-agenda .categorie-daten {
    margin-right: 20px;
    width: 100%;
    box-sizing: border-box;
    height: inherit;
    padding: 14px 25px;
    margin-bottom: 20px;
	background-color: #015693;
	color: #fff; 
	
}

.categorie-daten .date-evenement p {
    font-size: 18px;
    line-height: 20px;
    /*float: left;*/
    margin-bottom: 0;
    text-transform: uppercase;
}

.teb-sous-titre{
	font-family: 'Open sans';
    font-size: 16px;
    text-transform: uppercase;
	font-weight: 800 !important;
}



.teb-email-tel .label{
	width:150px !important;
	font-weight: bold !important;
}


/* all */
.teb-shiftd20{
 margin-top: 20px;
}
.teb-shiftd35{
 margin-top: 35px;
}
.teb-shiftd5{
 margin-top: 5px;
}
 .teb-shiftu20{
 margin-bottom: 20px;
}
.teb-shiftu35{
 margin-bottom: 35px;
}
.teb-vspace5{
 height: 5px;
 display: block;
}
.teb-vspace8{
 height: 8px;
 display:  block;
}
.teb-vspace12{
 height: 8px !important;
 display:  block !important;
} 




#secondary {
    width: 300px;
    background-color: #fff;
    /*font-size: 13px;
    /* color: #eee;
    line-height: 15px;
    position: relative;*/
}

#secondary a.return-list{
    background: #015693 !important;
    color: #fff !important;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    border-radius: 5px;
    border: 1px solid #1d1d1d;
}
#secondary a.return-list:hover{
    background: #E5E5E5 !important;
    color: #000 !important;
}



.teb-first-column {
    padding-right: 15px !important;
	padding-left: 0px !important; 
}
.teb-second-column {
    padding-left: 15px !important;
	padding-right: 0px !important; 
}





.cat-or-tag svg {
    width: 23px;
    height: 23px;
    margin-right: 5px;
    display: block;
    float: left;
    padding-top: 3px;
	padding-bottom: 3px;
}


.cat-or-tag svg path {
    fill: #015693;
}


/*.tribe-common-c-svgicon*/

.tribe-events-c-nav__prev-icon-svg {
    margin-right: 3px;
    width: 6px;
}

.tribe-events-c-nav__next-icon-svg {
    margin-left: 3px;
    width: 6px;
}

#secondary {
  width: 100%;
   border-top: 2px solid #ddd; /* light grey top border */
  padding-top: 1rem;          /* space below border so buttons don’t stick */
}

/* Top row: prev / next */
#secondary section:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*margin-bottom: 1rem;*/
}

#secondary .btn-prev,
#secondary .btn-next {
  display: flex;
  align-items: center;
  gap: 4px; /* small space between icon and text */
  text-decoration: none;
  color:#000;
  -webkit-transition: color 0.20s ease-in-out;
  -moz-transition: color 0.20s ease-in-out;
  -ms-transition: color 0.20s ease-in-out;
}
#secondary .btn-prev:hover,
#secondary .btn-next:hover {
  color:#015693;
  -webkit-transition: color 0.20s ease-in-out;
  -moz-transition: color 0.20s ease-in-out;
  -ms-transition: color 0.20s ease-in-out;
}
/* Second row: back to agenda */
#secondary section:last-of-type {
  display: flex;
  justify-content: center; /* centers horizontally */
}

#secondary .return-list {
  width: 200px;          /* fixed width */
  text-align: center;    /* center text inside */
  display: inline-block;
}


#secondary .event-counter{
  color:#000;
}


#secondary a.disabled {
    opacity: 0.2;
    pointer-events: none;
    cursor: default;
}

#primary .content-agenda .categorie-daten {
background-color: #FFF;
color: #015693;
font-weight: bold;
}