.full-program {
	/* background-color: #424543; */
	background-color: #751314;
}

.program-separator {
	padding: 20px;
    background: #ccb590;
	text-transform: uppercase;
}

.program-show-more-all {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}

.program-show-more-all span {
	color: #f04323;
	padding-left: 20px;
	display: block;
	cursor: pointer;
}

.single-program {
	border-top: 0px solid orange;
	border-bottom: 0px solid orange;
}

.single-program:first-child {
	border-top: 0px solid orange;
}

.program-basics {
	font-size: 1rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0px 20px 0px 0px;
	background-color: #f8ae33;
	cursor: pointer;
}

.basics-infos {
	justify-content: space-between;
	width: 180px;
}

.program-date {
	background-color: #f04323;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.1rem;
	font-weight: 700;
	color: white;
	min-width: 150px;
}

.program-title {
	margin: 0px;
	padding: 20px 0px 20px 20px;
	font-weight: 300;
	font-size: 1.1rem;
	text-transform: uppercase;
}

.show-more,
.show-more-off {
	text-align: right;
	padding: 20px 0px;
	display: block;
	color: #f04323;
	font-weight: 800;
	width: 100px;
}

.show-more span {
	display: none;
}

.show-more .angle-double-down {
	display: block;
}

.show-more-off span {
	display: none;
}

.show-more-off span.none {
	display: block;
}

.smopen .angle-double-down {
	display: none;
}

.smopen .angle-double-up {
	display: block;
}

.program-advanced {
	background-color: #fef7ea;
	height: 0px;
	overflow: hidden;
}

.program-advanced .program-description {
	padding: 20px 20px 20px 20px;
	color: black;
	border-top: 1px solid #a0927b;
}

.program-advanced.visible {
	height: auto;
}

.pdesc-time {
	font-size: 20px;
	display: flex;
	align-items: center;
	font-weight: 800;
}

.pdesc-time i {
	font-size: 26px;
	margin-right: 5px;
	color: #f04323;
}

.pdesc-title {
	text-transform: uppercase;
	color: #5e5446;
}

.pdesc-content {
	
}

.pdesc-content p {
	
}

.pdesc-more-infos {
	
}

.pdesc-more-infos h4 {
	margin-bottom: 4px;
}

.pdesc-more-infos span {
	color: #5e5446;
	margin: 8px 0px;
	text-transform: uppercase;
	display: block;
}

.pdesc-more-infos a {
	color: #f04323;
	margin: 8px 0px;
	text-transform: uppercase;
	display: block;
}

@media (min-width: 576px) {
	.basics-infos {
		display: flex;
		justify-content: space-between;
		width: auto;
	}
}

@media (min-width: 767px) {
	.program-title {
		font-size: 1.625rem;
	}

	.program-date {
		font-size: 1.625rem;
		min-width: 190px;
	}
}

@media (min-width: 992px) {
	.program-basics:hover .show-more, .program-show-more-all span:hover {
		color: #de1a1a;
	}
}