
.focusInfosOrbitContainer{
	position: relative; 
}

.focusInfosOrbitContainer .box{
	border: 1px solid #ededed;
}

.focusInfosOrbitContainer .orbit-caption{
	padding: 0 1rem 0 1.5rem;
	min-height: 2rem;
	position: relative;
	background-color: #f3c82e;
	color: #36423f;
}

.focusInfosPanelCaption+.shareBtn, .focusInfosOrbitContainer .contentLabelContainer{
	color: #36423f;
}

span.focusInfosPanelCaption p {
	line-height: initial;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.orbit-container{
	border-radius: .6rem;
}

.focusInfosOrbitContainer .orbit-bullets {
    top: .5rem;
    right: 1rem;
    margin: 0;
	position: absolute;
}

.focusInfosOrbitContainer .orbit-bullets button{
	background-color: white;
	border: .5px solid #9e9e9e47;
}

.focusInfosOrbitContainer .orbit-bullets button.is-active{
	background-color: #f2c82e;
}

.focusInfosOrbitContainer .orbit-next:before{
	content: url(../../../img/icons22/SVG/arrow_next_black.svg);
    height: 1.5rem;
    width: 1.5rem;
}

.focusInfosOrbitContainer .orbit-previous:before{
	content: url(../../../img/icons22/SVG/arrow_preview_black.svg);
    height: 1.5rem;
    width: 1.5rem;
}


.focusInfosOrbitContainer .orbit-next, .focusInfosOrbitContainer .orbit-previous{
	padding: 1rem;
	border-radius: 2rem;
	font-size: x-large;
	width:3.5rem;
	height:3.5rem;
}


@media screen and (max-width: 39.9375em) {
	button.orbit-previous, button.orbit-next {
		display: none;
	}
	.focusInfosOrbitContainer .orbit-bullets{
		display: none;
	}
	.focusInfosOrbitContainer .orbit-caption{
		min-height: unset;
	}
	.orbit-container{
    	border-radius: unset;
	}
	.focusInfosOrbitContainer .orbit-caption{
		padding: 0 1rem 0 .5rem;
		height: 2rem;
	}
}
