
/*
Événement
------------------------------ */

/* vsel-container */

.vsel-container {
    display: grid;
    grid-template-columns: repeat(4, 1.2fr);
    grid-auto-rows: 45%;
    column-gap: 20px;
    row-gap: 20px;
    font-family: Montserrat;
}

@media only screen and (max-width: 1180px) {
    .vsel-container {
        grid-template-columns: repeat(2, 1.2fr);
    }
}

@media only screen and (max-width: 690px) {
    .vsel-container {
        grid-template-columns: repeat(1, 1.2fr);
    }
}
/* vsel-content */

#vsel .vsel-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 16px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	background-color: white;
	min-height: 470px;
}

#vsel .vsel-a-la-une {
	background-color: black;
	color: white;
}


#vsel .vsel-a-la-une a {
  color: white !important;
  text-decoration:none;
  transition:color .3s;
}
#vsel .vsel-a-la-une a:hover {
  color: red !important; /* #740bed; */
}

@media only screen and (max-width: 767px) {
    #vsel .vsel-content {
        margin: 20px 0px !important;
    }
}

/* vsel-fa */

.vsel-fa {
	font-size: 24px !important;
	line-height: 24px !important;
	height: 24px;
	width: 24px;
}

/* .vsel-image-info ------------------- */

#vsel .vsel-content .vsel-image-info {
	border-radius: 16px 16px 0 0;
	padding: 0;
	width: 100%;
	order: 1;
}

/* vsel-image */

#vsel .vsel-content .vsel-image {
  height: 190px;
	margin: 0 !important;
	border-radius: 16px 16px 0 0;
	object-fit: cover;
	max-width: 100%;
	width: 100%;
}

.single-event .vsel-image {
	margin-top: 0px;
	border-radius: 8px;
}





/* vsel-meta ------------------- */

#vsel .vsel-meta {
	order: 2;
	width: auto !important;
	padding: 24px;
	
}
#vsel .vsel-meta-cats {
	font-size: 15px;
	line-height: 32px;
}

#vsel .vsel-meta-tags {
	font-size: 15px;
	line-height: 32px;
}

#vsel .vsel-meta-tags span {
	border: 1px solid;
	padding: 5px;
}

#vsel .vsel-meta-title { 
	font-family: Montserrat;
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;

}

.vsel-meta-title {
	font-family: Montserrat;
	font-size: 33px;
	line-height: 38px;
	margin-bottom: 32px;

}
.single-event .vsel-meta-link a {
	color: black !important;
}
.vsel-meta-link {
	color: red;
}

#vsel .vsel-meta-link {
	position: absolute;
  bottom: 60px;
	text-align: center;
	width: auto;
}

.single-event .vsel-meta-plus span {
	text-transform: uppercase;
	font-weight: bold;
}

.single-event .vsel-meta-categories {
	font-weight: bold;
	text-transform: uppercase;
}

/* vsel-date  ------------------- */

#vsel .vsel-date {
	position: absolute;
	width: 80px;
	height: 100px;
	padding: 0px 8px;
	margin: 45px 10px;
	background-color: black;
	color: #FFF000;
	text-align: center;
}

#vsel .vsel-date-start {
	position: absolute;
	width: 70px;
	height: 100px;
	padding: 0px 8px;
	margin: 45px 10px;
	background-color: black;
	color: #FFF000;
	text-align: center;
}

#vsel .vsel-date-end {
	position: absolute;
	width: 70px;
	height: 100px;
	padding: 0px 8px;
	margin: 45px 80px;
	background-color: black;
	color: #FFF000;
	text-align: center;
}


#vsel .vsel-date-name {
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 32px;
}

#vsel .vsel-date-figure {


font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 32px;
}

#vsel .vsel-date-month {
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 32px;
}



/* single-event
 * ------------------- */

.single-event .vsel-meta-right {
    padding: 20px;
    border-radius: 10px;
	border: 1px solid #e6e7e8;
    color: black;
font-size: 13px;
}
.single-event header .entry-meta,
.single-event .vsel-meta-cats,
.single-event .vsel-meta-tags {
    display: none;
}

.single-event .vsel-meta-date,
.single-event .vsel-meta-location,
.single-event .vsel-meta-acf-tarifs .acf-field-name,
.single-event .vsel-meta-time,
.single-event .vsel-meta-etiquette {
    font-weight: bold;
}

.single-event .vsel-meta-date span,
.single-event .vsel-meta-location span,
.single-event .vsel-meta-time span,
.single-event .vsel-meta-etiquette span {
    font-weight: 400;
}

.single-event .vsel-image-info {
    padding-top: 0px;
    padding-bottom: 0px;
}
.single-event .wp-block-image {
    margin-top: 0px;
}

/*.single-event .vsel-meta-link a {
    color: white;
    font-size: 12px;
    font-weight: bold;
}*/


.single-event .vsel-meta-date, .single-event .vsel-meta-location, .single-event .vsel-meta-acf-tarifs .acf-field-name, .single-event .vsel-meta-time, .single-event .vsel-meta-start-date, .single-event .vsel-meta-end-date {
	text-transform: uppercase;
}

.single-event .acf-field-name {
	text-transform: uppercase;
	font-weight: bold;
}

.single-event .vsel-meta-reservation {
	text-align: center;
}

.agenda-month-divider {
  text-align: center;
  margin: 60px 0 40px 0;
}

.agenda-month-divider span {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  color: #313131;
  border-bottom: 4px solid #ebebeb;
  width: 100%;
  display: block;
  padding-bottom: 10px;
  position: relative;
}